Releng: maven release 2.8.2 + general replace http: -> https:
diff --git a/maven/infrastructure/artifact-deployer/pom.xml b/maven/infrastructure/artifact-deployer/pom.xml index 10c81fd..5d4a851 100644 --- a/maven/infrastructure/artifact-deployer/pom.xml +++ b/maven/infrastructure/artifact-deployer/pom.xml
@@ -14,7 +14,7 @@ <packaging>pom</packaging> <!-- simply repeat this declaration from the parent pom, otherwise Maven duplicates the artifactId in the path --> - <url>http://download.eclipse.org/objectteams/maven/3/sites/${project.artifactId}</url> + <url>https://download.eclipse.org/objectteams/maven/3/sites/${project.artifactId}</url> <description>This POM deploys Object Teams artifacts not generated by maven as maven artifacts.</description> @@ -31,7 +31,7 @@ https://www.eclipse.org/legal/epl-2.0/ SPDX-License-Identifier: EPL-2.0 - Please visit http://www.eclipse.org/objectteams for updates and contact. + Please visit https://www.eclipse.org/objectteams for updates and contact. Contributors: Olaf Otto - Initial concept @@ -81,7 +81,7 @@ <scm> <connection>scm:git:git://git.eclipse.org/gitroot/objectteams/org.eclipse.objectteams.git/${project-repository-path}</connection> <developerConnection>scm:git:ssh://${username}@git.eclipse.org/gitroot/objectteams/org.eclipse.objectteams.git/${project-repository-path}</developerConnection> - <url>http://git.eclipse.org/c/objectteams/org.eclipse.objectteams.git/${project-repository-path}</url> + <url>https://git.eclipse.org/c/objectteams/org.eclipse.objectteams.git/${project-repository-path}</url> </scm> <!-- simply repeat this declaration from the parent pom, otherwise Maven duplicates the artifactId in the path -->
diff --git a/maven/infrastructure/parent-pom-otdre/pom.xml b/maven/infrastructure/parent-pom-otdre/pom.xml index 938aaac..3f39447 100644 --- a/maven/infrastructure/parent-pom-otdre/pom.xml +++ b/maven/infrastructure/parent-pom-otdre/pom.xml
@@ -13,7 +13,7 @@ <name>Object Teams parent pom for OTDRE</name> - <url>http://download.eclipse.org/objectteams/maven/3/sites/${project.artifactId}</url> + <url>https://download.eclipse.org/objectteams/maven/3/sites/${project.artifactId}</url> <description> This is the parent pom for Object Teams projects using Maven3. @@ -35,7 +35,7 @@ https://www.eclipse.org/legal/epl-2.0/ SPDX-License-Identifier: EPL-2.0 - Please visit http://www.eclipse.org/objectteams for updates and contact. + Please visit https://www.eclipse.org/objectteams for updates and contact. Contributors: Stephan Herrmann - Initial API and implementation. @@ -45,7 +45,7 @@ <organization> <name>Eclipse Object Teams Project</name> - <url>http://www.eclipse.org/objectteams</url> + <url>https://www.eclipse.org/objectteams</url> </organization> <developers> @@ -53,12 +53,12 @@ </developers> <mailingLists> - <mailingList><name>Object Teams Forum</name><archive>http://www.eclipse.org/forums/eclipse.objectteams</archive></mailingList> + <mailingList><name>Object Teams Forum</name><archive>https://www.eclipse.org/forums/eclipse.objectteams</archive></mailingList> </mailingLists> <issueManagement> <system>Bugzilla</system> - <url>http://bugs.eclipse.org/bugs</url> + <url>https://bugs.eclipse.org/bugs</url> </issueManagement> @@ -93,7 +93,7 @@ <connection>scm:git:git://git.eclipse.org/gitroot/objectteams/org.eclipse.objectteams.git/${project-repository-path}</connection> <developerConnection>scm:git:ssh://${username}@git.eclipse.org/gitroot/objectteams/org.eclipse.objectteams.git/${project-repository-path}</developerConnection> <!-- WTF: release will "improve" the connection to using svn+ssh and advertize this for web access !@#!%$ --> - <url>http://git.eclipse.org/c/objectteams/org.eclipse.objectteams.git</url> + <url>https://git.eclipse.org/c/objectteams/org.eclipse.objectteams.git</url> </scm> <!-- for deployment of this pom: -->
diff --git a/maven/infrastructure/parent-pom/pom.xml b/maven/infrastructure/parent-pom/pom.xml index 0caea6d..bf56c76 100644 --- a/maven/infrastructure/parent-pom/pom.xml +++ b/maven/infrastructure/parent-pom/pom.xml
@@ -9,7 +9,7 @@ <name>Object Teams parent pom</name> - <url>http://download.eclipse.org/objectteams/maven/3/sites/${project.artifactId}</url> + <url>https://download.eclipse.org/objectteams/maven/3/sites/${project.artifactId}</url> <description> This is the parent pom for Object Teams projects using Maven3. @@ -30,7 +30,7 @@ https://www.eclipse.org/legal/epl-2.0/ SPDX-License-Identifier: EPL-2.0 - Please visit http://www.eclipse.org/objectteams for updates and contact. + Please visit https://www.eclipse.org/objectteams for updates and contact. Contributors: Olaf Otto - Initial concept, @@ -41,7 +41,7 @@ <organization> <name>Eclipse Object Teams Project</name> - <url>http://www.eclipse.org/objectteams</url> + <url>https://www.eclipse.org/objectteams</url> </organization> <developers> @@ -50,19 +50,19 @@ </developers> <mailingLists> - <mailingList><name>Object Teams Forum</name><archive>http://www.eclipse.org/forums/eclipse.objectteams</archive></mailingList> + <mailingList><name>Object Teams Forum</name><archive>https://www.eclipse.org/forums/eclipse.objectteams</archive></mailingList> </mailingLists> <issueManagement> <system>Bugzilla</system> - <url>http://bugs.eclipse.org/bugs</url> + <url>https://bugs.eclipse.org/bugs</url> </issueManagement> <repositories> <repository> <id>ObjectTeamsRepository</id> <name>Object Teams Repository</name> - <url>http://download.eclipse.org/objectteams/maven/3/repository</url> + <url>https://download.eclipse.org/objectteams/maven/3/repository</url> </repository> </repositories> @@ -71,7 +71,7 @@ <pluginRepository> <id>ObjectTeamsPluginRepository</id> <name>Object Teams Plugin Repository</name> - <url>http://download.eclipse.org/objectteams/maven/3/repository</url> + <url>https://download.eclipse.org/objectteams/maven/3/repository</url> </pluginRepository> <pluginRepository> <id>tycho-snapshots</id> @@ -133,12 +133,12 @@ <connection>scm:git:git://git.eclipse.org/gitroot/objectteams/org.eclipse.objectteams.git/${project-repository-path}</connection> <developerConnection>scm:git:ssh://${username}@git.eclipse.org/gitroot/objectteams/org.eclipse.objectteams.git/${project-repository-path}</developerConnection> <!-- WTF: release will "improve" the connection to using svn+ssh and advertize this for web access !@#!%$ --> - <url>http://git.eclipse.org/c/objectteams/org.eclipse.objectteams.git</url> + <url>https://git.eclipse.org/c/objectteams/org.eclipse.objectteams.git</url> </scm> <reporting> <plugins> - <!-- See http://maven.apache.org/plugins/maven-project-info-reports-plugin/ --> + <!-- See https://maven.apache.org/plugins/maven-project-info-reports-plugin/ --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> @@ -215,7 +215,7 @@ </dependencies> </plugin> - <!-- See http://maven.apache.org/plugins/maven-surefire-plugin/ --> + <!-- See https://maven.apache.org/plugins/maven-surefire-plugin/ --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId>
diff --git a/maven/infrastructure/pom.xml b/maven/infrastructure/pom.xml index fdca5db..287cec1 100644 --- a/maven/infrastructure/pom.xml +++ b/maven/infrastructure/pom.xml
@@ -9,7 +9,7 @@ <name>Object Teams infrastructure parent pom</name> - <url>http://download.eclipse.org/objectteams/maven/3/sites/${project.artifactId}</url> + <url>https://download.eclipse.org/objectteams/maven/3/sites/${project.artifactId}</url> <description> This is the parent pom for releasing Object Teams artifacts for use in Maven3. @@ -28,7 +28,7 @@ https://www.eclipse.org/legal/epl-2.0/ SPDX-License-Identifier: EPL-2.0 - Please visit http://www.eclipse.org/objectteams for updates and contact. + Please visit https://www.eclipse.org/objectteams for updates and contact. Contributors: Stephan Herrmann - Initial API and implementation. @@ -38,7 +38,7 @@ <organization> <name>Eclipse Object Teams Project</name> - <url>http://www.eclipse.org/objectteams</url> + <url>https://www.eclipse.org/objectteams</url> </organization> <developers> @@ -46,12 +46,12 @@ </developers> <mailingLists> - <mailingList><name>Object Teams Forum</name><archive>http://www.eclipse.org/forums/eclipse.objectteams</archive></mailingList> + <mailingList><name>Object Teams Forum</name><archive>https://www.eclipse.org/forums/eclipse.objectteams</archive></mailingList> </mailingLists> <issueManagement> <system>Bugzilla</system> - <url>http://bugs.eclipse.org/bugs</url> + <url>https://bugs.eclipse.org/bugs</url> </issueManagement> <distributionManagement> @@ -71,12 +71,12 @@ <repository> <id>ObjectTeamsRepository</id> <name>Object Teams Repository</name> - <url>http://download.eclipse.org/objectteams/maven/3/repository</url> + <url>https://download.eclipse.org/objectteams/maven/3/repository</url> </repository> </repositories> <scm> - <url>http://git.eclipse.org/c/objectteams/org.eclipse.objectteams.git</url> + <url>https://git.eclipse.org/c/objectteams/org.eclipse.objectteams.git</url> </scm>
diff --git a/maven/pom.xml b/maven/pom.xml index 2b92b80..8c3398d 100644 --- a/maven/pom.xml +++ b/maven/pom.xml
@@ -9,7 +9,7 @@ <name>Object Teams parent pom for releasing to maven</name> - <url>http://download.eclipse.org/objectteams/maven/3/sites/${project.artifactId}</url> + <url>https://download.eclipse.org/objectteams/maven/3/sites/${project.artifactId}</url> <description> This is the parent pom for releasing Object Teams artifacts for use in Maven3, @@ -29,7 +29,7 @@ https://www.eclipse.org/legal/epl-2.0/ SPDX-License-Identifier: EPL-2.0 - Please visit http://www.eclipse.org/objectteams for updates and contact. + Please visit https://www.eclipse.org/objectteams for updates and contact. Contributors: Stephan Herrmann - Initial API and implementation. @@ -39,7 +39,7 @@ <organization> <name>Eclipse Object Teams Project</name> - <url>http://www.eclipse.org/objectteams</url> + <url>https://www.eclipse.org/objectteams</url> </organization> <developers> @@ -47,24 +47,24 @@ </developers> <mailingLists> - <mailingList><name>Object Teams Forum</name><archive>http://www.eclipse.org/forums/eclipse.objectteams</archive></mailingList> + <mailingList><name>Object Teams Forum</name><archive>https://www.eclipse.org/forums/eclipse.objectteams</archive></mailingList> </mailingLists> <issueManagement> <system>Bugzilla</system> - <url>http://bugs.eclipse.org/bugs</url> + <url>https://bugs.eclipse.org/bugs</url> </issueManagement> <repositories> <repository> <id>ObjectTeamsRepository</id> <name>Object Teams Repository</name> - <url>http://download.eclipse.org/objectteams/maven/3/repository</url> + <url>https://download.eclipse.org/objectteams/maven/3/repository</url> </repository> </repositories> <scm> - <url>http://git.eclipse.org/c/objectteams/org.eclipse.objectteams.git</url> + <url>https://git.eclipse.org/c/objectteams/org.eclipse.objectteams.git</url> </scm>
diff --git a/maven/testproject/pom.xml b/maven/testproject/pom.xml index 54d89d7..863f223 100644 --- a/maven/testproject/pom.xml +++ b/maven/testproject/pom.xml
@@ -16,7 +16,7 @@ <name>Object Teams test project</name> <!-- simply repeat this declaration from the parent pom, otherwise Maven duplicates the artifactId in the path --> - <url>http://download.eclipse.org/objectteams/maven/3/sites/${project.artifactId}</url> + <url>https://download.eclipse.org/objectteams/maven/3/sites/${project.artifactId}</url> <description> This module demonstrates how to use Maven3 for compiling and running OT/J programs. @@ -35,7 +35,7 @@ https://www.eclipse.org/legal/epl-2.0/ SPDX-License-Identifier: EPL-2.0 - Please visit http://www.eclipse.org/objectteams for updates and contact. + Please visit https://www.eclipse.org/objectteams for updates and contact. Contributors: Olaf Otto - Initial concept @@ -49,7 +49,7 @@ <repository> <id>ObjectTeamsRepository</id> <name>Object Teams Repository</name> - <url>http://download.eclipse.org/objectteams/maven/3/repository</url> + <url>https://download.eclipse.org/objectteams/maven/3/repository</url> </repository> </repositories> @@ -63,7 +63,7 @@ <scm> <connection>scm:git:git://git.eclipse.org/gitroot/objectteams/org.eclipse.objectteams.git/${project-repository-path}</connection> <developerConnection>scm:git:ssh://${username}@git.eclipse.org/gitroot/objectteams/org.eclipse.objectteams.git/${project-repository-path}</developerConnection> - <url>http://git.eclipse.org/c/objectteams/org.eclipse.objectteams.git/${project-repository-path}</url> + <url>https://git.eclipse.org/c/objectteams/org.eclipse.objectteams.git/${project-repository-path}</url> </scm> <!-- simply repeat this declaration from the parent pom, otherwise Maven duplicates the artifactId in the path --> @@ -101,19 +101,19 @@ <reporting> <plugins> - <!-- See http://mojo.codehaus.org/jdepend-maven-plugin/ --> + <!-- See https://mojo.codehaus.org/jdepend-maven-plugin/ --> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>jdepend-maven-plugin</artifactId> <version>2.0</version> </plugin> - <!-- See http://mojo.codehaus.org/taglist-maven-plugin/ --> + <!-- See https://mojo.codehaus.org/taglist-maven-plugin/ --> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>taglist-maven-plugin</artifactId> <version>2.4</version> </plugin> - <!-- See http://maven.apache.org/plugins/maven-javadoc-plugin/ --> + <!-- See https://maven.apache.org/plugins/maven-javadoc-plugin/ --> <!-- Disabled as it cannot parse OT sources. --> <!-- >plugin> <groupId>org.apache.maven.plugins</groupId>