Author: rmannibucau
Date: Wed Nov 20 16:43:22 2013
New Revision: 1543867

URL: http://svn.apache.org/r1543867
Log:
fixing scm info

Modified:
    bval/branches/bval-11/pom.xml

Modified: bval/branches/bval-11/pom.xml
URL: 
http://svn.apache.org/viewvc/bval/branches/bval-11/pom.xml?rev=1543867&r1=1543866&r2=1543867&view=diff
==============================================================================
--- bval/branches/bval-11/pom.xml (original)
+++ bval/branches/bval-11/pom.xml Wed Nov 20 16:43:22 2013
@@ -46,9 +46,9 @@
     <url>http://bval.apache.org/</url>
 
     <scm>
-        
<connection>scm:svn:http://svn.apache.org/repos/asf/bval/trunk</connection>
-        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/bval/trunk</developerConnection>
-        <url>http://svn.apache.org/repos/asf/bval/trunk</url>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/bval/branches/bval-11/</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/bval/branches/bval-11/</developerConnection>
+        <url>http://svn.apache.org/repos/asf/bval/branches/bval-11/</url>
     </scm>
 
     <mailingLists>
@@ -530,6 +530,7 @@
                         <autoVersionSubmodules>true</autoVersionSubmodules>
                         <preparationGoals>clean install</preparationGoals>
                         <tagNameFormat>@{project.version}</tagNameFormat>
+                        
<tagBase>https://svn.apache.org/repos/asf/bval/tags/</tagBase>
                     </configuration>
                 </plugin>
                 <plugin>


Reply via email to