You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by hu...@apache.org on 2010/04/21 17:52:52 UTC

svn commit: r936369 - /incubator/aries/branches/0.1-incubating-RCx/eba-maven-plugin/pom.xml

Author: hughesj
Date: Wed Apr 21 15:52:51 2010
New Revision: 936369

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

Modified:
    incubator/aries/branches/0.1-incubating-RCx/eba-maven-plugin/pom.xml

Modified: incubator/aries/branches/0.1-incubating-RCx/eba-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/branches/0.1-incubating-RCx/eba-maven-plugin/pom.xml?rev=936369&r1=936368&r2=936369&view=diff
==============================================================================
--- incubator/aries/branches/0.1-incubating-RCx/eba-maven-plugin/pom.xml (original)
+++ incubator/aries/branches/0.1-incubating-RCx/eba-maven-plugin/pom.xml Wed Apr 21 15:52:51 2010
@@ -29,7 +29,7 @@ under the License.
     </parent>
     
     <artifactId>eba-maven-plugin</artifactId>
-    <version>0.1-incubating</version>
+    <version>0.2-incubating-SNAPSHOT</version>
     <packaging>maven-plugin</packaging>
 
     <name>Aries Maven EBA Plugin</name>
@@ -37,9 +37,9 @@ under the License.
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/aries/tags/eba-maven-plugin-0.1-incubating</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/aries/tags/eba-maven-plugin-0.1-incubating</developerConnection>
-        <url>http://svn.apache.org/viewvc/incubator/aries/tags/eba-maven-plugin-0.1-incubating</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/aries/branches/0.1-incubating-RCx/eba-maven-plugin</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/aries/branches/0.1-incubating-RCx/eba-maven-plugin</developerConnection>
+        <url>http://svn.apache.org/viewvc/incubator/aries/branches/0.1-incubating-RCx/eba-maven-plugin</url>
     </scm>
     
     <dependencies>