-
Notifications
You must be signed in to change notification settings - Fork 1
/
pom.xml
63 lines (57 loc) · 2.25 KB
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.kriolos.efatura</groupId>
<artifactId>kriolos-efatura</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Kriolos :: eFatura :: Parent</name>
<description>Cabo Verde eFatura.</description>
<url>https://github.com/kriolos/kriolos-efatura</url>
<inceptionYear>2022</inceptionYear>
<organization>
<name>KriolOS</name>
<url>https://github.com/kriolos</url>
</organization>
<licenses>
<license>
<name>Apache Software License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>
<scm>
<connection>scm:git:https://github.com/kriolos/kriolos-efatura.git</connection>
<tag>main</tag>
<url>https://github.com/kriolos/kriolos-efatura</url>
</scm>
<issueManagement>
<system>Github</system>
<url>https://github.com/kriolos/kriolos-efatura/issues/</url>
</issueManagement>
<ciManagement>
<system>Github</system>
<url>https://github.com/kriolos/kriolos-efatura/actions</url>
</ciManagement>
<developers>
<developer>
<name>Paulo Borges</name>
<email>[email protected]</email>
<roles>
<role>Lead Developer</role>
</roles>
<organization>KriolOS</organization>
<organizationUrl>https://github.com/kriolos</organizationUrl>
<timezone>Europe/Lisbon</timezone>
</developer>
</developers>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
</properties>
<modules>
<module>kriolos-efatura-datamodel</module>
<module>kriolos-efatura-core</module>
<module>kriolos-efatura-clientapi</module>
</modules>
</project>