aboutsummaryrefslogtreecommitdiffstats
path: root/osgi/pom.xml
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2019-05-21 16:55:34 +0000
committerPJ Fanning <fanningpj@apache.org>2019-05-21 16:55:34 +0000
commitf6eaab216512df13bdefd88088b4b9cf900dfc05 (patch)
treee90f6fb60b9454de91022e37c179a1eee98a1da1 /osgi/pom.xml
parent31adf0096f58dd92b465be799d3f04c67527541e (diff)
downloadpoi-f6eaab216512df13bdefd88088b4b9cf900dfc05.tar.gz
poi-f6eaab216512df13bdefd88088b4b9cf900dfc05.zip
try to remove http refs from some pom files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1859663 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'osgi/pom.xml')
-rw-r--r--osgi/pom.xml8
1 files changed, 2 insertions, 6 deletions
diff --git a/osgi/pom.xml b/osgi/pom.xml
index 2849467a98..315182e004 100644
--- a/osgi/pom.xml
+++ b/osgi/pom.xml
@@ -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>