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

svn commit: r1437480 - /aries/trunk/proxy/proxy-bundle/pom.xml

Author: dkulp
Date: Wed Jan 23 15:36:25 2013
New Revision: 1437480

URL: http://svn.apache.org/viewvc?rev=1437480&view=rev
Log:
Temporarily grab the new pending release

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=1437480&r1=1437479&r2=1437480&view=diff
==============================================================================
--- aries/trunk/proxy/proxy-bundle/pom.xml (original)
+++ aries/trunk/proxy/proxy-bundle/pom.xml Wed Jan 23 15:36:25 2013
@@ -67,15 +67,15 @@
 
     <dependencies>
         <dependency>
-        	<groupId>org.apache.aries.proxy</groupId>
-        	<artifactId>org.apache.aries.proxy.api</artifactId>
+            <groupId>org.apache.aries.proxy</groupId>
+            <artifactId>org.apache.aries.proxy.api</artifactId>
             <version>1.0.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
-        	<groupId>org.apache.aries.proxy</groupId>
-        	<artifactId>org.apache.aries.proxy.impl</artifactId>
-            <version>1.0.1-SNAPSHOT</version>
+            <groupId>org.apache.aries.proxy</groupId>
+            <artifactId>org.apache.aries.proxy.impl</artifactId>
+            <version>1.0.1</version>
             <scope>provided</scope>
         </dependency>
         <dependency>