Author: bimargulies
Date: Sun Oct  4 21:28:00 2015
New Revision: 1706728

URL: http://svn.apache.org/viewvc?rev=1706728&view=rev
Log:
fix scm for improved branch path in svn.

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

Modified: maven/plugins/branches/maven-assembly-plugin-2.x/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/branches/maven-assembly-plugin-2.x/pom.xml?rev=1706728&r1=1706727&r2=1706728&view=diff
==============================================================================
--- maven/plugins/branches/maven-assembly-plugin-2.x/pom.xml (original)
+++ maven/plugins/branches/maven-assembly-plugin-2.x/pom.xml Sun Oct  4 
21:28:00 2015
@@ -41,9 +41,9 @@ under the License.
   </prerequisites>
 
   <scm>
-    
<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>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/branches/maven-assembly-plugin-2.x/</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/branches/maven-assembly-plugin-2.x/</developerConnection>
+    
<url>http://svn.apache.org/viewvc/maven/plugins/branches/maven-assembly-plugin-2.x</url>
   </scm>
   <issueManagement>
     <system>jira</system>


Reply via email to