forked from Riverside-Software/pct
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathalt-pom.xml
34 lines (28 loc) · 792 Bytes
/
alt-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
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>eu.rssw.pct</groupId>
<artifactId>pct</artifactId>
<version>224-pre</version>
<packaging>jar</packaging>
<name>PCT</name>
<description>OpenEdge plugin for Ant</description>
<url>https://github.com/Riverside-Software/pct</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>gquerret</id>
<name>Gilles QUERRET</name>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/Riverside-Software/pct.git</connection>
<url>https://github.com/Riverside-Software/pct</url>
</scm>
<dependencies>
</dependencies>
</project>