You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by oh...@apache.org on 2011/02/16 22:07:29 UTC

svn commit: r1071396 - in /commons/proper/configuration/trunk: pom.xml src/changes/changes.xml

Author: oheger
Date: Wed Feb 16 21:07:29 2011
New Revision: 1071396

URL: http://svn.apache.org/viewvc?rev=1071396&view=rev
Log:
[CONFIGURATION-436] Updated dependency to Apache Ant.

Modified:
    commons/proper/configuration/trunk/pom.xml
    commons/proper/configuration/trunk/src/changes/changes.xml

Modified: commons/proper/configuration/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=1071396&r1=1071395&r2=1071396&view=diff
==============================================================================
--- commons/proper/configuration/trunk/pom.xml (original)
+++ commons/proper/configuration/trunk/pom.xml Wed Feb 16 21:07:29 2011
@@ -294,9 +294,9 @@
     </dependency>
 
     <dependency>
-      <groupId>ant</groupId>
+      <groupId>org.apache.ant</groupId>
       <artifactId>ant</artifactId>
-      <version>1.6.5</version>
+      <version>1.8.2</version>
       <optional>true</optional>
     </dependency>
 

Modified: commons/proper/configuration/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/changes/changes.xml?rev=1071396&r1=1071395&r2=1071396&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/changes/changes.xml (original)
+++ commons/proper/configuration/trunk/src/changes/changes.xml Wed Feb 16 21:07:29 2011
@@ -23,6 +23,11 @@
 
   <body>
     <release version="1.7" date="in SVN" description="">
+      <action dev="oheger" type="update" issue="CONFIGURATION-436">
+        The optional dependency to Apache Ant has been changed to the new
+        groupId org.apache.ant. The version was updated to the most recent
+        version 1.8.2 (older versions should still work).
+      </action>
       <action dev="oheger" type="fix" issue="CONFIGURATION-434">
         HierarchicalINIConfiguration now recognizes comment characters in
         property definitions only if they are preceded by whitespace. Thus