File tree Expand file tree Collapse file tree 27 files changed +77
-77
lines changed Expand file tree Collapse file tree 27 files changed +77
-77
lines changed Original file line number Diff line number Diff line change 33
33
<property name =" name" value =" ant" />
34
34
<!-- this is the directory corresponding to groupId of Ant in the Maven repository -->
35
35
<property name =" groupid" value =" org/apache/ant" />
36
- <property name =" project.version" value =" 1.10.6alpha " />
36
+ <property name =" project.version" value =" 1.10.6 " />
37
37
<!-- pom.version is used when doing a distribution and must match with what is checked in under src/etc/poms -->
38
- <property name =" pom.version" value =" 1.10.6-SNAPSHOT " />
38
+ <property name =" pom.version" value =" 1.10.6" />
39
39
<property name =" manifest-version" value =" 1.10.6" />
40
40
<property name =" bootstrap.jar" value =" ant-bootstrap.jar" />
41
41
Original file line number Diff line number Diff line change 27
27
<groupId >org.apache.ant</groupId >
28
28
<artifactId >ant-parent</artifactId >
29
29
<relativePath >../pom.xml</relativePath >
30
- <version >1.10.6-SNAPSHOT </version >
30
+ <version >1.10.6</version >
31
31
</parent >
32
32
<modelVersion >4.0.0</modelVersion >
33
33
<url >http://ant.apache.org/</url >
34
34
<groupId >org.apache.ant</groupId >
35
35
<artifactId >ant-antlr</artifactId >
36
- <version >1.10.6-SNAPSHOT </version >
36
+ <version >1.10.6</version >
37
37
<name >Apache Ant + ANTLR</name >
38
38
<description >antlr specific task.
39
39
The implementation forks a java process, therefore the antlr jar file is only needed at runtime</description >
40
40
<dependencies >
41
41
<dependency >
42
42
<groupId >org.apache.ant</groupId >
43
43
<artifactId >ant</artifactId >
44
- <version >1.10.6-SNAPSHOT </version >
44
+ <version >1.10.6</version >
45
45
<optional >true</optional >
46
46
<scope >compile</scope >
47
47
</dependency >
Original file line number Diff line number Diff line change 27
27
<groupId >org.apache.ant</groupId >
28
28
<artifactId >ant-parent</artifactId >
29
29
<relativePath >../pom.xml</relativePath >
30
- <version >1.10.6-SNAPSHOT </version >
30
+ <version >1.10.6</version >
31
31
</parent >
32
32
<modelVersion >4.0.0</modelVersion >
33
33
<url >http://ant.apache.org/</url >
34
34
<groupId >org.apache.ant</groupId >
35
35
<artifactId >ant-apache-bcel</artifactId >
36
- <version >1.10.6-SNAPSHOT </version >
36
+ <version >1.10.6</version >
37
37
<name >Apache Ant + BCEL</name >
38
38
<dependencies >
39
39
<dependency >
40
40
<groupId >org.apache.ant</groupId >
41
41
<artifactId >ant</artifactId >
42
- <version >1.10.6-SNAPSHOT </version >
42
+ <version >1.10.6</version >
43
43
<scope >compile</scope >
44
44
</dependency >
45
45
<dependency >
Original file line number Diff line number Diff line change 27
27
<groupId >org.apache.ant</groupId >
28
28
<artifactId >ant-parent</artifactId >
29
29
<relativePath >../pom.xml</relativePath >
30
- <version >1.10.6-SNAPSHOT </version >
30
+ <version >1.10.6</version >
31
31
</parent >
32
32
<modelVersion >4.0.0</modelVersion >
33
33
<url >http://ant.apache.org/</url >
34
34
<groupId >org.apache.ant</groupId >
35
35
<artifactId >ant-apache-bsf</artifactId >
36
- <version >1.10.6-SNAPSHOT </version >
36
+ <version >1.10.6</version >
37
37
<name >Apache Ant + BSF</name >
38
38
<dependencies >
39
39
<dependency >
40
40
<groupId >org.apache.ant</groupId >
41
41
<artifactId >ant</artifactId >
42
- <version >1.10.6-SNAPSHOT </version >
42
+ <version >1.10.6</version >
43
43
<scope >compile</scope >
44
44
</dependency >
45
45
<dependency >
Original file line number Diff line number Diff line change @@ -26,19 +26,19 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
26
26
<groupId >org.apache.ant</groupId >
27
27
<artifactId >ant-parent</artifactId >
28
28
<relativePath >../pom.xml</relativePath >
29
- <version >1.10.6-SNAPSHOT </version >
29
+ <version >1.10.6</version >
30
30
</parent >
31
31
<modelVersion >4.0.0</modelVersion >
32
32
<url >http://ant.apache.org/</url >
33
33
<groupId >org.apache.ant</groupId >
34
34
<artifactId >ant-apache-log4j</artifactId >
35
- <version >1.10.6-SNAPSHOT </version >
35
+ <version >1.10.6</version >
36
36
<name >Apache Ant + Log4J</name >
37
37
<dependencies >
38
38
<dependency >
39
39
<groupId >org.apache.ant</groupId >
40
40
<artifactId >ant</artifactId >
41
- <version >1.10.6-SNAPSHOT </version >
41
+ <version >1.10.6</version >
42
42
<scope >compile</scope >
43
43
</dependency >
44
44
<dependency >
Original file line number Diff line number Diff line change 27
27
<groupId >org.apache.ant</groupId >
28
28
<artifactId >ant-parent</artifactId >
29
29
<relativePath >../pom.xml</relativePath >
30
- <version >1.10.6-SNAPSHOT </version >
30
+ <version >1.10.6</version >
31
31
</parent >
32
32
<modelVersion >4.0.0</modelVersion >
33
33
<url >http://ant.apache.org/</url >
34
34
<groupId >org.apache.ant</groupId >
35
35
<artifactId >ant-apache-oro</artifactId >
36
- <version >1.10.6-SNAPSHOT </version >
36
+ <version >1.10.6</version >
37
37
<name >Apache Ant + Apache Oro</name >
38
38
<dependencies >
39
39
<dependency >
40
40
<groupId >org.apache.ant</groupId >
41
41
<artifactId >ant</artifactId >
42
- <version >1.10.6-SNAPSHOT </version >
42
+ <version >1.10.6</version >
43
43
<scope >compile</scope >
44
44
</dependency >
45
45
<dependency >
Original file line number Diff line number Diff line change @@ -26,19 +26,19 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
26
26
<groupId >org.apache.ant</groupId >
27
27
<artifactId >ant-parent</artifactId >
28
28
<relativePath >../pom.xml</relativePath >
29
- <version >1.10.6-SNAPSHOT </version >
29
+ <version >1.10.6</version >
30
30
</parent >
31
31
<modelVersion >4.0.0</modelVersion >
32
32
<url >http://ant.apache.org/</url >
33
33
<groupId >org.apache.ant</groupId >
34
34
<artifactId >ant-apache-regexp</artifactId >
35
- <version >1.10.6-SNAPSHOT </version >
35
+ <version >1.10.6</version >
36
36
<name >Apache Ant + Apache Regexp</name >
37
37
<dependencies >
38
38
<dependency >
39
39
<groupId >org.apache.ant</groupId >
40
40
<artifactId >ant</artifactId >
41
- <version >1.10.6-SNAPSHOT </version >
41
+ <version >1.10.6</version >
42
42
<scope >compile</scope >
43
43
</dependency >
44
44
<dependency >
Original file line number Diff line number Diff line change @@ -26,19 +26,19 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
26
26
<groupId >org.apache.ant</groupId >
27
27
<artifactId >ant-parent</artifactId >
28
28
<relativePath >../pom.xml</relativePath >
29
- <version >1.10.6-SNAPSHOT </version >
29
+ <version >1.10.6</version >
30
30
</parent >
31
31
<modelVersion >4.0.0</modelVersion >
32
32
<url >http://ant.apache.org/</url >
33
33
<groupId >org.apache.ant</groupId >
34
34
<artifactId >ant-apache-resolver</artifactId >
35
- <version >1.10.6-SNAPSHOT </version >
35
+ <version >1.10.6</version >
36
36
<name >Apache Ant + Apache Resolver</name >
37
37
<dependencies >
38
38
<dependency >
39
39
<groupId >org.apache.ant</groupId >
40
40
<artifactId >ant</artifactId >
41
- <version >1.10.6-SNAPSHOT </version >
41
+ <version >1.10.6</version >
42
42
<scope >compile</scope >
43
43
</dependency >
44
44
<dependency >
Original file line number Diff line number Diff line change @@ -26,20 +26,20 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
26
26
<groupId >org.apache.ant</groupId >
27
27
<artifactId >ant-parent</artifactId >
28
28
<relativePath >../pom.xml</relativePath >
29
- <version >1.10.6-SNAPSHOT </version >
29
+ <version >1.10.6</version >
30
30
</parent >
31
31
<modelVersion >4.0.0</modelVersion >
32
32
<url >http://ant.apache.org/</url >
33
33
<groupId >org.apache.ant</groupId >
34
34
<artifactId >ant-apache-xalan2</artifactId >
35
- <version >1.10.6-SNAPSHOT </version >
35
+ <version >1.10.6</version >
36
36
<name >Apache Ant + Xalan 2</name >
37
37
<description >contains Xalan2-specific features</description >
38
38
<dependencies >
39
39
<dependency >
40
40
<groupId >org.apache.ant</groupId >
41
41
<artifactId >ant</artifactId >
42
- <version >1.10.6-SNAPSHOT </version >
42
+ <version >1.10.6</version >
43
43
<scope >compile</scope >
44
44
</dependency >
45
45
<dependency >
Original file line number Diff line number Diff line change @@ -26,20 +26,20 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
26
26
<groupId >org.apache.ant</groupId >
27
27
<artifactId >ant-parent</artifactId >
28
28
<relativePath >../pom.xml</relativePath >
29
- <version >1.10.6-SNAPSHOT </version >
29
+ <version >1.10.6</version >
30
30
</parent >
31
31
<modelVersion >4.0.0</modelVersion >
32
32
<url >http://ant.apache.org/</url >
33
33
<groupId >org.apache.ant</groupId >
34
34
<artifactId >ant-commons-logging</artifactId >
35
- <version >1.10.6-SNAPSHOT </version >
35
+ <version >1.10.6</version >
36
36
<name >Apache Ant + Commons Logging</name >
37
37
<description >Ant Listener based on commons-logging</description >
38
38
<dependencies >
39
39
<dependency >
40
40
<groupId >org.apache.ant</groupId >
41
41
<artifactId >ant</artifactId >
42
- <version >1.10.6-SNAPSHOT </version >
42
+ <version >1.10.6</version >
43
43
<scope >compile</scope >
44
44
</dependency >
45
45
<dependency >
Original file line number Diff line number Diff line change @@ -26,20 +26,20 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
26
26
<groupId >org.apache.ant</groupId >
27
27
<artifactId >ant-parent</artifactId >
28
28
<relativePath >../pom.xml</relativePath >
29
- <version >1.10.6-SNAPSHOT </version >
29
+ <version >1.10.6</version >
30
30
</parent >
31
31
<modelVersion >4.0.0</modelVersion >
32
32
<url >http://ant.apache.org/</url >
33
33
<groupId >org.apache.ant</groupId >
34
34
<artifactId >ant-commons-net</artifactId >
35
- <version >1.10.6-SNAPSHOT </version >
35
+ <version >1.10.6</version >
36
36
<name >Apache Ant + Commons Net</name >
37
37
<description >ftp, rexec and telnet tasks</description >
38
38
<dependencies >
39
39
<dependency >
40
40
<groupId >org.apache.ant</groupId >
41
41
<artifactId >ant</artifactId >
42
- <version >1.10.6-SNAPSHOT </version >
42
+ <version >1.10.6</version >
43
43
<scope >compile</scope >
44
44
</dependency >
45
45
<dependency >
Original file line number Diff line number Diff line change 27
27
<groupId >org.apache.ant</groupId >
28
28
<artifactId >ant-parent</artifactId >
29
29
<relativePath >../pom.xml</relativePath >
30
- <version >1.10.6-SNAPSHOT </version >
30
+ <version >1.10.6</version >
31
31
</parent >
32
32
<modelVersion >4.0.0</modelVersion >
33
33
<url >http://ant.apache.org/</url >
34
34
<groupId >org.apache.ant</groupId >
35
35
<artifactId >ant-imageio</artifactId >
36
- <version >1.10.6-SNAPSHOT </version >
36
+ <version >1.10.6</version >
37
37
<name >Apache Ant + ImageIO</name >
38
38
<description >imageio task and corresponding types.</description >
39
39
<dependencies >
40
40
<dependency >
41
41
<groupId >org.apache.ant</groupId >
42
42
<artifactId >ant</artifactId >
43
- <version >1.10.6-SNAPSHOT </version >
43
+ <version >1.10.6</version >
44
44
<scope >compile</scope >
45
45
</dependency >
46
46
</dependencies >
Original file line number Diff line number Diff line change 27
27
<groupId >org.apache.ant</groupId >
28
28
<artifactId >ant-parent</artifactId >
29
29
<relativePath >../pom.xml</relativePath >
30
- <version >1.10.6-SNAPSHOT </version >
30
+ <version >1.10.6</version >
31
31
</parent >
32
32
<modelVersion >4.0.0</modelVersion >
33
33
<url >http://ant.apache.org/</url >
34
34
<groupId >org.apache.ant</groupId >
35
35
<artifactId >ant-jai</artifactId >
36
- <version >1.10.6-SNAPSHOT </version >
36
+ <version >1.10.6</version >
37
37
<name >Apache Ant + JAI</name >
38
38
<description >image task and corresponding types.
39
39
</description >
40
40
<dependencies >
41
41
<dependency >
42
42
<groupId >org.apache.ant</groupId >
43
43
<artifactId >ant</artifactId >
44
- <version >1.10.6-SNAPSHOT </version >
44
+ <version >1.10.6</version >
45
45
<scope >compile</scope >
46
46
</dependency >
47
47
<dependency >
Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
26
26
<groupId >org.apache.ant</groupId >
27
27
<artifactId >ant-parent</artifactId >
28
28
<relativePath >../pom.xml</relativePath >
29
- <version >1.10.6-SNAPSHOT </version >
29
+ <version >1.10.6</version >
30
30
</parent >
31
31
<modelVersion >4.0.0</modelVersion >
32
32
<url >http://ant.apache.org/</url >
33
33
<groupId >org.apache.ant</groupId >
34
34
<artifactId >ant-javamail</artifactId >
35
- <version >1.10.6-SNAPSHOT </version >
35
+ <version >1.10.6</version >
36
36
<name >Apache Ant + JavaMail</name >
37
37
<description >implementation of the mail task based on javamail.
38
38
Required to send emails to SMTP servers using user/password combinations
@@ -41,7 +41,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
41
41
<dependency >
42
42
<groupId >org.apache.ant</groupId >
43
43
<artifactId >ant</artifactId >
44
- <version >1.10.6-SNAPSHOT </version >
44
+ <version >1.10.6</version >
45
45
<scope >compile</scope >
46
46
</dependency >
47
47
<dependency >
Original file line number Diff line number Diff line change 27
27
<groupId >org.apache.ant</groupId >
28
28
<artifactId >ant-parent</artifactId >
29
29
<relativePath >../pom.xml</relativePath >
30
- <version >1.10.6-SNAPSHOT </version >
30
+ <version >1.10.6</version >
31
31
</parent >
32
32
<modelVersion >4.0.0</modelVersion >
33
33
<url >http://ant.apache.org/</url >
34
34
<groupId >org.apache.ant</groupId >
35
35
<artifactId >ant-jdepend</artifactId >
36
- <version >1.10.6-SNAPSHOT </version >
36
+ <version >1.10.6</version >
37
37
<name >Apache Ant + JDepend</name >
38
38
<description >task jdepend invoking the jdepend parser. There is also a version 2.9.1 of the
39
39
jdepend parser available on the maven repository</description >
40
40
<dependencies >
41
41
<dependency >
42
42
<groupId >org.apache.ant</groupId >
43
43
<artifactId >ant</artifactId >
44
- <version >1.10.6-SNAPSHOT </version >
44
+ <version >1.10.6</version >
45
45
<scope >compile</scope >
46
46
</dependency >
47
47
<dependency >
Original file line number Diff line number Diff line change @@ -26,21 +26,21 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
26
26
<groupId >org.apache.ant</groupId >
27
27
<artifactId >ant-parent</artifactId >
28
28
<relativePath >../pom.xml</relativePath >
29
- <version >1.10.6-SNAPSHOT </version >
29
+ <version >1.10.6</version >
30
30
</parent >
31
31
<modelVersion >4.0.0</modelVersion >
32
32
<url >http://ant.apache.org/</url >
33
33
<groupId >org.apache.ant</groupId >
34
34
<artifactId >ant-jmf</artifactId >
35
- <version >1.10.6-SNAPSHOT </version >
35
+ <version >1.10.6</version >
36
36
<name >Apache Ant + JMF</name >
37
37
<description >contains the sound task and a soundplayer listener
38
38
download the dependency from http://java.sun.com/products/java-media/jmf/</description >
39
39
<dependencies >
40
40
<dependency >
41
41
<groupId >org.apache.ant</groupId >
42
42
<artifactId >ant</artifactId >
43
- <version >1.10.6-SNAPSHOT </version >
43
+ <version >1.10.6</version >
44
44
<scope >compile</scope >
45
45
</dependency >
46
46
</dependencies >
Original file line number Diff line number Diff line change @@ -26,21 +26,21 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
26
26
<groupId >org.apache.ant</groupId >
27
27
<artifactId >ant-parent</artifactId >
28
28
<relativePath >../pom.xml</relativePath >
29
- <version >1.10.6-SNAPSHOT </version >
29
+ <version >1.10.6</version >
30
30
</parent >
31
31
<modelVersion >4.0.0</modelVersion >
32
32
<url >http://ant.apache.org/</url >
33
33
<groupId >org.apache.ant</groupId >
34
34
<artifactId >ant-jsch</artifactId >
35
- <version >1.10.6-SNAPSHOT </version >
35
+ <version >1.10.6</version >
36
36
<name >Apache Ant + JSch</name >
37
37
<description >contains the sshexec and scp tasks
38
38
</description >
39
39
<dependencies >
40
40
<dependency >
41
41
<groupId >org.apache.ant</groupId >
42
42
<artifactId >ant</artifactId >
43
- <version >1.10.6-SNAPSHOT </version >
43
+ <version >1.10.6</version >
44
44
<scope >compile</scope >
45
45
</dependency >
46
46
<dependency >
You can’t perform that action at this time.
0 commit comments