Skip to content

Commit

Permalink
Bug 574364: releng: use https for maven repo repository.jboss.org
Browse files Browse the repository at this point in the history
[Fixed]: use https for maven repo repository.jboss.org

Change-Id: Ia6657042a337acef504861d86d71876562d68db4
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/c/tracecompass/org.eclipse.tracecompass/+/182312
Tested-by: Patrick Tasse <patrick.tasse@gmail.com>
Tested-by: Trace Compass Bot <tracecompass-bot@eclipse.org>
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/c/tracecompass/org.eclipse.tracecompass/+/182315
  • Loading branch information
bhufmann committed Jun 21, 2021
1 parent e3b3c99 commit 1c2d3fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -103,7 +103,7 @@
<pluginRepository>
<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>
<pluginRepository>
<id>rcptt-snapshots</id>
Expand Down

0 comments on commit 1c2d3fb

Please sign in to comment.