-
Notifications
You must be signed in to change notification settings - Fork 18
/
cofoja.pom
31 lines (31 loc) · 1.24 KB
/
cofoja.pom
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
<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>${ivy.pom.groupId}</groupId>
<artifactId>${ivy.pom.artifactId}</artifactId>
<packaging>${ivy.pom.packaging}</packaging>
<version>${ivy.pom.version}</version>
<name>${ivy.pom.groupId}:${ivy.pom.artifactId}</name>
<description>Eiffel-like contract annotations for Java.</description>
<url>https://github.com/nhatminhle/cofoja</url>
<licenses>
<license>
<name>GNU Lesser General Public License</name>
<url>https://www.gnu.org/licenses/lgpl.html</url>
</license>
</licenses>
<developers>
<developer>
<name>Nhat Minh Lê</name>
<email>[email protected]</email>
<organization>huoc.org</organization>
<organizationUrl>http://huoc.org</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/nhatminhle/cofoja.git</connection>
<developerConnection>scm:git:ssh://github.com:nhatminhle/cofoja.git</developerConnection>
<url>https://github.com/nhatminhle/cofoja</url>
</scm>
</project>