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 2011/10/11 11:51:15 UTC

svn commit: r1181675 - /aries/trunk/proxy/proxy-api/pom.xml

Author: hughesj
Date: Tue Oct 11 09:51:15 2011
New Revision: 1181675

URL: http://svn.apache.org/viewvc?rev=1181675&view=rev
Log:
Use soon to be released util 0.4

Modified:
    aries/trunk/proxy/proxy-api/pom.xml

Modified: aries/trunk/proxy/proxy-api/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/proxy/proxy-api/pom.xml?rev=1181675&r1=1181674&r2=1181675&view=diff
==============================================================================
--- aries/trunk/proxy/proxy-api/pom.xml (original)
+++ aries/trunk/proxy/proxy-api/pom.xml Tue Oct 11 09:51:15 2011
@@ -69,7 +69,7 @@
         <dependency>
             <groupId>org.apache.aries</groupId>
             <artifactId>org.apache.aries.util</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <version>0.4</version>
         </dependency>
     </dependencies>
 </project>