diff options
-rw-r--r-- | osgi/pom.xml | 8 | ||||
-rw-r--r-- | sonar/pom.xml | 4 |
2 files changed, 4 insertions, 8 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> diff --git a/sonar/pom.xml b/sonar/pom.xml index de7ea872b9..ed6dbd9ad2 100644 --- a/sonar/pom.xml +++ b/sonar/pom.xml @@ -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> |