Parcourir la source

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
tags/REL_4_1_1
PJ Fanning il y a 5 ans
Parent
révision
f6eaab2165
2 fichiers modifiés avec 4 ajouts et 8 suppressions
  1. 2
    6
      osgi/pom.xml
  2. 2
    2
      sonar/pom.xml

+ 2
- 6
osgi/pom.xml Voir le fichier

@@ -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>

+ 2
- 2
sonar/pom.xml Voir le fichier

@@ -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>

Chargement…
Annuler
Enregistrer