You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2012/01/03 23:02:06 UTC

svn commit: r1226967 - /axis/axis1/java/trunk/axis/pom.xml

Author: veithen
Date: Tue Jan  3 22:02:05 2012
New Revision: 1226967

URL: http://svn.apache.org/viewvc?rev=1226967&view=rev
Log:
Upgraded to a (slightly) less antiquated commons-discovery version.

Modified:
    axis/axis1/java/trunk/axis/pom.xml

Modified: axis/axis1/java/trunk/axis/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/axis/pom.xml?rev=1226967&r1=1226966&r2=1226967&view=diff
==============================================================================
--- axis/axis1/java/trunk/axis/pom.xml (original)
+++ axis/axis1/java/trunk/axis/pom.xml Tue Jan  3 22:02:05 2012
@@ -51,7 +51,8 @@
         <dependency>
             <groupId>commons-discovery</groupId>
             <artifactId>commons-discovery</artifactId>
-            <version>0.2</version>
+            <!-- Note that version 0.5 requires Java 1.5 -->
+            <version>0.4</version>
         </dependency>
         <dependency>
             <groupId>xerces</groupId>