You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ti...@apache.org on 2013/05/09 10:14:53 UTC

svn commit: r1480555 - in /aries/trunk/util: util-r42/pom.xml util/pom.xml

Author: timothyjward
Date: Thu May  9 08:14:52 2013
New Revision: 1480555

URL: http://svn.apache.org/r1480555
Log:
ARIES-1006 : Get Aries building on JDK 7 - fixes for Aries util

Modified:
    aries/trunk/util/util-r42/pom.xml
    aries/trunk/util/util/pom.xml

Modified: aries/trunk/util/util-r42/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/util/util-r42/pom.xml?rev=1480555&r1=1480554&r2=1480555&view=diff
==============================================================================
--- aries/trunk/util/util-r42/pom.xml (original)
+++ aries/trunk/util/util-r42/pom.xml Thu May  9 08:14:52 2013
@@ -83,7 +83,7 @@
         <dependency>
             <groupId>org.apache.aries.testsupport</groupId>
             <artifactId>org.apache.aries.testsupport.unit</artifactId>
-            <version>1.0.1-SNAPSHOT</version>
+            <version>1.0.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>

Modified: aries/trunk/util/util/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/util/util/pom.xml?rev=1480555&r1=1480554&r2=1480555&view=diff
==============================================================================
--- aries/trunk/util/util/pom.xml (original)
+++ aries/trunk/util/util/pom.xml Thu May  9 08:14:52 2013
@@ -85,7 +85,7 @@
         <dependency>
             <groupId>org.apache.aries.testsupport</groupId>
             <artifactId>org.apache.aries.testsupport.unit</artifactId>
-            <version>1.0.1-SNAPSHOT</version>
+            <version>1.0.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>