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 2012/06/21 23:08:12 UTC

svn commit: r1352688 - in /aries/branches/proxy-0.3.x: pom.xml proxy-api/ proxy-bundle/pom.xml proxy-impl/pom.xml proxy-itests/

Author: dkulp
Date: Thu Jun 21 21:08:12 2012
New Revision: 1352688

URL: http://svn.apache.org/viewvc?rev=1352688&view=rev
Log:
Only going to do impl and the bundle

Removed:
    aries/branches/proxy-0.3.x/pom.xml
    aries/branches/proxy-0.3.x/proxy-api/
    aries/branches/proxy-0.3.x/proxy-itests/
Modified:
    aries/branches/proxy-0.3.x/proxy-bundle/pom.xml
    aries/branches/proxy-0.3.x/proxy-impl/pom.xml

Modified: aries/branches/proxy-0.3.x/proxy-bundle/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/proxy-0.3.x/proxy-bundle/pom.xml?rev=1352688&r1=1352687&r2=1352688&view=diff
==============================================================================
--- aries/branches/proxy-0.3.x/proxy-bundle/pom.xml (original)
+++ aries/branches/proxy-0.3.x/proxy-bundle/pom.xml Thu Jun 21 21:08:12 2012
@@ -27,6 +27,7 @@
     <artifactId>org.apache.aries.proxy</artifactId>
     <packaging>bundle</packaging>
     <name>Apache Aries Proxy Bundle</name>
+    <version>0.3.1-SNAPSHOT</version>
     <description>
         This bundle contains the Apache Aries Proxy Service.
     </description>
@@ -72,12 +73,12 @@
         <dependency>
         	<groupId>org.apache.aries.proxy</groupId>
         	<artifactId>org.apache.aries.proxy.api</artifactId>
-        	<version>${version}</version>
+        	<version>0.3</version>
         </dependency>
         <dependency>
         	<groupId>org.apache.aries.proxy</groupId>
         	<artifactId>org.apache.aries.proxy.impl</artifactId>
-        	<version>${version}</version>
+        	<version>${project.version}</version>
         </dependency>
     </dependencies>
 

Modified: aries/branches/proxy-0.3.x/proxy-impl/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/proxy-0.3.x/proxy-impl/pom.xml?rev=1352688&r1=1352687&r2=1352688&view=diff
==============================================================================
--- aries/branches/proxy-0.3.x/proxy-impl/pom.xml (original)
+++ aries/branches/proxy-0.3.x/proxy-impl/pom.xml Thu Jun 21 21:08:12 2012
@@ -27,6 +27,7 @@
     <artifactId>org.apache.aries.proxy.impl</artifactId>
     <packaging>bundle</packaging>
     <name>Apache Aries Proxy Implementation</name>
+    <version>0.3.1-SNAPSHOT</version>
     <description>
         This bundle contains the proxy service implementation for Apache Aries
     </description>
@@ -84,7 +85,7 @@
         <dependency>
         	<groupId>org.apache.aries.proxy</groupId>
         	<artifactId>org.apache.aries.proxy.api</artifactId>
-        	<version>${version}</version>
+        	<version>0.3</version>
         	<scope>compile</scope>
         </dependency>
         <dependency>