Author: gk
Date: Tue May 21 12:15:12 2019
New Revision: 1859624
URL: http://svn.apache.org/viewvc?rev=1859624&view=rev
Log:
- use secure url (even, if redirected)
Modified:
turbine/core/trunk/pom.xml
Modified: turbine/core/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/turbine/core/trunk/pom.xml?rev=1859624&r1=1859623&r2=1859624&view=diff
==============================================================================
--- turbine/core/trunk/pom.xml (original)
+++ turbine/core/trunk/pom.xml Tue May 21 12:15:12 2019
@@ -481,9 +481,9 @@
</contributors>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/turbine/core/trunk</connection>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/turbine/core/trunk</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/core/trunk</developerConnection>
- <url>http://svn.apache.org/viewcvs/turbine/core/trunk/</url>
+ <url>https://svn.apache.org/viewcvs/turbine/core/trunk/</url>
</scm>
<build>