Author: radcortez
Date: Fri Oct 12 21:22:36 2018
New Revision: 1843709

URL: http://svn.apache.org/viewvc?rev=1843709&view=rev
Log:
Fixed svn urls.

Modified:
    tomee/deps/branches/bval-2/pom.xml

Modified: tomee/deps/branches/bval-2/pom.xml
URL: 
http://svn.apache.org/viewvc/tomee/deps/branches/bval-2/pom.xml?rev=1843709&r1=1843708&r2=1843709&view=diff
==============================================================================
--- tomee/deps/branches/bval-2/pom.xml (original)
+++ tomee/deps/branches/bval-2/pom.xml Fri Oct 12 21:22:36 2018
@@ -50,9 +50,9 @@
     <url>http://bval.apache.org/</url>
 
     <scm>
-        
<connection>scm:svn:http://svn.apache.org/repos/asf/tomee/deps/branches/bval-2</connection>
-        
<developerConnection>scm:svn:http://svn.apache.org/repos/asf/tomee/deps/branches/bval-2</developerConnection>
-        <url>http://svn.apache.org/repos/asf/tomee/deps/branches/bval-2</url>
+        
<connection>scm:svn:https://svn.apache.org/repos/asf/tomee/deps/branches/bval-2</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tomee/deps/branches/bval-2</developerConnection>
+        <url>https://svn.apache.org/repos/asf/tomee/deps/branches/bval-2</url>
     </scm>
 
     <mailingLists>
@@ -544,7 +544,7 @@
                         <autoVersionSubmodules>true</autoVersionSubmodules>
                         <preparationGoals>clean install</preparationGoals>
                         <tagNameFormat>@{project.version}</tagNameFormat>
-                        
<tagBase>https://svn.apache.org/repos/asf/bval/tags/</tagBase>
+                        
<tagBase>https://svn.apache.org/repos/asf/tomee/deps/tags/</tagBase>
                     </configuration>
                 </plugin>
                 <plugin>


Reply via email to