Skip to content

Commit

Permalink
Change http to https in repository references.
Browse files Browse the repository at this point in the history
  • Loading branch information
ronsigal committed Apr 19, 2019
1 parent 06e4c69 commit ff863ae
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 22 deletions.
10 changes: 5 additions & 5 deletions docbook/pom.xml
Expand Up @@ -13,27 +13,27 @@
<repositories>
<repository>
<id>jboss</id>
<url>http://repository.jboss.org/nexus/content/groups/public/</url>
<url>https://repository.jboss.org/nexus/content/groups/public/</url>
</repository>
<!--
<repository>
<id>repo1.maven.org</id>
<url>http://repo1.maven.org/maven2</url>
<url>https://repo1.maven.org/maven2</url>
</repository> -->
</repositories>
<pluginRepositories>
<pluginRepository>
<id>jboss</id>
<url>http://repository.jboss.org/nexus/content/groups/public/</url>
<url>https://repository.jboss.org/nexus/content/groups/public/</url>
</pluginRepository>
<!--
<pluginRepository>
<id>maven2-repository.dev.java.net</id>
<url>http://download.java.net/maven/2</url>
<url>https://download.java.net/maven/2</url>
</pluginRepository>
<pluginRepository>
<id>plugin repo1.maven.org</id>
<url>http://repo1.maven.org/maven2</url>
<url>https://repo1.maven.org/maven2</url>
</pluginRepository>
-->
</pluginRepositories>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Expand Up @@ -33,7 +33,7 @@
<version.surefire.plugin>2.19.1</version.surefire.plugin>
</properties>

<url>http://rest-easy.org</url>
<url>https://rest-easy.org</url>

<licenses>
<license>
Expand All @@ -46,7 +46,7 @@
<scm>
<connection>scm:git:git://github.com/resteasy/Resteasy.git</connection>
<developerConnection>scm:git:git@github.com:resteasy/Resteasy.git</developerConnection>
<url>http://github.com/resteasy/Resteasy/tree/master/</url>
<url>https://github.com/resteasy/Resteasy/tree/master/</url>
</scm>

<distributionManagement>
Expand All @@ -59,15 +59,15 @@

<issueManagement>
<system>JIRA</system>
<url>http://jira.jboss.com/jira/browse/RESTEASY</url>
<url>https://jira.jboss.com/jira/browse/RESTEASY</url>
</issueManagement>

<developers>
<developer>
<id>rmcdonough</id>
<name>Ryan J. McDonough</name>
<email>ryan@damnhandy.com</email>
<url>http://damnhandy.com</url>
<url>https://damnhandy.com</url>
<roles>
<role>project-owner</role>
</roles>
Expand Down Expand Up @@ -238,7 +238,7 @@
<repositories>
<repository>
<id>jboss</id>
<url>http://repository.jboss.org/nexus/content/groups/public/</url>
<url>https://repository.jboss.org/nexus/content/groups/public/</url>
</repository>
</repositories>
<pluginRepositories>
Expand Down
2 changes: 1 addition & 1 deletion providers/abdera-atom/pom.xml
Expand Up @@ -16,7 +16,7 @@
<repository>
<id>apache-snapshots</id>
<name>Apache Snapshot Repository</name>
<url>http://people.apache.org/repo/m2-incubating-repository</url>
<url>https://people.apache.org/repo/m2-incubating-repository</url>
</repository>
</repositories>

Expand Down
2 changes: 1 addition & 1 deletion providers/resteasy-validator-provider-11/pom.xml
Expand Up @@ -10,7 +10,7 @@
<artifactId>resteasy-validator-provider-11</artifactId>
<packaging>jar</packaging>
<name>RESTEasy Validator Provider BV 1.1</name>
<url>http://maven.apache.org</url>
<url>https://maven.apache.org</url>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion resteasy-dependencies-bom/pom.xml
Expand Up @@ -102,7 +102,7 @@
<repositories>
<repository>
<id>jboss</id>
<url>http://repository.jboss.org/nexus/content/groups/public/</url>
<url>https://repository.jboss.org/nexus/content/groups/public/</url>
</repository>
</repositories>

Expand Down
2 changes: 1 addition & 1 deletion resteasy-rxjava/pom.xml
Expand Up @@ -9,7 +9,7 @@
</parent>
<artifactId>resteasy-rxjava</artifactId>
<name>RESTEasy RxJava integration</name>
<url>http://maven.apache.org</url>
<url>https://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion resteasy-rxjava2/pom.xml
Expand Up @@ -9,7 +9,7 @@
</parent>
<artifactId>resteasy-rxjava2</artifactId>
<name>RESTEasy RxJava 2 integration</name>
<url>http://maven.apache.org</url>
<url>https://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion resteasy-spring/pom.xml
Expand Up @@ -19,7 +19,7 @@
<repository>
<id>jboss</id>
<name>jboss repo</name>
<url>http://repository.jboss.org/nexus/content/groups/public/</url>
<url>https://repository.jboss.org/nexus/content/groups/public/</url>
</repository>
</repositories>
<dependencies>
Expand Down
10 changes: 5 additions & 5 deletions resteasy-upgrade-guide/pom.xml
Expand Up @@ -13,27 +13,27 @@
<repositories>
<repository>
<id>jboss</id>
<url>http://repository.jboss.org/nexus/content/groups/public/</url>
<url>https://repository.jboss.org/nexus/content/groups/public/</url>
</repository>
<!--
<repository>
<id>repo1.maven.org</id>
<url>http://repo1.maven.org/maven2</url>
<url>https://repo1.maven.org/maven2</url>
</repository> -->
</repositories>
<pluginRepositories>
<pluginRepository>
<id>jboss</id>
<url>http://repository.jboss.org/nexus/content/groups/public/</url>
<url>https://repository.jboss.org/nexus/content/groups/public/</url>
</pluginRepository>
<!--
<pluginRepository>
<id>maven2-repository.dev.java.net</id>
<url>http://download.java.net/maven/2</url>
<url>https://download.java.net/maven/2</url>
</pluginRepository>
<pluginRepository>
<id>plugin repo1.maven.org</id>
<url>http://repo1.maven.org/maven2</url>
<url>https://repo1.maven.org/maven2</url>
</pluginRepository>
-->
</pluginRepositories>
Expand Down
2 changes: 1 addition & 1 deletion security-legacy/keystone/example/keystone-server/pom.xml
Expand Up @@ -13,7 +13,7 @@
<packaging>war</packaging>
<name>RESTEasy Security: keystone-server</name>
<description/>
<url>http://maven.apache.org</url>
<url>https://maven.apache.org</url>

<dependencies>
<dependency>
Expand Down

0 comments on commit ff863ae

Please sign in to comment.