You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by zo...@apache.org on 2010/08/16 13:38:29 UTC

svn commit: r985881 - /incubator/aries/branches/0.2-incubating-RCx/quiesce/pom.xml

Author: zoe
Date: Mon Aug 16 11:38:28 2010
New Revision: 985881

URL: http://svn.apache.org/viewvc?rev=985881&view=rev
Log:
Modifying pom to depend on 0.2 not 0.3

Modified:
    incubator/aries/branches/0.2-incubating-RCx/quiesce/pom.xml

Modified: incubator/aries/branches/0.2-incubating-RCx/quiesce/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/branches/0.2-incubating-RCx/quiesce/pom.xml?rev=985881&r1=985880&r2=985881&view=diff
==============================================================================
--- incubator/aries/branches/0.2-incubating-RCx/quiesce/pom.xml (original)
+++ incubator/aries/branches/0.2-incubating-RCx/quiesce/pom.xml Mon Aug 16 11:38:28 2010
@@ -44,12 +44,12 @@
             <dependency>
                 <groupId>org.apache.aries</groupId>
                 <artifactId>org.apache.aries.util</artifactId>
-                <version>0.3-incubating-SNAPSHOT</version>
+                <version>0.2-incubating-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.aries.testsupport</groupId>
                 <artifactId>org.apache.aries.testsupport.unit</artifactId>
-                <version>0.3-incubating-SNAPSHOT</version>
+                <version>0.2-incubating-SNAPSHOT</version>
             </dependency>
 
             <dependency>