This is an automated email from the ASF dual-hosted git repository.
mariofusco pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-runtimes.git
The following commit(s) were added to refs/heads/main by this push:
new 1e277258a0 [kie-issues#628] Change JBoss Nexus to Apache Nexus. (#3251)
1e277258a0 is described below
commit 1e277258a0feb941dcf0dec60f9a4a4e46b580aa
Author: Tibor Zimányi <[email protected]>
AuthorDate: Mon Oct 16 08:38:30 2023 +0200
[kie-issues#628] Change JBoss Nexus to Apache Nexus. (#3251)
---
.ci/jenkins/tests/pom.xml | 6 +++---
pom.xml | 41 ++++++++++++++++++++---------------------
2 files changed, 23 insertions(+), 24 deletions(-)
diff --git a/.ci/jenkins/tests/pom.xml b/.ci/jenkins/tests/pom.xml
index c135b05114..f22b07c95c 100644
--- a/.ci/jenkins/tests/pom.xml
+++ b/.ci/jenkins/tests/pom.xml
@@ -9,9 +9,9 @@
<repositories>
<repository>
- <id>jboss-public-repository-group</id>
- <name>JBoss Public Repository Group</name>
-
<url>https://repository.jboss.org/nexus/content/groups/public/</url>
+ <id>apache-public-repository-group</id>
+ <name>Apache Public Repository Group</name>
+ <url>https://repository.apache.org/content/groups/public/</url>
<layout>default</layout>
<releases>
<enabled>true</enabled>
diff --git a/pom.xml b/pom.xml
index 59cd8666ec..88e1eaaf5c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,12 +17,11 @@
<name>Kogito Runtimes</name>
<description>Kogito Runtimes</description>
-
<url>http://kogito.kie.org</url>
<inceptionYear>2019</inceptionYear>
<organization>
- <name>JBoss by Red Hat</name>
- <url>http://www.jboss.org/</url>
+ <name>The Apache Software Foundation</name>
+ <url>https://apache.org/</url>
</organization>
<licenses>
@@ -34,9 +33,9 @@
</licenses>
<scm>
-
<connection>scm:git:https://github.com/kiegroup/kogito-runtimes.git</connection>
-
<developerConnection>scm:git:[email protected]:kiegroup/kogito-runtimes.git</developerConnection>
- <url>https://github.com/kiegroup/kogito-runtimes</url>
+
<connection>scm:git:https://github.com/apache/incubator-kie-kogito-runtimes.git</connection>
+
<developerConnection>scm:git:[email protected]:apache/incubator-kie-kogito-runtimes.git</developerConnection>
+ <url>https://github.com/apache/incubator-kie-kogito-runtimes</url>
</scm>
<developers>
@@ -58,14 +57,14 @@
<!-- distributionManagement section -->
<distributionManagement>
<repository>
- <id>jboss-releases-repository</id>
- <name>JBoss Releases Repository</name>
-
<url>https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/</url>
+ <id>apache-release-staging-repository</id>
+ <name>Apache Release Staging Repository</name>
+
<url>https://repository.apache.org/service/local/staging/deploy/maven2</url>
</repository>
<snapshotRepository>
- <id>jboss-snapshots-repository</id>
- <name>JBoss Snapshot Repository</name>
-
<url>https://repository.jboss.org/nexus/content/repositories/snapshots/</url>
+ <id>apache-snapshots-repository</id>
+ <name>Apache Snapshot Repository</name>
+ <url>https://repository.apache.org/content/repositories/snapshots/</url>
</snapshotRepository>
</distributionManagement>
@@ -73,9 +72,9 @@
<!-- Bootstrap repository to locate the parent pom when the parent pom
has not been build locally. -->
<repository>
- <id>jboss-public-repository-group</id>
- <name>JBoss Public Repository Group</name>
- <url>https://repository.jboss.org/nexus/content/groups/public/</url>
+ <id>apache-public-repository-group</id>
+ <name>Apache Public Repository Group</name>
+ <url>https://repository.apache.org/content/groups/public/</url>
<layout>default</layout>
<releases>
<enabled>true</enabled>
@@ -91,10 +90,10 @@
<pluginRepositories>
<pluginRepository>
<!-- Duplicating the Maven Central repository here (as it is already
coming from Super POM) makes the build much faster,
- as the Maven Central is now treated as the first (default)
repository (because it is before the JBoss.org one).
+ as the Maven Central is now treated as the first (default)
repository (because it is before the Apache Nexus one).
Artifacts with release (fixed) versions are being downloaded
primarily from there. Without the central being the
- first repository the JBoss.org Nexus would be contacted first and
since it is quite slow it slows down the build.
- We use JBoss.org repo only to download our SNAPSHOTs. -->
+ first repository the Apache Nexus would be contacted first and
since it is quite slow it slows down the build.
+ We use Apache Nexus repo only to download our SNAPSHOTs. -->
<id>central</id>
<name>Central Repository</name>
<url>https://repo.maven.apache.org/maven2</url>
@@ -104,9 +103,9 @@
</snapshots>
</pluginRepository>
<pluginRepository>
- <id>jboss-public-repository-group</id>
- <name>JBoss Public Repository Group</name>
- <url>https://repository.jboss.org/nexus/content/groups/public/</url>
+ <id>apache-public-repository-group</id>
+ <name>Apache Public Repository Group</name>
+ <url>https://repository.apache.org/content/groups/public/</url>
<releases>
<enabled>true</enabled>
</releases>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]