From 1e277258a0feb941dcf0dec60f9a4a4e46b580aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tibor=20Zim=C3=A1nyi?= Date: Mon, 16 Oct 2023 08:38:30 +0200 Subject: [PATCH] [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 c135b051144..f22b07c95c7 100644 --- a/.ci/jenkins/tests/pom.xml +++ b/.ci/jenkins/tests/pom.xml @@ -9,9 +9,9 @@ - jboss-public-repository-group - JBoss Public Repository Group - https://repository.jboss.org/nexus/content/groups/public/ + apache-public-repository-group + Apache Public Repository Group + https://repository.apache.org/content/groups/public/ default true diff --git a/pom.xml b/pom.xml index 59cd8666ec2..88e1eaaf5c9 100644 --- a/pom.xml +++ b/pom.xml @@ -17,12 +17,11 @@ Kogito Runtimes Kogito Runtimes - http://kogito.kie.org 2019 - JBoss by Red Hat - http://www.jboss.org/ + The Apache Software Foundation + https://apache.org/ @@ -34,9 +33,9 @@ - scm:git:https://github.com/kiegroup/kogito-runtimes.git - scm:git:git@github.com:kiegroup/kogito-runtimes.git - https://github.com/kiegroup/kogito-runtimes + scm:git:https://github.com/apache/incubator-kie-kogito-runtimes.git + scm:git:git@github.com:apache/incubator-kie-kogito-runtimes.git + https://github.com/apache/incubator-kie-kogito-runtimes @@ -58,14 +57,14 @@ - jboss-releases-repository - JBoss Releases Repository - https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/ + apache-release-staging-repository + Apache Release Staging Repository + https://repository.apache.org/service/local/staging/deploy/maven2 - jboss-snapshots-repository - JBoss Snapshot Repository - https://repository.jboss.org/nexus/content/repositories/snapshots/ + apache-snapshots-repository + Apache Snapshot Repository + https://repository.apache.org/content/repositories/snapshots/ @@ -73,9 +72,9 @@ - jboss-public-repository-group - JBoss Public Repository Group - https://repository.jboss.org/nexus/content/groups/public/ + apache-public-repository-group + Apache Public Repository Group + https://repository.apache.org/content/groups/public/ default true @@ -91,10 +90,10 @@ + 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. --> central Central Repository https://repo.maven.apache.org/maven2 @@ -104,9 +103,9 @@ - jboss-public-repository-group - JBoss Public Repository Group - https://repository.jboss.org/nexus/content/groups/public/ + apache-public-repository-group + Apache Public Repository Group + https://repository.apache.org/content/groups/public/ true