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

svn commit: r932452 - /incubator/aries/trunk/jndi/pom.xml

Author: hughesj
Date: Fri Apr  9 15:10:05 2010
New Revision: 932452

URL: http://svn.apache.org/viewvc?rev=932452&view=rev
Log:
util project was depended on at  instead of 0.1-incubating-SNAPSHOT

Modified:
    incubator/aries/trunk/jndi/pom.xml

Modified: incubator/aries/trunk/jndi/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/jndi/pom.xml?rev=932452&r1=932451&r2=932452&view=diff
==============================================================================
--- incubator/aries/trunk/jndi/pom.xml (original)
+++ incubator/aries/trunk/jndi/pom.xml Fri Apr  9 15:10:05 2010
@@ -68,7 +68,7 @@
             <dependency>
             	<groupId>org.apache.aries</groupId>
             	<artifactId>org.apache.aries.util</artifactId>
-            	<version>${version}</version>
+            	<version>0.1-incubating-SNAPSHOT</version>
             </dependency>
         </dependencies>
     </dependencyManagement>