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/05/24 21:32:25 UTC

svn commit: r1342418 - /aries/branches/blueprint-0.3.2-fixes/jmx-bundle/pom.xml

Author: dkulp
Date: Thu May 24 19:32:25 2012
New Revision: 1342418

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

Modified:
    aries/branches/blueprint-0.3.2-fixes/jmx-bundle/pom.xml

Modified: aries/branches/blueprint-0.3.2-fixes/jmx-bundle/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/blueprint-0.3.2-fixes/jmx-bundle/pom.xml?rev=1342418&r1=1342417&r2=1342418&view=diff
==============================================================================
--- aries/branches/blueprint-0.3.2-fixes/jmx-bundle/pom.xml (original)
+++ aries/branches/blueprint-0.3.2-fixes/jmx-bundle/pom.xml Thu May 24 19:32:25 2012
@@ -24,7 +24,7 @@
 
     <artifactId>org.apache.aries.jmx</artifactId>
     <packaging>bundle</packaging>
-    <version>0.3.1</version>
+    <version>0.3.2-SNAPSHOT</version>
     <name>Apache Aries JMX Bundle</name>
     <description>
        This bundle contains the standalone implementation of the along with the API.
@@ -200,9 +200,9 @@
         </profile>
     </profiles>
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/tags/org.apache.aries.jmx-0.3.1</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.jmx-0.3.1</developerConnection>
-        <url>http://svn.apache.org/viewvc/aries/tags/org.apache.aries.jmx-0.3.1</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/branches/blueprint-0.3.2-fixes/jmx-bundle</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/branches/blueprint-0.3.2-fixes/jmx-bundle</developerConnection>
+        <url>http://svn.apache.org/viewvc/aries/branches/blueprint-0.3.2-fixes/jmx-bundle</url>
     </scm>
 
 </project>