Author: fanningpj
Date: Tue May 21 16:55:34 2019
New Revision: 1859663

URL: http://svn.apache.org/viewvc?rev=1859663&view=rev
Log:
try to remove http refs from some pom files

Modified:
    poi/trunk/osgi/pom.xml
    poi/trunk/sonar/pom.xml

Modified: poi/trunk/osgi/pom.xml
URL: 
http://svn.apache.org/viewvc/poi/trunk/osgi/pom.xml?rev=1859663&r1=1859662&r2=1859663&view=diff
==============================================================================
--- poi/trunk/osgi/pom.xml (original)
+++ poi/trunk/osgi/pom.xml Tue May 21 16:55:34 2019
@@ -37,10 +37,6 @@
   </description>
   <url>http://poi.apache.org/</url>
   <version>${poi.version}</version>
-<!--
-  <version>3.12-beta2</version>
-  <version>@VERSION@</version>
--->
 
   <properties>
     <maven.compiler.source>1.6</maven.compiler.source>
@@ -222,8 +218,8 @@
     <url>http://www.apache.org</url>
   </organization>
   <scm>
-    <url>http://svn.apache.org/viewvc/poi/trunk/osgi</url>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/poi/trunk/osgi</connection>
+    <url>https://svn.apache.org/viewvc/poi/trunk/osgi</url>
+    
<connection>scm:svn:https://svn.apache.org/repos/asf/poi/trunk/osgi</connection>
     
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/poi/trunk/osgi</developerConnection>
   </scm>
 </project>

Modified: poi/trunk/sonar/pom.xml
URL: 
http://svn.apache.org/viewvc/poi/trunk/sonar/pom.xml?rev=1859663&r1=1859662&r2=1859663&view=diff
==============================================================================
--- poi/trunk/sonar/pom.xml (original)
+++ poi/trunk/sonar/pom.xml Tue May 21 16:55:34 2019
@@ -42,9 +42,9 @@
     </issueManagement>
 
     <scm>
-        
<connection>scm:svn:http://svn.apache.org/repos/asf/poi/trunk</connection>
+        
<connection>scm:svn:https://svn.apache.org/repos/asf/poi/trunk</connection>
         
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/poi/trunk</developerConnection>
-        <url>http://svn.apache.org/viewvc/poi</url>
+        <url>https://svn.apache.org/viewvc/poi</url>
     </scm>
 
     <repositories>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@poi.apache.org
For additional commands, e-mail: commits-h...@poi.apache.org

Reply via email to