Skip to content

Commit e4a56ec

Browse files
committed
Prepare RC2 of 1.10.6 Ant release
Signed-off-by: Jaikiran Pai <[email protected]>
1 parent 4803eb2 commit e4a56ec

File tree

27 files changed

+77
-77
lines changed

27 files changed

+77
-77
lines changed

build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
<property name="name" value="ant"/>
3434
<!-- this is the directory corresponding to groupId of Ant in the Maven repository -->
3535
<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"/>
3737
<!-- 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"/>
3939
<property name="manifest-version" value="1.10.6"/>
4040
<property name="bootstrap.jar" value="ant-bootstrap.jar"/>
4141

src/etc/poms/ant-antlr/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,21 @@
2727
<groupId>org.apache.ant</groupId>
2828
<artifactId>ant-parent</artifactId>
2929
<relativePath>../pom.xml</relativePath>
30-
<version>1.10.6-SNAPSHOT</version>
30+
<version>1.10.6</version>
3131
</parent>
3232
<modelVersion>4.0.0</modelVersion>
3333
<url>http://ant.apache.org/</url>
3434
<groupId>org.apache.ant</groupId>
3535
<artifactId>ant-antlr</artifactId>
36-
<version>1.10.6-SNAPSHOT</version>
36+
<version>1.10.6</version>
3737
<name>Apache Ant + ANTLR</name>
3838
<description>antlr specific task.
3939
The implementation forks a java process, therefore the antlr jar file is only needed at runtime</description>
4040
<dependencies>
4141
<dependency>
4242
<groupId>org.apache.ant</groupId>
4343
<artifactId>ant</artifactId>
44-
<version>1.10.6-SNAPSHOT</version>
44+
<version>1.10.6</version>
4545
<optional>true</optional>
4646
<scope>compile</scope>
4747
</dependency>

src/etc/poms/ant-apache-bcel/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@
2727
<groupId>org.apache.ant</groupId>
2828
<artifactId>ant-parent</artifactId>
2929
<relativePath>../pom.xml</relativePath>
30-
<version>1.10.6-SNAPSHOT</version>
30+
<version>1.10.6</version>
3131
</parent>
3232
<modelVersion>4.0.0</modelVersion>
3333
<url>http://ant.apache.org/</url>
3434
<groupId>org.apache.ant</groupId>
3535
<artifactId>ant-apache-bcel</artifactId>
36-
<version>1.10.6-SNAPSHOT</version>
36+
<version>1.10.6</version>
3737
<name>Apache Ant + BCEL</name>
3838
<dependencies>
3939
<dependency>
4040
<groupId>org.apache.ant</groupId>
4141
<artifactId>ant</artifactId>
42-
<version>1.10.6-SNAPSHOT</version>
42+
<version>1.10.6</version>
4343
<scope>compile</scope>
4444
</dependency>
4545
<dependency>

src/etc/poms/ant-apache-bsf/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@
2727
<groupId>org.apache.ant</groupId>
2828
<artifactId>ant-parent</artifactId>
2929
<relativePath>../pom.xml</relativePath>
30-
<version>1.10.6-SNAPSHOT</version>
30+
<version>1.10.6</version>
3131
</parent>
3232
<modelVersion>4.0.0</modelVersion>
3333
<url>http://ant.apache.org/</url>
3434
<groupId>org.apache.ant</groupId>
3535
<artifactId>ant-apache-bsf</artifactId>
36-
<version>1.10.6-SNAPSHOT</version>
36+
<version>1.10.6</version>
3737
<name>Apache Ant + BSF</name>
3838
<dependencies>
3939
<dependency>
4040
<groupId>org.apache.ant</groupId>
4141
<artifactId>ant</artifactId>
42-
<version>1.10.6-SNAPSHOT</version>
42+
<version>1.10.6</version>
4343
<scope>compile</scope>
4444
</dependency>
4545
<dependency>

src/etc/poms/ant-apache-log4j/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
2626
<groupId>org.apache.ant</groupId>
2727
<artifactId>ant-parent</artifactId>
2828
<relativePath>../pom.xml</relativePath>
29-
<version>1.10.6-SNAPSHOT</version>
29+
<version>1.10.6</version>
3030
</parent>
3131
<modelVersion>4.0.0</modelVersion>
3232
<url>http://ant.apache.org/</url>
3333
<groupId>org.apache.ant</groupId>
3434
<artifactId>ant-apache-log4j</artifactId>
35-
<version>1.10.6-SNAPSHOT</version>
35+
<version>1.10.6</version>
3636
<name>Apache Ant + Log4J</name>
3737
<dependencies>
3838
<dependency>
3939
<groupId>org.apache.ant</groupId>
4040
<artifactId>ant</artifactId>
41-
<version>1.10.6-SNAPSHOT</version>
41+
<version>1.10.6</version>
4242
<scope>compile</scope>
4343
</dependency>
4444
<dependency>

src/etc/poms/ant-apache-oro/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@
2727
<groupId>org.apache.ant</groupId>
2828
<artifactId>ant-parent</artifactId>
2929
<relativePath>../pom.xml</relativePath>
30-
<version>1.10.6-SNAPSHOT</version>
30+
<version>1.10.6</version>
3131
</parent>
3232
<modelVersion>4.0.0</modelVersion>
3333
<url>http://ant.apache.org/</url>
3434
<groupId>org.apache.ant</groupId>
3535
<artifactId>ant-apache-oro</artifactId>
36-
<version>1.10.6-SNAPSHOT</version>
36+
<version>1.10.6</version>
3737
<name>Apache Ant + Apache Oro</name>
3838
<dependencies>
3939
<dependency>
4040
<groupId>org.apache.ant</groupId>
4141
<artifactId>ant</artifactId>
42-
<version>1.10.6-SNAPSHOT</version>
42+
<version>1.10.6</version>
4343
<scope>compile</scope>
4444
</dependency>
4545
<dependency>

src/etc/poms/ant-apache-regexp/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
2626
<groupId>org.apache.ant</groupId>
2727
<artifactId>ant-parent</artifactId>
2828
<relativePath>../pom.xml</relativePath>
29-
<version>1.10.6-SNAPSHOT</version>
29+
<version>1.10.6</version>
3030
</parent>
3131
<modelVersion>4.0.0</modelVersion>
3232
<url>http://ant.apache.org/</url>
3333
<groupId>org.apache.ant</groupId>
3434
<artifactId>ant-apache-regexp</artifactId>
35-
<version>1.10.6-SNAPSHOT</version>
35+
<version>1.10.6</version>
3636
<name>Apache Ant + Apache Regexp</name>
3737
<dependencies>
3838
<dependency>
3939
<groupId>org.apache.ant</groupId>
4040
<artifactId>ant</artifactId>
41-
<version>1.10.6-SNAPSHOT</version>
41+
<version>1.10.6</version>
4242
<scope>compile</scope>
4343
</dependency>
4444
<dependency>

src/etc/poms/ant-apache-resolver/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
2626
<groupId>org.apache.ant</groupId>
2727
<artifactId>ant-parent</artifactId>
2828
<relativePath>../pom.xml</relativePath>
29-
<version>1.10.6-SNAPSHOT</version>
29+
<version>1.10.6</version>
3030
</parent>
3131
<modelVersion>4.0.0</modelVersion>
3232
<url>http://ant.apache.org/</url>
3333
<groupId>org.apache.ant</groupId>
3434
<artifactId>ant-apache-resolver</artifactId>
35-
<version>1.10.6-SNAPSHOT</version>
35+
<version>1.10.6</version>
3636
<name>Apache Ant + Apache Resolver</name>
3737
<dependencies>
3838
<dependency>
3939
<groupId>org.apache.ant</groupId>
4040
<artifactId>ant</artifactId>
41-
<version>1.10.6-SNAPSHOT</version>
41+
<version>1.10.6</version>
4242
<scope>compile</scope>
4343
</dependency>
4444
<dependency>

src/etc/poms/ant-apache-xalan2/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,20 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
2626
<groupId>org.apache.ant</groupId>
2727
<artifactId>ant-parent</artifactId>
2828
<relativePath>../pom.xml</relativePath>
29-
<version>1.10.6-SNAPSHOT</version>
29+
<version>1.10.6</version>
3030
</parent>
3131
<modelVersion>4.0.0</modelVersion>
3232
<url>http://ant.apache.org/</url>
3333
<groupId>org.apache.ant</groupId>
3434
<artifactId>ant-apache-xalan2</artifactId>
35-
<version>1.10.6-SNAPSHOT</version>
35+
<version>1.10.6</version>
3636
<name>Apache Ant + Xalan 2</name>
3737
<description>contains Xalan2-specific features</description>
3838
<dependencies>
3939
<dependency>
4040
<groupId>org.apache.ant</groupId>
4141
<artifactId>ant</artifactId>
42-
<version>1.10.6-SNAPSHOT</version>
42+
<version>1.10.6</version>
4343
<scope>compile</scope>
4444
</dependency>
4545
<dependency>

src/etc/poms/ant-commons-logging/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,20 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
2626
<groupId>org.apache.ant</groupId>
2727
<artifactId>ant-parent</artifactId>
2828
<relativePath>../pom.xml</relativePath>
29-
<version>1.10.6-SNAPSHOT</version>
29+
<version>1.10.6</version>
3030
</parent>
3131
<modelVersion>4.0.0</modelVersion>
3232
<url>http://ant.apache.org/</url>
3333
<groupId>org.apache.ant</groupId>
3434
<artifactId>ant-commons-logging</artifactId>
35-
<version>1.10.6-SNAPSHOT</version>
35+
<version>1.10.6</version>
3636
<name>Apache Ant + Commons Logging</name>
3737
<description>Ant Listener based on commons-logging</description>
3838
<dependencies>
3939
<dependency>
4040
<groupId>org.apache.ant</groupId>
4141
<artifactId>ant</artifactId>
42-
<version>1.10.6-SNAPSHOT</version>
42+
<version>1.10.6</version>
4343
<scope>compile</scope>
4444
</dependency>
4545
<dependency>

src/etc/poms/ant-commons-net/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,20 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
2626
<groupId>org.apache.ant</groupId>
2727
<artifactId>ant-parent</artifactId>
2828
<relativePath>../pom.xml</relativePath>
29-
<version>1.10.6-SNAPSHOT</version>
29+
<version>1.10.6</version>
3030
</parent>
3131
<modelVersion>4.0.0</modelVersion>
3232
<url>http://ant.apache.org/</url>
3333
<groupId>org.apache.ant</groupId>
3434
<artifactId>ant-commons-net</artifactId>
35-
<version>1.10.6-SNAPSHOT</version>
35+
<version>1.10.6</version>
3636
<name>Apache Ant + Commons Net</name>
3737
<description>ftp, rexec and telnet tasks</description>
3838
<dependencies>
3939
<dependency>
4040
<groupId>org.apache.ant</groupId>
4141
<artifactId>ant</artifactId>
42-
<version>1.10.6-SNAPSHOT</version>
42+
<version>1.10.6</version>
4343
<scope>compile</scope>
4444
</dependency>
4545
<dependency>

src/etc/poms/ant-imageio/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,20 @@
2727
<groupId>org.apache.ant</groupId>
2828
<artifactId>ant-parent</artifactId>
2929
<relativePath>../pom.xml</relativePath>
30-
<version>1.10.6-SNAPSHOT</version>
30+
<version>1.10.6</version>
3131
</parent>
3232
<modelVersion>4.0.0</modelVersion>
3333
<url>http://ant.apache.org/</url>
3434
<groupId>org.apache.ant</groupId>
3535
<artifactId>ant-imageio</artifactId>
36-
<version>1.10.6-SNAPSHOT</version>
36+
<version>1.10.6</version>
3737
<name>Apache Ant + ImageIO</name>
3838
<description>imageio task and corresponding types.</description>
3939
<dependencies>
4040
<dependency>
4141
<groupId>org.apache.ant</groupId>
4242
<artifactId>ant</artifactId>
43-
<version>1.10.6-SNAPSHOT</version>
43+
<version>1.10.6</version>
4444
<scope>compile</scope>
4545
</dependency>
4646
</dependencies>

src/etc/poms/ant-jai/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,21 @@
2727
<groupId>org.apache.ant</groupId>
2828
<artifactId>ant-parent</artifactId>
2929
<relativePath>../pom.xml</relativePath>
30-
<version>1.10.6-SNAPSHOT</version>
30+
<version>1.10.6</version>
3131
</parent>
3232
<modelVersion>4.0.0</modelVersion>
3333
<url>http://ant.apache.org/</url>
3434
<groupId>org.apache.ant</groupId>
3535
<artifactId>ant-jai</artifactId>
36-
<version>1.10.6-SNAPSHOT</version>
36+
<version>1.10.6</version>
3737
<name>Apache Ant + JAI</name>
3838
<description>image task and corresponding types.
3939
</description>
4040
<dependencies>
4141
<dependency>
4242
<groupId>org.apache.ant</groupId>
4343
<artifactId>ant</artifactId>
44-
<version>1.10.6-SNAPSHOT</version>
44+
<version>1.10.6</version>
4545
<scope>compile</scope>
4646
</dependency>
4747
<dependency>

src/etc/poms/ant-javamail/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
2626
<groupId>org.apache.ant</groupId>
2727
<artifactId>ant-parent</artifactId>
2828
<relativePath>../pom.xml</relativePath>
29-
<version>1.10.6-SNAPSHOT</version>
29+
<version>1.10.6</version>
3030
</parent>
3131
<modelVersion>4.0.0</modelVersion>
3232
<url>http://ant.apache.org/</url>
3333
<groupId>org.apache.ant</groupId>
3434
<artifactId>ant-javamail</artifactId>
35-
<version>1.10.6-SNAPSHOT</version>
35+
<version>1.10.6</version>
3636
<name>Apache Ant + JavaMail</name>
3737
<description>implementation of the mail task based on javamail.
3838
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
4141
<dependency>
4242
<groupId>org.apache.ant</groupId>
4343
<artifactId>ant</artifactId>
44-
<version>1.10.6-SNAPSHOT</version>
44+
<version>1.10.6</version>
4545
<scope>compile</scope>
4646
</dependency>
4747
<dependency>

src/etc/poms/ant-jdepend/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,21 @@
2727
<groupId>org.apache.ant</groupId>
2828
<artifactId>ant-parent</artifactId>
2929
<relativePath>../pom.xml</relativePath>
30-
<version>1.10.6-SNAPSHOT</version>
30+
<version>1.10.6</version>
3131
</parent>
3232
<modelVersion>4.0.0</modelVersion>
3333
<url>http://ant.apache.org/</url>
3434
<groupId>org.apache.ant</groupId>
3535
<artifactId>ant-jdepend</artifactId>
36-
<version>1.10.6-SNAPSHOT</version>
36+
<version>1.10.6</version>
3737
<name>Apache Ant + JDepend</name>
3838
<description>task jdepend invoking the jdepend parser. There is also a version 2.9.1 of the
3939
jdepend parser available on the maven repository</description>
4040
<dependencies>
4141
<dependency>
4242
<groupId>org.apache.ant</groupId>
4343
<artifactId>ant</artifactId>
44-
<version>1.10.6-SNAPSHOT</version>
44+
<version>1.10.6</version>
4545
<scope>compile</scope>
4646
</dependency>
4747
<dependency>

src/etc/poms/ant-jmf/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,21 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
2626
<groupId>org.apache.ant</groupId>
2727
<artifactId>ant-parent</artifactId>
2828
<relativePath>../pom.xml</relativePath>
29-
<version>1.10.6-SNAPSHOT</version>
29+
<version>1.10.6</version>
3030
</parent>
3131
<modelVersion>4.0.0</modelVersion>
3232
<url>http://ant.apache.org/</url>
3333
<groupId>org.apache.ant</groupId>
3434
<artifactId>ant-jmf</artifactId>
35-
<version>1.10.6-SNAPSHOT</version>
35+
<version>1.10.6</version>
3636
<name>Apache Ant + JMF</name>
3737
<description>contains the sound task and a soundplayer listener
3838
download the dependency from http://java.sun.com/products/java-media/jmf/</description>
3939
<dependencies>
4040
<dependency>
4141
<groupId>org.apache.ant</groupId>
4242
<artifactId>ant</artifactId>
43-
<version>1.10.6-SNAPSHOT</version>
43+
<version>1.10.6</version>
4444
<scope>compile</scope>
4545
</dependency>
4646
</dependencies>

src/etc/poms/ant-jsch/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,21 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
2626
<groupId>org.apache.ant</groupId>
2727
<artifactId>ant-parent</artifactId>
2828
<relativePath>../pom.xml</relativePath>
29-
<version>1.10.6-SNAPSHOT</version>
29+
<version>1.10.6</version>
3030
</parent>
3131
<modelVersion>4.0.0</modelVersion>
3232
<url>http://ant.apache.org/</url>
3333
<groupId>org.apache.ant</groupId>
3434
<artifactId>ant-jsch</artifactId>
35-
<version>1.10.6-SNAPSHOT</version>
35+
<version>1.10.6</version>
3636
<name>Apache Ant + JSch</name>
3737
<description>contains the sshexec and scp tasks
3838
</description>
3939
<dependencies>
4040
<dependency>
4141
<groupId>org.apache.ant</groupId>
4242
<artifactId>ant</artifactId>
43-
<version>1.10.6-SNAPSHOT</version>
43+
<version>1.10.6</version>
4444
<scope>compile</scope>
4545
</dependency>
4646
<dependency>

0 commit comments

Comments
 (0)