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/07 12:13:46 UTC

svn commit: r1479838 - in /aries/trunk/testsupport: pom.xml testsupport-unit/pom.xml

Author: timothyjward
Date: Tue May  7 10:13:45 2013
New Revision: 1479838

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

Modified:
    aries/trunk/testsupport/pom.xml
    aries/trunk/testsupport/testsupport-unit/pom.xml

Modified: aries/trunk/testsupport/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/testsupport/pom.xml?rev=1479838&r1=1479837&r2=1479838&view=diff
==============================================================================
--- aries/trunk/testsupport/pom.xml (original)
+++ aries/trunk/testsupport/pom.xml Tue May  7 10:13:45 2013
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.aries</groupId>
         <artifactId>java5-parent</artifactId>
-        <version>1.0.0</version>
+        <version>1.1.0-SNAPSHOT</version>
         <relativePath />
     </parent>
 
@@ -30,7 +30,7 @@
     <artifactId>testsupport</artifactId>
     <name>Apache Aries Test Support</name>
     <packaging>pom</packaging>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.1-SNAPSHOT</version>
 
     <description>
         Test Support for OSGi - reactor pom

Modified: aries/trunk/testsupport/testsupport-unit/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/testsupport/testsupport-unit/pom.xml?rev=1479838&r1=1479837&r2=1479838&view=diff
==============================================================================
--- aries/trunk/testsupport/testsupport-unit/pom.xml (original)
+++ aries/trunk/testsupport/testsupport-unit/pom.xml Tue May  7 10:13:45 2013
@@ -20,7 +20,7 @@
   <parent>
   <groupId>org.apache.aries</groupId>
        <artifactId>java5-parent</artifactId>
-       <version>1.0.0</version>
+       <version>1.1.0-SNAPSHOT</version>
        <relativePath />
   </parent>