Skip to content

Commit

Permalink
Turn all http into https in all repo links
Browse files Browse the repository at this point in the history
  • Loading branch information
asoldano committed Apr 5, 2019
1 parent 70f5359 commit 0441e18
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 20 deletions.
12 changes: 4 additions & 8 deletions docbook/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,23 @@
<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>
</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
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@
<licenses>
<license>
<name>Apache License 2.0</name>
<url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
<url>https://repository.jboss.org/licenses/apache-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>

<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 @@ -60,7 +60,7 @@

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

<developers>
Expand Down
2 changes: 1 addition & 1 deletion resteasy-spring/pom.xml
Original file line number Diff line number Diff line change
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
12 changes: 4 additions & 8 deletions resteasy-upgrade-guide/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,23 @@
<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>
</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

0 comments on commit 0441e18

Please sign in to comment.