Return-Path: X-Original-To: apmail-ant-notifications-archive@minotaur.apache.org Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1C21FDEB4 for ; Mon, 4 Mar 2013 04:50:36 +0000 (UTC) Received: (qmail 39352 invoked by uid 500); 4 Mar 2013 04:50:35 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 39224 invoked by uid 500); 4 Mar 2013 04:50:33 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 39187 invoked by uid 99); 4 Mar 2013 04:50:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Mar 2013 04:50:31 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Mar 2013 04:50:29 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 25976238889B for ; Mon, 4 Mar 2013 04:50:10 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1452185 - in /ant/core/trunk: ./ manual/ release/ src/etc/poms/ src/etc/poms/ant-antlr/ src/etc/poms/ant-apache-bcel/ src/etc/poms/ant-apache-bsf/ src/etc/poms/ant-apache-log4j/ src/etc/poms/ant-apache-oro/ src/etc/poms/ant-apache-regexp/ ... Date: Mon, 04 Mar 2013 04:50:08 -0000 To: notifications@ant.apache.org From: antoine@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130304045010.25976238889B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: antoine Date: Mon Mar 4 04:50:07 2013 New Revision: 1452185 URL: http://svn.apache.org/r1452185 Log: prepare development for Ant 1.9.1 Modified: ant/core/trunk/WHATSNEW ant/core/trunk/build.xml ant/core/trunk/manual/cover.html ant/core/trunk/manual/credits.html ant/core/trunk/release/ivy.xml ant/core/trunk/src/etc/poms/ant-antlr/pom.xml ant/core/trunk/src/etc/poms/ant-apache-bcel/pom.xml ant/core/trunk/src/etc/poms/ant-apache-bsf/pom.xml ant/core/trunk/src/etc/poms/ant-apache-log4j/pom.xml ant/core/trunk/src/etc/poms/ant-apache-oro/pom.xml ant/core/trunk/src/etc/poms/ant-apache-regexp/pom.xml ant/core/trunk/src/etc/poms/ant-apache-resolver/pom.xml ant/core/trunk/src/etc/poms/ant-apache-xalan2/pom.xml ant/core/trunk/src/etc/poms/ant-commons-logging/pom.xml ant/core/trunk/src/etc/poms/ant-commons-net/pom.xml ant/core/trunk/src/etc/poms/ant-jai/pom.xml ant/core/trunk/src/etc/poms/ant-javamail/pom.xml ant/core/trunk/src/etc/poms/ant-jdepend/pom.xml ant/core/trunk/src/etc/poms/ant-jmf/pom.xml ant/core/trunk/src/etc/poms/ant-jsch/pom.xml ant/core/trunk/src/etc/poms/ant-junit/pom.xml ant/core/trunk/src/etc/poms/ant-junit4/pom.xml ant/core/trunk/src/etc/poms/ant-launcher/pom.xml ant/core/trunk/src/etc/poms/ant-netrexx/pom.xml ant/core/trunk/src/etc/poms/ant-swing/pom.xml ant/core/trunk/src/etc/poms/ant-testutil/pom.xml ant/core/trunk/src/etc/poms/ant/pom.xml ant/core/trunk/src/etc/poms/pom.xml Modified: ant/core/trunk/WHATSNEW URL: http://svn.apache.org/viewvc/ant/core/trunk/WHATSNEW?rev=1452185&r1=1452184&r2=1452185&view=diff ============================================================================== --- ant/core/trunk/WHATSNEW (original) +++ ant/core/trunk/WHATSNEW Mon Mar 4 04:50:07 2013 @@ -1,3 +1,20 @@ +Changes from Ant 1.9.0 TO Ant 1.9.1 +=================================== + +Changes that could break older environments: +------------------------------------------- + + +Fixed bugs: +----------- + + + +Other changes: +-------------- + + + Changes from Ant 1.8.4 TO Ant 1.9.0 =================================== Modified: ant/core/trunk/build.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/build.xml?rev=1452185&r1=1452184&r2=1452185&view=diff ============================================================================== --- ant/core/trunk/build.xml (original) +++ ant/core/trunk/build.xml Mon Mar 4 04:50:07 2013 @@ -34,10 +34,10 @@ - + - - + + Modified: ant/core/trunk/manual/cover.html URL: http://svn.apache.org/viewvc/ant/core/trunk/manual/cover.html?rev=1452185&r1=1452184&r2=1452185&view=diff ============================================================================== --- ant/core/trunk/manual/cover.html (original) +++ ant/core/trunk/manual/cover.html Mon Mar 4 04:50:07 2013 @@ -19,14 +19,14 @@ -Apache Ant 1.9.0 User Manual +Apache Ant 1.9.1 User Manual

-

Apache Ant™ 1.9.0 Manual

-

This is the manual for version 1.9.0 of +

Apache Ant™ 1.9.1 Manual

+

This is the manual for version 1.9.1 of Apache Ant. If your version of Ant (as verified with ant -version) is older or newer than this Modified: ant/core/trunk/manual/credits.html URL: http://svn.apache.org/viewvc/ant/core/trunk/manual/credits.html?rev=1452185&r1=1452184&r2=1452185&view=diff ============================================================================== --- ant/core/trunk/manual/credits.html (original) +++ ant/core/trunk/manual/credits.html Mon Mar 4 04:50:07 2013 @@ -62,7 +62,7 @@

-

Version: 1.9.0

+

Version: 1.9.1

Modified: ant/core/trunk/release/ivy.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/release/ivy.xml?rev=1452185&r1=1452184&r2=1452185&view=diff ============================================================================== --- ant/core/trunk/release/ivy.xml (original) +++ ant/core/trunk/release/ivy.xml Mon Mar 4 04:50:07 2013 @@ -20,7 +20,7 @@ xsi:noNamespaceSchemaLocation= "http://ant.apache.org/ivy/schemas/ivy.xsd"> + module="ant" revision="1.9.1"/> Modified: ant/core/trunk/src/etc/poms/ant-antlr/pom.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-antlr/pom.xml?rev=1452185&r1=1452184&r2=1452185&view=diff ============================================================================== --- ant/core/trunk/src/etc/poms/ant-antlr/pom.xml (original) +++ ant/core/trunk/src/etc/poms/ant-antlr/pom.xml Mon Mar 4 04:50:07 2013 @@ -27,13 +27,13 @@ org.apache.ant ant-parent ../pom.xml - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT 4.0.0 http://ant.apache.org/ org.apache.ant ant-antlr - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT Apache Ant + ANTLR antlr specific task. The implementation forks a java process, therefore the antlr jar file is only needed at runtime @@ -41,7 +41,7 @@ org.apache.ant ant - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT true compile Modified: ant/core/trunk/src/etc/poms/ant-apache-bcel/pom.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-apache-bcel/pom.xml?rev=1452185&r1=1452184&r2=1452185&view=diff ============================================================================== --- ant/core/trunk/src/etc/poms/ant-apache-bcel/pom.xml (original) +++ ant/core/trunk/src/etc/poms/ant-apache-bcel/pom.xml Mon Mar 4 04:50:07 2013 @@ -27,19 +27,19 @@ org.apache.ant ant-parent ../pom.xml - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT 4.0.0 http://ant.apache.org/ org.apache.ant ant-apache-bcel - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT Apache Ant + BCEL org.apache.ant ant - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT compile Modified: ant/core/trunk/src/etc/poms/ant-apache-bsf/pom.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-apache-bsf/pom.xml?rev=1452185&r1=1452184&r2=1452185&view=diff ============================================================================== --- ant/core/trunk/src/etc/poms/ant-apache-bsf/pom.xml (original) +++ ant/core/trunk/src/etc/poms/ant-apache-bsf/pom.xml Mon Mar 4 04:50:07 2013 @@ -27,19 +27,19 @@ org.apache.ant ant-parent ../pom.xml - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT 4.0.0 http://ant.apache.org/ org.apache.ant ant-apache-bsf - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT Apache Ant + BSF org.apache.ant ant - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT compile Modified: ant/core/trunk/src/etc/poms/ant-apache-log4j/pom.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-apache-log4j/pom.xml?rev=1452185&r1=1452184&r2=1452185&view=diff ============================================================================== --- ant/core/trunk/src/etc/poms/ant-apache-log4j/pom.xml (original) +++ ant/core/trunk/src/etc/poms/ant-apache-log4j/pom.xml Mon Mar 4 04:50:07 2013 @@ -26,19 +26,19 @@ xsi:schemaLocation="http://maven.apache. org.apache.ant ant-parent ../pom.xml - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT 4.0.0 http://ant.apache.org/ org.apache.ant ant-apache-log4j - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT Apache Ant + Log4J org.apache.ant ant - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT compile Modified: ant/core/trunk/src/etc/poms/ant-apache-oro/pom.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-apache-oro/pom.xml?rev=1452185&r1=1452184&r2=1452185&view=diff ============================================================================== --- ant/core/trunk/src/etc/poms/ant-apache-oro/pom.xml (original) +++ ant/core/trunk/src/etc/poms/ant-apache-oro/pom.xml Mon Mar 4 04:50:07 2013 @@ -27,19 +27,19 @@ org.apache.ant ant-parent ../pom.xml - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT 4.0.0 http://ant.apache.org/ org.apache.ant ant-apache-oro - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT Apache Ant + Apache Oro org.apache.ant ant - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT compile Modified: ant/core/trunk/src/etc/poms/ant-apache-regexp/pom.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-apache-regexp/pom.xml?rev=1452185&r1=1452184&r2=1452185&view=diff ============================================================================== --- ant/core/trunk/src/etc/poms/ant-apache-regexp/pom.xml (original) +++ ant/core/trunk/src/etc/poms/ant-apache-regexp/pom.xml Mon Mar 4 04:50:07 2013 @@ -26,19 +26,19 @@ xsi:schemaLocation="http://maven.apache. org.apache.ant ant-parent ../pom.xml - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT 4.0.0 http://ant.apache.org/ org.apache.ant ant-apache-regexp - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT Apache Ant + Apache Regexp org.apache.ant ant - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT compile Modified: ant/core/trunk/src/etc/poms/ant-apache-resolver/pom.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-apache-resolver/pom.xml?rev=1452185&r1=1452184&r2=1452185&view=diff ============================================================================== --- ant/core/trunk/src/etc/poms/ant-apache-resolver/pom.xml (original) +++ ant/core/trunk/src/etc/poms/ant-apache-resolver/pom.xml Mon Mar 4 04:50:07 2013 @@ -26,19 +26,19 @@ xsi:schemaLocation="http://maven.apache. org.apache.ant ant-parent ../pom.xml - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT 4.0.0 http://ant.apache.org/ org.apache.ant ant-apache-resolver - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT Apache Ant + Apache Resolver org.apache.ant ant - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT compile Modified: ant/core/trunk/src/etc/poms/ant-apache-xalan2/pom.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-apache-xalan2/pom.xml?rev=1452185&r1=1452184&r2=1452185&view=diff ============================================================================== --- ant/core/trunk/src/etc/poms/ant-apache-xalan2/pom.xml (original) +++ ant/core/trunk/src/etc/poms/ant-apache-xalan2/pom.xml Mon Mar 4 04:50:07 2013 @@ -26,20 +26,20 @@ xsi:schemaLocation="http://maven.apache. org.apache.ant ant-parent ../pom.xml - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT 4.0.0 http://ant.apache.org/ org.apache.ant ant-apache-xalan2 - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT Apache Ant + Xalan 2 contains Xalan2-specific features org.apache.ant ant - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT compile Modified: ant/core/trunk/src/etc/poms/ant-commons-logging/pom.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-commons-logging/pom.xml?rev=1452185&r1=1452184&r2=1452185&view=diff ============================================================================== --- ant/core/trunk/src/etc/poms/ant-commons-logging/pom.xml (original) +++ ant/core/trunk/src/etc/poms/ant-commons-logging/pom.xml Mon Mar 4 04:50:07 2013 @@ -26,20 +26,20 @@ xsi:schemaLocation="http://maven.apache. org.apache.ant ant-parent ../pom.xml - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT 4.0.0 http://ant.apache.org/ org.apache.ant ant-commons-logging - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT Apache Ant + Commons Logging Ant Listener based on commons-logging org.apache.ant ant - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT compile Modified: ant/core/trunk/src/etc/poms/ant-commons-net/pom.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-commons-net/pom.xml?rev=1452185&r1=1452184&r2=1452185&view=diff ============================================================================== --- ant/core/trunk/src/etc/poms/ant-commons-net/pom.xml (original) +++ ant/core/trunk/src/etc/poms/ant-commons-net/pom.xml Mon Mar 4 04:50:07 2013 @@ -26,20 +26,20 @@ xsi:schemaLocation="http://maven.apache. org.apache.ant ant-parent ../pom.xml - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT 4.0.0 http://ant.apache.org/ org.apache.ant ant-commons-net - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT Apache Ant + Commons Net ftp, rexec and telnet tasks org.apache.ant ant - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT compile Modified: ant/core/trunk/src/etc/poms/ant-jai/pom.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-jai/pom.xml?rev=1452185&r1=1452184&r2=1452185&view=diff ============================================================================== --- ant/core/trunk/src/etc/poms/ant-jai/pom.xml (original) +++ ant/core/trunk/src/etc/poms/ant-jai/pom.xml Mon Mar 4 04:50:07 2013 @@ -27,13 +27,13 @@ org.apache.ant ant-parent ../pom.xml - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT 4.0.0 http://ant.apache.org/ org.apache.ant ant-jai - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT Apache Ant + JAI image task and corresponding types. @@ -41,7 +41,7 @@ org.apache.ant ant - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT compile Modified: ant/core/trunk/src/etc/poms/ant-javamail/pom.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-javamail/pom.xml?rev=1452185&r1=1452184&r2=1452185&view=diff ============================================================================== --- ant/core/trunk/src/etc/poms/ant-javamail/pom.xml (original) +++ ant/core/trunk/src/etc/poms/ant-javamail/pom.xml Mon Mar 4 04:50:07 2013 @@ -26,13 +26,13 @@ xsi:schemaLocation="http://maven.apache. org.apache.ant ant-parent ../pom.xml - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT 4.0.0 http://ant.apache.org/ org.apache.ant ant-javamail - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT Apache Ant + JavaMail implementation of the mail task based on javamail. Required to send emails to SMTP servers using user/password combinations @@ -41,7 +41,7 @@ xsi:schemaLocation="http://maven.apache. org.apache.ant ant - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT compile Modified: ant/core/trunk/src/etc/poms/ant-jdepend/pom.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-jdepend/pom.xml?rev=1452185&r1=1452184&r2=1452185&view=diff ============================================================================== --- ant/core/trunk/src/etc/poms/ant-jdepend/pom.xml (original) +++ ant/core/trunk/src/etc/poms/ant-jdepend/pom.xml Mon Mar 4 04:50:07 2013 @@ -27,13 +27,13 @@ org.apache.ant ant-parent ../pom.xml - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT 4.0.0 http://ant.apache.org/ org.apache.ant ant-jdepend - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT Apache Ant + JDepend task jdepend invoking the jdepend parser. There is also a version 2.9.1 of the jdepend parser available on the maven repository @@ -41,7 +41,7 @@ org.apache.ant ant - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT compile Modified: ant/core/trunk/src/etc/poms/ant-jmf/pom.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-jmf/pom.xml?rev=1452185&r1=1452184&r2=1452185&view=diff ============================================================================== --- ant/core/trunk/src/etc/poms/ant-jmf/pom.xml (original) +++ ant/core/trunk/src/etc/poms/ant-jmf/pom.xml Mon Mar 4 04:50:07 2013 @@ -26,13 +26,13 @@ xsi:schemaLocation="http://maven.apache. org.apache.ant ant-parent ../pom.xml - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT 4.0.0 http://ant.apache.org/ org.apache.ant ant-jmf - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT Apache Ant + JMF contains the sound task and a soundplayer listener download the dependency from http://java.sun.com/products/java-media/jmf/ @@ -40,7 +40,7 @@ xsi:schemaLocation="http://maven.apache. org.apache.ant ant - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT compile Modified: ant/core/trunk/src/etc/poms/ant-jsch/pom.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-jsch/pom.xml?rev=1452185&r1=1452184&r2=1452185&view=diff ============================================================================== --- ant/core/trunk/src/etc/poms/ant-jsch/pom.xml (original) +++ ant/core/trunk/src/etc/poms/ant-jsch/pom.xml Mon Mar 4 04:50:07 2013 @@ -26,13 +26,13 @@ xsi:schemaLocation="http://maven.apache. org.apache.ant ant-parent ../pom.xml - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT 4.0.0 http://ant.apache.org/ org.apache.ant ant-jsch - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT Apache Ant + JSch contains the sshexec and scp tasks jsch 0.1.29 might not be available from maven @@ -40,7 +40,7 @@ xsi:schemaLocation="http://maven.apache. org.apache.ant ant - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT compile Modified: ant/core/trunk/src/etc/poms/ant-junit/pom.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-junit/pom.xml?rev=1452185&r1=1452184&r2=1452185&view=diff ============================================================================== --- ant/core/trunk/src/etc/poms/ant-junit/pom.xml (original) +++ ant/core/trunk/src/etc/poms/ant-junit/pom.xml Mon Mar 4 04:50:07 2013 @@ -26,20 +26,20 @@ xsi:schemaLocation="http://maven.apache. org.apache.ant ant-parent ../pom.xml - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT 4.0.0 http://ant.apache.org/ org.apache.ant ant-junit - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT Apache Ant + JUnit contains the junit and junirreport tasks org.apache.ant ant - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT compile Modified: ant/core/trunk/src/etc/poms/ant-junit4/pom.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-junit4/pom.xml?rev=1452185&r1=1452184&r2=1452185&view=diff ============================================================================== --- ant/core/trunk/src/etc/poms/ant-junit4/pom.xml (original) +++ ant/core/trunk/src/etc/poms/ant-junit4/pom.xml Mon Mar 4 04:50:07 2013 @@ -26,20 +26,20 @@ xsi:schemaLocation="http://maven.apache. org.apache.ant ant-parent ../pom.xml - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT 4.0.0 http://ant.apache.org/ org.apache.ant ant-junit4 - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT Apache Ant + JUnit 4 contains JUnit 4.x support org.apache.ant ant - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT compile Modified: ant/core/trunk/src/etc/poms/ant-launcher/pom.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-launcher/pom.xml?rev=1452185&r1=1452184&r2=1452185&view=diff ============================================================================== --- ant/core/trunk/src/etc/poms/ant-launcher/pom.xml (original) +++ ant/core/trunk/src/etc/poms/ant-launcher/pom.xml Mon Mar 4 04:50:07 2013 @@ -27,13 +27,13 @@ org.apache.ant ant-parent ../pom.xml - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT 4.0.0 http://ant.apache.org/ org.apache.ant ant-launcher - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT Apache Ant Launcher Modified: ant/core/trunk/src/etc/poms/ant-netrexx/pom.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-netrexx/pom.xml?rev=1452185&r1=1452184&r2=1452185&view=diff ============================================================================== --- ant/core/trunk/src/etc/poms/ant-netrexx/pom.xml (original) +++ ant/core/trunk/src/etc/poms/ant-netrexx/pom.xml Mon Mar 4 04:50:07 2013 @@ -26,13 +26,13 @@ xsi:schemaLocation="http://maven.apache. org.apache.ant ant-parent ../pom.xml - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT 4.0.0 http://ant.apache.org/ org.apache.ant ant-netrexx - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT Apache Ant + NetRexx NetRexxC task dependency can be downloaded from http://www.ibm.com/software/awdtools/netrexx/download.html @@ -40,7 +40,7 @@ xsi:schemaLocation="http://maven.apache. org.apache.ant ant - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT compile