From notifications-return-14957-apmail-ant-notifications-archive=ant.apache.org@ant.apache.org Fri Dec 24 23:38:04 2010 Return-Path: Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: (qmail 22721 invoked from network); 24 Dec 2010 23:38:04 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Dec 2010 23:38:04 -0000 Received: (qmail 43717 invoked by uid 500); 24 Dec 2010 23:38:04 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 43658 invoked by uid 500); 24 Dec 2010 23:38:03 -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 43651 invoked by uid 99); 24 Dec 2010 23:38:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Dec 2010 23:38:03 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Fri, 24 Dec 2010 23:37:59 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id DA6B723889EA; Fri, 24 Dec 2010 23:37:36 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1052727 - in /ant/core/trunk: ./ 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/ src/etc/... Date: Fri, 24 Dec 2010 23:37:36 -0000 To: notifications@ant.apache.org From: antoine@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101224233736.DA6B723889EA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: antoine Date: Fri Dec 24 23:37:35 2010 New Revision: 1052727 URL: http://svn.apache.org/viewvc?rev=1052727&view=rev Log: bumping version up to 1.8.3 for next release preparation Modified: ant/core/trunk/build.xml 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 ant/core/trunk/src/etc/testcases/taskdefs/conditions/antversion.xml Modified: ant/core/trunk/build.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/build.xml?rev=1052727&r1=1052726&r2=1052727&view=diff ============================================================================== --- ant/core/trunk/build.xml (original) +++ ant/core/trunk/build.xml Fri Dec 24 23:37:35 2010 @@ -34,10 +34,10 @@ - + - - + + Modified: ant/core/trunk/release/ivy.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/release/ivy.xml?rev=1052727&r1=1052726&r2=1052727&view=diff ============================================================================== --- ant/core/trunk/release/ivy.xml (original) +++ ant/core/trunk/release/ivy.xml Fri Dec 24 23:37:35 2010 @@ -20,7 +20,7 @@ xsi:noNamespaceSchemaLocation= "http://ant.apache.org/ivy/schemas/ivy.xsd"> + module="ant" revision="1.8.3"/> 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=1052727&r1=1052726&r2=1052727&view=diff ============================================================================== --- ant/core/trunk/src/etc/poms/ant-antlr/pom.xml (original) +++ ant/core/trunk/src/etc/poms/ant-antlr/pom.xml Fri Dec 24 23:37:35 2010 @@ -27,12 +27,12 @@ org.apache.ant ant-parent ../pom.xml - 1.8.2 + 1.8.3-SNAPSHOT 4.0.0 org.apache.ant ant-antlr - 1.8.2 + 1.8.3-SNAPSHOT Apache Ant + ANTLR antlr specific task. The implementation forks a java process, therefore the antlr jar file is only needed at runtime @@ -40,7 +40,7 @@ org.apache.ant ant - 1.8.2 + 1.8.3-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=1052727&r1=1052726&r2=1052727&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 Fri Dec 24 23:37:35 2010 @@ -27,18 +27,18 @@ org.apache.ant ant-parent ../pom.xml - 1.8.2 + 1.8.3-SNAPSHOT 4.0.0 org.apache.ant ant-apache-bcel - 1.8.2 + 1.8.3-SNAPSHOT Apache Ant + BCEL org.apache.ant ant - 1.8.2 + 1.8.3-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=1052727&r1=1052726&r2=1052727&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 Fri Dec 24 23:37:35 2010 @@ -27,18 +27,18 @@ org.apache.ant ant-parent ../pom.xml - 1.8.2 + 1.8.3-SNAPSHOT 4.0.0 org.apache.ant ant-apache-bsf - 1.8.2 + 1.8.3-SNAPSHOT Apache Ant + BSF org.apache.ant ant - 1.8.2 + 1.8.3-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=1052727&r1=1052726&r2=1052727&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 Fri Dec 24 23:37:35 2010 @@ -26,18 +26,18 @@ xsi:schemaLocation="http://maven.apache. org.apache.ant ant-parent ../pom.xml - 1.8.2 + 1.8.3-SNAPSHOT 4.0.0 org.apache.ant ant-apache-log4j - 1.8.2 + 1.8.3-SNAPSHOT Apache Ant + Log4J org.apache.ant ant - 1.8.2 + 1.8.3-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=1052727&r1=1052726&r2=1052727&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 Fri Dec 24 23:37:35 2010 @@ -27,18 +27,18 @@ org.apache.ant ant-parent ../pom.xml - 1.8.2 + 1.8.3-SNAPSHOT 4.0.0 org.apache.ant ant-apache-oro - 1.8.2 + 1.8.3-SNAPSHOT Apache Ant + Apache Oro org.apache.ant ant - 1.8.2 + 1.8.3-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=1052727&r1=1052726&r2=1052727&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 Fri Dec 24 23:37:35 2010 @@ -26,18 +26,18 @@ xsi:schemaLocation="http://maven.apache. org.apache.ant ant-parent ../pom.xml - 1.8.2 + 1.8.3-SNAPSHOT 4.0.0 org.apache.ant ant-apache-regexp - 1.8.2 + 1.8.3-SNAPSHOT Apache Ant + Apache Regexp org.apache.ant ant - 1.8.2 + 1.8.3-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=1052727&r1=1052726&r2=1052727&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 Fri Dec 24 23:37:35 2010 @@ -26,18 +26,18 @@ xsi:schemaLocation="http://maven.apache. org.apache.ant ant-parent ../pom.xml - 1.8.2 + 1.8.3-SNAPSHOT 4.0.0 org.apache.ant ant-apache-resolver - 1.8.2 + 1.8.3-SNAPSHOT Apache Ant + Apache Resolver org.apache.ant ant - 1.8.2 + 1.8.3-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=1052727&r1=1052726&r2=1052727&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 Fri Dec 24 23:37:35 2010 @@ -26,19 +26,19 @@ xsi:schemaLocation="http://maven.apache. org.apache.ant ant-parent ../pom.xml - 1.8.2 + 1.8.3-SNAPSHOT 4.0.0 org.apache.ant ant-apache-xalan2 - 1.8.2 + 1.8.3-SNAPSHOT Apache Ant + Xalan 2 contains Xalan2-specific features org.apache.ant ant - 1.8.2 + 1.8.3-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=1052727&r1=1052726&r2=1052727&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 Fri Dec 24 23:37:35 2010 @@ -26,19 +26,19 @@ xsi:schemaLocation="http://maven.apache. org.apache.ant ant-parent ../pom.xml - 1.8.2 + 1.8.3-SNAPSHOT 4.0.0 org.apache.ant ant-commons-logging - 1.8.2 + 1.8.3-SNAPSHOT Apache Ant + Commons Logging Ant Listener based on commons-logging org.apache.ant ant - 1.8.2 + 1.8.3-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=1052727&r1=1052726&r2=1052727&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 Fri Dec 24 23:37:35 2010 @@ -26,19 +26,19 @@ xsi:schemaLocation="http://maven.apache. org.apache.ant ant-parent ../pom.xml - 1.8.2 + 1.8.3-SNAPSHOT 4.0.0 org.apache.ant ant-commons-net - 1.8.2 + 1.8.3-SNAPSHOT Apache Ant + Commons Net ftp, rexec and telnet tasks org.apache.ant ant - 1.8.2 + 1.8.3-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=1052727&r1=1052726&r2=1052727&view=diff ============================================================================== --- ant/core/trunk/src/etc/poms/ant-jai/pom.xml (original) +++ ant/core/trunk/src/etc/poms/ant-jai/pom.xml Fri Dec 24 23:37:35 2010 @@ -27,12 +27,12 @@ org.apache.ant ant-parent ../pom.xml - 1.8.2 + 1.8.3-SNAPSHOT 4.0.0 org.apache.ant ant-jai - 1.8.2 + 1.8.3-SNAPSHOT Apache Ant + JAI image task and corresponding types. @@ -40,7 +40,7 @@ org.apache.ant ant - 1.8.2 + 1.8.3-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=1052727&r1=1052726&r2=1052727&view=diff ============================================================================== --- ant/core/trunk/src/etc/poms/ant-javamail/pom.xml (original) +++ ant/core/trunk/src/etc/poms/ant-javamail/pom.xml Fri Dec 24 23:37:35 2010 @@ -26,12 +26,12 @@ xsi:schemaLocation="http://maven.apache. org.apache.ant ant-parent ../pom.xml - 1.8.2 + 1.8.3-SNAPSHOT 4.0.0 org.apache.ant ant-javamail - 1.8.2 + 1.8.3-SNAPSHOT Apache Ant + JavaMail implementation of the mail task based on javamail. Required to send emails to SMTP servers using user/password combinations @@ -40,7 +40,7 @@ xsi:schemaLocation="http://maven.apache. org.apache.ant ant - 1.8.2 + 1.8.3-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=1052727&r1=1052726&r2=1052727&view=diff ============================================================================== --- ant/core/trunk/src/etc/poms/ant-jdepend/pom.xml (original) +++ ant/core/trunk/src/etc/poms/ant-jdepend/pom.xml Fri Dec 24 23:37:35 2010 @@ -27,12 +27,12 @@ org.apache.ant ant-parent ../pom.xml - 1.8.2 + 1.8.3-SNAPSHOT 4.0.0 org.apache.ant ant-jdepend - 1.8.2 + 1.8.3-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 @@ -40,7 +40,7 @@ org.apache.ant ant - 1.8.2 + 1.8.3-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=1052727&r1=1052726&r2=1052727&view=diff ============================================================================== --- ant/core/trunk/src/etc/poms/ant-jmf/pom.xml (original) +++ ant/core/trunk/src/etc/poms/ant-jmf/pom.xml Fri Dec 24 23:37:35 2010 @@ -26,12 +26,12 @@ xsi:schemaLocation="http://maven.apache. org.apache.ant ant-parent ../pom.xml - 1.8.2 + 1.8.3-SNAPSHOT 4.0.0 org.apache.ant ant-jmf - 1.8.2 + 1.8.3-SNAPSHOT Apache Ant + JMF contains the sound task and a soundplayer listener download the dependency from http://java.sun.com/products/java-media/jmf/ @@ -39,7 +39,7 @@ xsi:schemaLocation="http://maven.apache. org.apache.ant ant - 1.8.2 + 1.8.3-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=1052727&r1=1052726&r2=1052727&view=diff ============================================================================== --- ant/core/trunk/src/etc/poms/ant-jsch/pom.xml (original) +++ ant/core/trunk/src/etc/poms/ant-jsch/pom.xml Fri Dec 24 23:37:35 2010 @@ -26,12 +26,12 @@ xsi:schemaLocation="http://maven.apache. org.apache.ant ant-parent ../pom.xml - 1.8.2 + 1.8.3-SNAPSHOT 4.0.0 org.apache.ant ant-jsch - 1.8.2 + 1.8.3-SNAPSHOT Apache Ant + JSch contains the sshexec and scp tasks jsch 0.1.29 might not be available from maven @@ -39,7 +39,7 @@ xsi:schemaLocation="http://maven.apache. org.apache.ant ant - 1.8.2 + 1.8.3-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=1052727&r1=1052726&r2=1052727&view=diff ============================================================================== --- ant/core/trunk/src/etc/poms/ant-junit/pom.xml (original) +++ ant/core/trunk/src/etc/poms/ant-junit/pom.xml Fri Dec 24 23:37:35 2010 @@ -26,19 +26,19 @@ xsi:schemaLocation="http://maven.apache. org.apache.ant ant-parent ../pom.xml - 1.8.2 + 1.8.3-SNAPSHOT 4.0.0 org.apache.ant ant-junit - 1.8.2 + 1.8.3-SNAPSHOT Apache Ant + JUnit contains the junit and junirreport tasks org.apache.ant ant - 1.8.2 + 1.8.3-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=1052727&r1=1052726&r2=1052727&view=diff ============================================================================== --- ant/core/trunk/src/etc/poms/ant-junit4/pom.xml (original) +++ ant/core/trunk/src/etc/poms/ant-junit4/pom.xml Fri Dec 24 23:37:35 2010 @@ -26,19 +26,19 @@ xsi:schemaLocation="http://maven.apache. org.apache.ant ant-parent ../pom.xml - 1.8.2 + 1.8.3-SNAPSHOT 4.0.0 org.apache.ant ant-junit4 - 1.8.2 + 1.8.3-SNAPSHOT Apache Ant + JUnit 4 contains JUnit 4.x support org.apache.ant ant - 1.8.2 + 1.8.3-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=1052727&r1=1052726&r2=1052727&view=diff ============================================================================== --- ant/core/trunk/src/etc/poms/ant-launcher/pom.xml (original) +++ ant/core/trunk/src/etc/poms/ant-launcher/pom.xml Fri Dec 24 23:37:35 2010 @@ -27,12 +27,12 @@ org.apache.ant ant-parent ../pom.xml - 1.8.2 + 1.8.3-SNAPSHOT 4.0.0 org.apache.ant ant-launcher - 1.8.2 + 1.8.3-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=1052727&r1=1052726&r2=1052727&view=diff ============================================================================== --- ant/core/trunk/src/etc/poms/ant-netrexx/pom.xml (original) +++ ant/core/trunk/src/etc/poms/ant-netrexx/pom.xml Fri Dec 24 23:37:35 2010 @@ -26,12 +26,12 @@ xsi:schemaLocation="http://maven.apache. org.apache.ant ant-parent ../pom.xml - 1.8.2 + 1.8.3-SNAPSHOT 4.0.0 org.apache.ant ant-netrexx - 1.8.2 + 1.8.3-SNAPSHOT Apache Ant + NetRexx NetRexxC task dependency can be downloaded from http://www.ibm.com/software/awdtools/netrexx/download.html @@ -39,7 +39,7 @@ xsi:schemaLocation="http://maven.apache. org.apache.ant ant - 1.8.2 + 1.8.3-SNAPSHOT compile