You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by dk...@apache.org on 2014/06/11 18:49:46 UTC

svn commit: r1601946 - /aries/trunk/versioning/versioning-checker/pom.xml

Author: dkulp
Date: Wed Jun 11 16:49:46 2014
New Revision: 1601946

URL: http://svn.apache.org/r1601946
Log:
Update to use the latest releases instead of the ancient pre-1.0 versions

Modified:
    aries/trunk/versioning/versioning-checker/pom.xml

Modified: aries/trunk/versioning/versioning-checker/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/versioning/versioning-checker/pom.xml?rev=1601946&r1=1601945&r2=1601946&view=diff
==============================================================================
--- aries/trunk/versioning/versioning-checker/pom.xml (original)
+++ aries/trunk/versioning/versioning-checker/pom.xml Wed Jun 11 16:49:46 2014
@@ -65,13 +65,13 @@
         <dependency>
             <groupId>org.apache.aries</groupId>
             <artifactId>org.apache.aries.util</artifactId>
-            <version>0.4</version>
+            <version>1.1.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.aries.testsupport</groupId>
             <artifactId>org.apache.aries.testsupport.unit</artifactId>
             <scope>test</scope>
-            <version>0.3</version>
+            <version>1.0.0</version>
         </dependency>
 
         <!--External dependencies. Versions may be specified in default parent -->