Skip to content

Commit

Permalink
don't use http://origin-repository.jboss.org/nexus/, use load balance…
Browse files Browse the repository at this point in the history
…d URL repository.jboss.org

Signed-off-by: nickboldt <nboldt@redhat.com>
  • Loading branch information
nickboldt committed Apr 26, 2018
1 parent 7565862 commit 36f48e4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
<packaging>pom</packaging>
<properties>
<tycho.scmUrl>scm:git:https://github.com/jbosstools/jbosstools-forge.git</tycho.scmUrl>
<!-- workaround for https://issues.jboss.org/browse/JBIDE-22248 and https://engineering.redhat.com/rt/Ticket/Display.html?id=401756 -->
<!-- <jbossNexus>repository.jboss.org</jbossNexus> -->
<jbossNexus>origin-repository.jboss.org</jbossNexus>
</properties>
<modules>
<module>plugins</module>
Expand All @@ -36,7 +33,7 @@
<repository>
<id>jboss-public-repository-group</id>
<name>JBoss Public Repository Group</name>
<url>http://origin-repository.jboss.org/nexus/content/groups/public/</url>
<url>http://repository.jboss.org/nexus/content/groups/public/</url>
<releases>
<enabled>true</enabled>
</releases>
Expand All @@ -47,7 +44,7 @@
<repository>
<id>jboss-developer-repository-group</id>
<name>JBoss Developer Repository Group</name>
<url>http://origin-repository.jboss.org/nexus/content/groups/developer/</url>
<url>http://repository.jboss.org/nexus/content/groups/developer/</url>
<releases>
<enabled>true</enabled>
</releases>
Expand Down

0 comments on commit 36f48e4

Please sign in to comment.