Skip to content

Commit 1e27725

Browse files
authored
[kie-issues#628] Change JBoss Nexus to Apache Nexus. (#3251)
1 parent 079748b commit 1e27725

File tree

2 files changed

+23
-24
lines changed

2 files changed

+23
-24
lines changed

.ci/jenkins/tests/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99

1010
<repositories>
1111
<repository>
12-
<id>jboss-public-repository-group</id>
13-
<name>JBoss Public Repository Group</name>
14-
<url>https://repository.jboss.org/nexus/content/groups/public/</url>
12+
<id>apache-public-repository-group</id>
13+
<name>Apache Public Repository Group</name>
14+
<url>https://repository.apache.org/content/groups/public/</url>
1515
<layout>default</layout>
1616
<releases>
1717
<enabled>true</enabled>

pom.xml

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,11 @@
1717
<name>Kogito Runtimes</name>
1818
<description>Kogito Runtimes</description>
1919

20-
2120
<url>http://kogito.kie.org</url>
2221
<inceptionYear>2019</inceptionYear>
2322
<organization>
24-
<name>JBoss by Red Hat</name>
25-
<url>http://www.jboss.org/</url>
23+
<name>The Apache Software Foundation</name>
24+
<url>https://apache.org/</url>
2625
</organization>
2726

2827
<licenses>
@@ -34,9 +33,9 @@
3433
</licenses>
3534

3635
<scm>
37-
<connection>scm:git:https://github.com/kiegroup/kogito-runtimes.git</connection>
38-
<developerConnection>scm:git:[email protected]:kiegroup/kogito-runtimes.git</developerConnection>
39-
<url>https://github.com/kiegroup/kogito-runtimes</url>
36+
<connection>scm:git:https://github.com/apache/incubator-kie-kogito-runtimes.git</connection>
37+
<developerConnection>scm:git:[email protected]:apache/incubator-kie-kogito-runtimes.git</developerConnection>
38+
<url>https://github.com/apache/incubator-kie-kogito-runtimes</url>
4039
</scm>
4140

4241
<developers>
@@ -58,24 +57,24 @@
5857
<!-- distributionManagement section -->
5958
<distributionManagement>
6059
<repository>
61-
<id>jboss-releases-repository</id>
62-
<name>JBoss Releases Repository</name>
63-
<url>https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/</url>
60+
<id>apache-release-staging-repository</id>
61+
<name>Apache Release Staging Repository</name>
62+
<url>https://repository.apache.org/service/local/staging/deploy/maven2</url>
6463
</repository>
6564
<snapshotRepository>
66-
<id>jboss-snapshots-repository</id>
67-
<name>JBoss Snapshot Repository</name>
68-
<url>https://repository.jboss.org/nexus/content/repositories/snapshots/</url>
65+
<id>apache-snapshots-repository</id>
66+
<name>Apache Snapshot Repository</name>
67+
<url>https://repository.apache.org/content/repositories/snapshots/</url>
6968
</snapshotRepository>
7069
</distributionManagement>
7170

7271
<repositories>
7372
<!-- Bootstrap repository to locate the parent pom when the parent pom
7473
has not been build locally. -->
7574
<repository>
76-
<id>jboss-public-repository-group</id>
77-
<name>JBoss Public Repository Group</name>
78-
<url>https://repository.jboss.org/nexus/content/groups/public/</url>
75+
<id>apache-public-repository-group</id>
76+
<name>Apache Public Repository Group</name>
77+
<url>https://repository.apache.org/content/groups/public/</url>
7978
<layout>default</layout>
8079
<releases>
8180
<enabled>true</enabled>
@@ -91,10 +90,10 @@
9190
<pluginRepositories>
9291
<pluginRepository>
9392
<!-- Duplicating the Maven Central repository here (as it is already coming from Super POM) makes the build much faster,
94-
as the Maven Central is now treated as the first (default) repository (because it is before the JBoss.org one).
93+
as the Maven Central is now treated as the first (default) repository (because it is before the Apache Nexus one).
9594
Artifacts with release (fixed) versions are being downloaded primarily from there. Without the central being the
96-
first repository the JBoss.org Nexus would be contacted first and since it is quite slow it slows down the build.
97-
We use JBoss.org repo only to download our SNAPSHOTs. -->
95+
first repository the Apache Nexus would be contacted first and since it is quite slow it slows down the build.
96+
We use Apache Nexus repo only to download our SNAPSHOTs. -->
9897
<id>central</id>
9998
<name>Central Repository</name>
10099
<url>https://repo.maven.apache.org/maven2</url>
@@ -104,9 +103,9 @@
104103
</snapshots>
105104
</pluginRepository>
106105
<pluginRepository>
107-
<id>jboss-public-repository-group</id>
108-
<name>JBoss Public Repository Group</name>
109-
<url>https://repository.jboss.org/nexus/content/groups/public/</url>
106+
<id>apache-public-repository-group</id>
107+
<name>Apache Public Repository Group</name>
108+
<url>https://repository.apache.org/content/groups/public/</url>
110109
<releases>
111110
<enabled>true</enabled>
112111
</releases>

0 commit comments

Comments
 (0)