Author: bimargulies
Date: Sun Oct  4 21:25:35 2015
New Revision: 1706726

URL: http://svn.apache.org/viewvc?rev=1706726&view=rev
Log:
set up on branch.

Modified:
    maven/plugins/branches/maven-assembly-plugin-2.5/pom.xml

Modified: maven/plugins/branches/maven-assembly-plugin-2.5/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/branches/maven-assembly-plugin-2.5/pom.xml?rev=1706726&r1=1706725&r2=1706726&view=diff
==============================================================================
--- maven/plugins/branches/maven-assembly-plugin-2.5/pom.xml (original)
+++ maven/plugins/branches/maven-assembly-plugin-2.5/pom.xml Sun Oct  4 
21:25:35 2015
@@ -30,7 +30,7 @@ under the License.
   </parent>
 
   <artifactId>maven-assembly-plugin</artifactId>
-  <version>2.5.5</version>
+  <version>2.6-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Assembly Plugin</name>
@@ -41,9 +41,9 @@ under the License.
   </prerequisites>
 
   <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/tags/maven-assembly-plugin-2.5.5</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-assembly-plugin-2.5.5</developerConnection>
-    
<url>http://svn.apache.org/viewvc/maven/plugins/tags/maven-assembly-plugin-2.5.5</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/branches/maven-assembly-plugin-2.5/</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/branches/maven-assembly-plugin-2.5/</developerConnection>
+    
<url>http://svn.apache.org/viewvc/maven/plugins/branches/maven-assembly-plugin-2.5</url>
   </scm>
   <issueManagement>
     <system>jira</system>


Reply via email to