This is an automated email from the ASF dual-hosted git repository.
tzimanyi pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-pipelines.git
The following commit(s) were added to refs/heads/main by this push:
new 2c2ae313 [kie-issues#628] Change JBoss Nexus to Apache Nexus. (#1109)
2c2ae313 is described below
commit 2c2ae313344186f27abc0d71192fb753947abf6a
Author: Tibor Zimányi <[email protected]>
AuthorDate: Wed Oct 25 09:33:51 2023 +0200
[kie-issues#628] Change JBoss Nexus to Apache Nexus. (#1109)
---
.ci/jenkins/Jenkinsfile.nightly.quarkus-platform | 4 ++--
.ci/jenkins/tests/pom.xml | 6 +++---
docs/jenkins.md | 6 +++---
docs/release pipeline.md | 2 +-
tools/update-quarkus-platform.sh | 12 ++++++------
5 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/.ci/jenkins/Jenkinsfile.nightly.quarkus-platform
b/.ci/jenkins/Jenkinsfile.nightly.quarkus-platform
index 6797aedd..0600cd4e 100644
--- a/.ci/jenkins/Jenkinsfile.nightly.quarkus-platform
+++ b/.ci/jenkins/Jenkinsfile.nightly.quarkus-platform
@@ -105,8 +105,8 @@ pipeline {
// Update platform mvn settings file
// We use platform settings file to be sure to get all
needed artifacts
- MavenSettingsUtils.setRepositoryInSettings(this,
env.SETTINGS_FILE, 'kogito-staging',
'https://repository.jboss.org/nexus/content/groups/kogito-public/')
- MavenSettingsUtils.setRepositoryInSettings(this,
env.SETTINGS_FILE, 'kogito-public',
'https://repository.jboss.org/nexus/content/groups/public/')
+ MavenSettingsUtils.setRepositoryInSettings(this,
env.SETTINGS_FILE, 'kogito-staging',
'https://repository.apache.org/service/local/staging/deploy/maven2/')
+ MavenSettingsUtils.setRepositoryInSettings(this,
env.SETTINGS_FILE, 'kogito-public',
'https://repository.apache.org/content/groups/public/')
String localQuarkusPlatformVersion = sh(script: 'mvn
org.apache.maven.plugins:maven-help-plugin:3.2.0:evaluate
-Dexpression=project.version -q -DforceStdout', returnStdout: true).trim()
echo "Platform Quarkus version
${localQuarkusPlatformVersion}"
diff --git a/.ci/jenkins/tests/pom.xml b/.ci/jenkins/tests/pom.xml
index 6c6d0338..e18ed499 100644
--- a/.ci/jenkins/tests/pom.xml
+++ b/.ci/jenkins/tests/pom.xml
@@ -10,9 +10,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/docs/jenkins.md b/docs/jenkins.md
index 89767f6f..b6d1eabc 100644
--- a/docs/jenkins.md
+++ b/docs/jenkins.md
@@ -176,9 +176,9 @@ git:
maven:
settings_file_id: 2bd418aa-56fa-4403-9232-8c77a50fc528
nexus:
- release_url: https://repository.stage.jboss.org/nexus
- release_repository: jboss-releases-repository
- staging_profile_url:
https://repository.stage.jboss.org/nexus/content/groups/kogito-public/
+ release_url: https://repository.apache.org/
+ release_repository: apache-releases-repository
+ staging_profile_url:
https://repository.apache.org/service/local/staging/deploy/maven2/
staging_profile_id: 2161b7b8da0080
build_promotion_profile_id: 1966c60aff37d
artifacts_repository:
http://nexus3-tradisso-nexus.apps.kogito-cloud.hosted.psi.rdu2.redhat.com/repository/kogito-test/
diff --git a/docs/release pipeline.md b/docs/release pipeline.md
index 8f1a1d79..c8090e8d 100644
--- a/docs/release pipeline.md
+++ b/docs/release pipeline.md
@@ -131,7 +131,7 @@ One other specificity of the Release Pipeline are the
manual interventions.
They are currently 2 of them:
* **Release staging repository to Maven Central** (happens in main release
pipeline)
- When asked, Staging repositories can be retrieved from [JBoss Nexus
repository](https://repository.jboss.org/nexus/). You need the rights to
release the artifacts.
+ When asked, Staging repositories can be retrieved from [Apache Nexus
repository](https://repository.apache.org/). You need the rights to release the
artifacts.
You should see some repositories named `kogito-public-XXX`. Select them all
and click on `Release`.
Once artifacts are released, just confirm it on Jenkins.
diff --git a/tools/update-quarkus-platform.sh b/tools/update-quarkus-platform.sh
index 0aa92be4..fcaee163 100755
--- a/tools/update-quarkus-platform.sh
+++ b/tools/update-quarkus-platform.sh
@@ -228,8 +228,8 @@ finalize() {
fi
}
-JBOSS_NEXUS_REPOSITORY='https://repository.jboss.org/nexus/content/groups/public/'
-KOGITO_STAGING_REPOSITORY='https://repository.jboss.org/nexus/content/groups/kogito-public/'
+JBOSS_NEXUS_REPOSITORY='https://repository.apache.org/content/groups/public/'
+KOGITO_STAGING_REPOSITORY='https://repository.apache.org/service/local/staging/deploy/maven2'
MAVEN_SETTINGS_FILE='.github/mvn-settings.xml'
DIFF_FILE="diff --git a/.github/mvn-settings.xml b/.github/mvn-settings.xml
index d5e4664b4..f3a1f9154 100644
@@ -245,15 +245,15 @@ index d5e4664b4..f3a1f9154 100644
+ </snapshots>
+ <id>kogito</id>
+ <name>kogito</name>
-+
<url>https://repository.jboss.org/nexus/content/groups/kogito-public/</url>
++ <url>https://repository.apache.org/content/groups/public/</url>
+ </repository>
+ <repository>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
-+ <id>jboss-nexus</id>
-+ <name>JBoss Nexus</name>
-+ <url>https://repository.jboss.org/nexus/content/groups/public/</url>
++ <id>apache-nexus</id>
++ <name>Apache Nexus</name>
++ <url>https://repository.apache.org/content/groups/public/</url>
+ </repository>
<repository>
<id>google-maven-central</id>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]