Permalink
Browse files
[WFLY-11932] Use HTTPS for repository and pluginRepository URLs
- Loading branch information
Showing
with
2 additions
and
2 deletions.
-
+2
−2
pom.xml
|
|
@@ -6711,7 +6711,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> |
|
|
@@ -6726,7 +6726,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> |
|
|
|
|
|
|