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/22 03:40:39 UTC

svn commit: r1352741 - /aries/branches/proxy-0.3.x/proxy-impl/pom.xml

Author: dkulp
Date: Fri Jun 22 01:40:38 2012
New Revision: 1352741

URL: http://svn.apache.org/viewvc?rev=1352741&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
    aries/branches/proxy-0.3.x/proxy-impl/pom.xml

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=1352741&r1=1352740&r2=1352741&view=diff
==============================================================================
--- aries/branches/proxy-0.3.x/proxy-impl/pom.xml (original)
+++ aries/branches/proxy-0.3.x/proxy-impl/pom.xml Fri Jun 22 01:40:38 2012
@@ -27,7 +27,7 @@
     <artifactId>org.apache.aries.proxy.impl</artifactId>
     <packaging>bundle</packaging>
     <name>Apache Aries Proxy Implementation</name>
-    <version>0.3.1</version>
+    <version>0.3.2-SNAPSHOT</version>
     <description>
         This bundle contains the proxy service implementation for Apache Aries
     </description>
@@ -96,8 +96,8 @@
     </dependencies>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/tags/org.apache.aries.proxy.impl-0.3.1</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.proxy.impl-0.3.1</developerConnection>
-        <url>http://svn.apache.org/viewvc/aries/tags/org.apache.aries.proxy.impl-0.3.1</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/branches/proxy-0.3.x/proxy-impl/</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/branches/proxy-0.3.x/proxy-impl/</developerConnection>
+        <url>http://svn.apache.org/viewvc/aries/branches/proxy-0.3.x/proxy-impl/</url>
     </scm>
 </project>