Skip to content
Permalink
Browse files

[WFLY-11932] Use HTTPS for repository and pluginRepository URLs

  • Loading branch information
bstansberry committed Apr 2, 2019
1 parent 50968bc commit cc2de37373ede3973fc9e41d7ed326f3e760572d
Showing with 2 additions and 2 deletions.
  1. +2 −2 pom.xml
@@ -6722,7 +6722,7 @@
</snapshots>
<id>jboss-public-repository-group</id>
<name>JBoss Public Repository Group</name>
<url>http://repository.jboss.org/nexus/content/groups/public/</url>
<url>https://repository.jboss.org/nexus/content/groups/public/</url>
<layout>default</layout>
</repository>
</repositories>
@@ -6737,7 +6737,7 @@
</snapshots>
<id>jboss-public-repository-group</id>
<name>JBoss Public Repository Group</name>
<url>http://repository.jboss.org/nexus/content/groups/public/</url>
<url>https://repository.jboss.org/nexus/content/groups/public/</url>
</pluginRepository>
</pluginRepositories>

0 comments on commit cc2de37

Please sign in to comment.
You can’t perform that action at this time.