You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by zo...@apache.org on 2011/02/09 11:00:38 UTC

svn commit: r1068822 - in /aries/branches/experimental-release-by-module/proxy: pom.xml proxy-api/pom.xml

Author: zoe
Date: Wed Feb  9 10:00:38 2011
New Revision: 1068822

URL: http://svn.apache.org/viewvc?rev=1068822&view=rev
Log:
fix parent

Modified:
    aries/branches/experimental-release-by-module/proxy/pom.xml
    aries/branches/experimental-release-by-module/proxy/proxy-api/pom.xml

Modified: aries/branches/experimental-release-by-module/proxy/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/experimental-release-by-module/proxy/pom.xml?rev=1068822&r1=1068821&r2=1068822&view=diff
==============================================================================
--- aries/branches/experimental-release-by-module/proxy/pom.xml (original)
+++ aries/branches/experimental-release-by-module/proxy/pom.xml Wed Feb  9 10:00:38 2011
@@ -28,7 +28,7 @@
     <groupId>org.apache.aries.proxy</groupId>
     <artifactId>proxy</artifactId>
     <name>Apache Aries Class Proxy</name>
-    <version>0.4.3</version>
+    <version>0.4.3-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <description>

Modified: aries/branches/experimental-release-by-module/proxy/proxy-api/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/experimental-release-by-module/proxy/proxy-api/pom.xml?rev=1068822&r1=1068821&r2=1068822&view=diff
==============================================================================
--- aries/branches/experimental-release-by-module/proxy/proxy-api/pom.xml (original)
+++ aries/branches/experimental-release-by-module/proxy/proxy-api/pom.xml Wed Feb  9 10:00:38 2011
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.aries.proxy</groupId>
         <artifactId>proxy</artifactId>
-        <version>0.3</version>
+        <version>0.4.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>org.apache.aries.proxy.api</artifactId>