You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cu...@apache.org on 2012/07/15 22:23:56 UTC

svn commit: r1361787 - /aries/trunk/eba-maven-plugin/pom.xml

Author: cumminsh
Date: Sun Jul 15 20:23:55 2012
New Revision: 1361787

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

Modified:
    aries/trunk/eba-maven-plugin/pom.xml

Modified: aries/trunk/eba-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/eba-maven-plugin/pom.xml?rev=1361787&r1=1361786&r2=1361787&view=diff
==============================================================================
--- aries/trunk/eba-maven-plugin/pom.xml (original)
+++ aries/trunk/eba-maven-plugin/pom.xml Sun Jul 15 20:23:55 2012
@@ -30,7 +30,7 @@ under the License.
     </parent>
     
     <artifactId>eba-maven-plugin</artifactId>
-    <version>1.0.0</version>
+    <version>1.0.1-SNAPSHOT</version>
     <packaging>maven-plugin</packaging>
 
     <name>Aries Maven EBA Plugin</name>
@@ -38,9 +38,9 @@ under the License.
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/tags/eba-maven-plugin-1.0.0</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/tags/eba-maven-plugin-1.0.0</developerConnection>
-        <url>http://svn.apache.org/viewvc/aries/tags/eba-maven-plugin-1.0.0</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/trunk/eba-maven-plugin</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/eba-maven-plugin</developerConnection>
+        <url>http://svn.apache.org/viewvc/aries/trunk/eba-maven-plugin</url>
     </scm>
     
     <dependencies>