]> source.dussan.org Git - poi.git/commitdiff
try to remove http refs from some pom files
authorPJ Fanning <fanningpj@apache.org>
Tue, 21 May 2019 16:55:34 +0000 (16:55 +0000)
committerPJ Fanning <fanningpj@apache.org>
Tue, 21 May 2019 16:55:34 +0000 (16:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1859663 13f79535-47bb-0310-9956-ffa450edef68

osgi/pom.xml
sonar/pom.xml

index 2849467a98f83683e83214dd51a67b9b9e8792f7..315182e004ae3ca61a6030f6dfe1dcb38ce5498c 100644 (file)
   </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>
     <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>
index de7ea872b919f1d006b1e77f4058a05a5683a50d..ed6dbd9ad235c3e7eefe957b4ad668098171d42c 100644 (file)
@@ -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>