You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cs...@apache.org on 2015/08/14 23:36:25 UTC

svn commit: r1695990 - /aries/trunk/subsystem/subsystem-itests/pom.xml

Author: cschneider
Date: Fri Aug 14 21:36:25 2015
New Revision: 1695990

URL: http://svn.apache.org/r1695990
Log:
Use release version of proxy

Modified:
    aries/trunk/subsystem/subsystem-itests/pom.xml

Modified: aries/trunk/subsystem/subsystem-itests/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/subsystem/subsystem-itests/pom.xml?rev=1695990&r1=1695989&r2=1695990&view=diff
==============================================================================
--- aries/trunk/subsystem/subsystem-itests/pom.xml (original)
+++ aries/trunk/subsystem/subsystem-itests/pom.xml Fri Aug 14 21:36:25 2015
@@ -122,7 +122,7 @@
         <dependency>
             <groupId>org.apache.aries.proxy</groupId>
             <artifactId>org.apache.aries.proxy</artifactId>
-            <version>1.0.2-SNAPSHOT</version>
+            <version>1.0.1</version>
             <scope>test</scope>
         </dependency>
         <dependency>