Skip to content

Commit 2dd751c

Browse files
author
Paul Leacu
committed
JBTIS-1220 - go back to using repository.jboss.org
Signed-off-by: Paul Leacu <[email protected]>
1 parent 7bf0e75 commit 2dd751c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Fork a copy of the GIT project onto your local disk:
3737

3838
### Building the JBoss Tools Integration Stack Target Platform Project (not required - you can find canned versions in nexus)
3939

40-
https://origin-repository.jboss.org/nexus/content/repositories/releases/org/jboss/tools/integration-stack/target-platform/
40+
https://repository.jboss.org/nexus/content/repositories/releases/org/jboss/tools/integration-stack/target-platform/
4141

4242
$ cd .../jbosstools-integration-stack/target-platform
4343
$ mvn clean install # specific -Pmirror if you'd like the TP repositories generated

jbosstools/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
<repository>
120120
<id>jboss-releases-repository</id>
121121
<name>JBoss Releases Repository</name>
122-
<url>https://origin-repository.jboss.org/nexus/content/repositories/releases/</url>
122+
<url>https://repository.jboss.org/nexus/content/repositories/releases/</url>
123123
<snapshots>
124124
<enabled>false</enabled>
125125
</snapshots>
@@ -139,13 +139,13 @@
139139

140140
<pluginRepository>
141141
<id>jboss-snapshots-repository</id>
142-
<url>https://origin-repository.jboss.org/nexus/content/repositories/snapshots/</url>
142+
<url>https://repository.jboss.org/nexus/content/repositories/snapshots/</url>
143143
</pluginRepository>
144144

145145
<pluginRepository>
146146
<id>jboss-public-repository-group</id>
147147
<name>JBoss Public Repository Group</name>
148-
<url>http://origin-repository.jboss.org/nexus/content/groups/public/</url>
148+
<url>http://repository.jboss.org/nexus/content/groups/public/</url>
149149
<releases>
150150
<enabled>true</enabled>
151151
</releases>

target-platform/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<jbossTychoPluginsVersion>1.0.0</jbossTychoPluginsVersion>
4646
<JBTCoreTPVersion>4.73.1.Final</JBTCoreTPVersion>
4747
<p2diff.skip>false</p2diff.skip>
48-
<jbossNexus>origin-repository.jboss.org</jbossNexus>
48+
<jbossNexus>repository.jboss.org</jbossNexus>
4949
<!-- hudson doesn't have write permissions to the releases repo below - build -P jboss-release manually to push to nexus -->
5050
<!-- <nexusRepo>https://${jbossNexus}/nexus/content/repositories/releases/</nexusRepo> -->
5151
<nexusRepo>https://${jbossNexus}/nexus/service/local/staging/deploy/maven2/</nexusRepo>

0 commit comments

Comments
 (0)