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 18:22:34 UTC

svn commit: r986010 - /incubator/aries/branches/0.2-incubating-RCx/jndi/pom.xml

Author: zoe
Date: Mon Aug 16 16:22:34 2010
New Revision: 986010

URL: http://svn.apache.org/viewvc?rev=986010&view=rev
Log:
updated to latest releases

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

Modified: incubator/aries/branches/0.2-incubating-RCx/jndi/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/branches/0.2-incubating-RCx/jndi/pom.xml?rev=986010&r1=986009&r2=986010&view=diff
==============================================================================
--- incubator/aries/branches/0.2-incubating-RCx/jndi/pom.xml (original)
+++ incubator/aries/branches/0.2-incubating-RCx/jndi/pom.xml Mon Aug 16 16:22:34 2010
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.aries</groupId>
         <artifactId>java5-parent</artifactId>
-        <version>0.2-incubating-SNAPSHOT</version>
+        <version>0.2-incubating</version>
     </parent>  
 
     <modelVersion>4.0.0</modelVersion>
@@ -68,12 +68,12 @@
             <dependency>
                 <groupId>org.apache.aries.testsupport</groupId>
                 <artifactId>org.apache.aries.testsupport.unit</artifactId>
-                <version>0.2-incubating-SNAPSHOT</version>
+                <version>0.2-incubating</version>
             </dependency>
             <dependency>
             	<groupId>org.apache.aries</groupId>
             	<artifactId>org.apache.aries.util</artifactId>
-            	<version>0.2-incubating-SNAPSHOT</version>
+            	<version>0.2-incubating</version>
             </dependency>
             <!-- Use an OSGi enabled cglib version, so that BND can find the version information
                  and we can use it in integration tests -->