Author: hughesj
Date: Tue Oct 11 10:48:40 2011
New Revision: 1181699
URL: http://svn.apache.org/viewvc?rev=1181699&view=rev
Log:
Use soon to be released proxy-api 0.4 & proxy-impl 0.4
Modified:
aries/trunk/proxy/proxy-bundle/pom.xml
Modified: aries/trunk/proxy/proxy-bundle/pom.xml
URL:
http://svn.apache.org/viewvc/aries/trunk/proxy/proxy-bundle/pom.xml?rev=1181699&r1=1181698&r2=1181699&view=diff
==============================================================================
--- aries/trunk/proxy/proxy-bundle/pom.xml (original)
+++ aries/trunk/proxy/proxy-bundle/pom.xml Tue Oct 11 10:48:40 2011
@@ -68,13 +68,13 @@
<dependency>
<groupId>org.apache.aries.proxy</groupId>
<artifactId>org.apache.aries.proxy.api</artifactId>
- <version>0.4-SNAPSHOT</version>
+ <version>0.4</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.aries.proxy</groupId>
<artifactId>org.apache.aries.proxy.impl</artifactId>
- <version>0.4-SNAPSHOT</version>
+ <version>0.4</version>
<scope>provided</scope>
</dependency>
<dependency>