From 00d0b3e9b76d6425b171c3f72087f96ce6315ac0 Mon Sep 17 00:00:00 2001 From: Robert Csakany Date: Tue, 14 Oct 2025 10:12:11 +0200 Subject: [PATCH] Update Maven repositories to judo.technology (JNG-6328) --- .github/workflows/build-dependabot.yml | 20 +++++----------- .github/workflows/build.yml | 20 +++++----------- .github/workflows/bump-version.yml | 20 +++++----------- .../workflows/create-release-on-master.yml | 20 +++++----------- .github/workflows/release.yml | 20 +++++----------- pom.xml | 23 +++++++++++++++---- 6 files changed, 48 insertions(+), 75 deletions(-) diff --git a/.github/workflows/build-dependabot.yml b/.github/workflows/build-dependabot.yml index e6f137a..7851a33 100644 --- a/.github/workflows/build-dependabot.yml +++ b/.github/workflows/build-dependabot.yml @@ -46,14 +46,14 @@ jobs: servers: > [ { - "id": "judong-nexus-mirror", - "username": "${{ secrets.JUDONG_NEXUS_USERNAME }}", - "password": "${{ secrets.JUDONG_NEXUS_PASSWORD }}" + "id": "judong", + "username": "${{ secrets.JUDONG_REPOSITORY_USER }}", + "password": "${{ secrets.JUDONG_REPOSITORY_PASSWORD }}" }, { - "id": "judong-nexus-distribution", - "username": "${{ secrets.JUDONG_NEXUS_USERNAME }}", - "password": "${{ secrets.JUDONG_NEXUS_PASSWORD }}" + "id": "judong-distribution", + "username": "${{ secrets.JUDONG_REPOSITORY_USER }}", + "password": "${{ secrets.JUDONG_REPOSITORY_PASSWORD }}" }, { "id": "ossrh", @@ -61,14 +61,6 @@ jobs: "password": "${{ secrets.SONATYPE_PASSWORD }}" } ] - mirrors: > - [ - { - "id": "judong-nexus-mirror", - "mirrorOf": "*", - "url": "https://nexus.judo.technology/repository/maven-judong/" - } - ] - name: 🔢 Calculate version number id: version diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8a61a2b..53d4fc9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,14 +55,14 @@ jobs: servers: > [ { - "id": "judong-nexus-mirror", - "username": "${{ secrets.JUDONG_NEXUS_USERNAME }}", - "password": "${{ secrets.JUDONG_NEXUS_PASSWORD }}" + "id": "judong", + "username": "${{ secrets.JUDONG_REPOSITORY_USER }}", + "password": "${{ secrets.JUDONG_REPOSITORY_PASSWORD }}" }, { - "id": "judong-nexus-distribution", - "username": "${{ secrets.JUDONG_NEXUS_USERNAME }}", - "password": "${{ secrets.JUDONG_NEXUS_PASSWORD }}" + "id": "judong-distribution", + "username": "${{ secrets.JUDONG_REPOSITORY_USER }}", + "password": "${{ secrets.JUDONG_REPOSITORY_PASSWORD }}" }, { "id": "ossrh", @@ -71,14 +71,6 @@ jobs: } ] - mirrors: > - [ - { - "id": "judong-nexus-mirror", - "mirrorOf": "*", - "url": "https://nexus.judo.technology/repository/maven-judong/" - } - ] - name: 🔢 Calculate version number id: version diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index bca67fc..8f12194 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -52,24 +52,16 @@ jobs: servers: > [ { - "id": "judong-nexus-mirror", - "username": "${{ secrets.JUDONG_NEXUS_USERNAME }}", - "password": "${{ secrets.JUDONG_NEXUS_PASSWORD }}" + "id": "judong", + "username": "${{ secrets.JUDONG_REPOSITORY_USER }}", + "password": "${{ secrets.JUDONG_REPOSITORY_PASSWORD }}" }, { - "id": "judong-nexus-distribution", - "username": "${{ secrets.JUDONG_NEXUS_USERNAME }}", - "password": "${{ secrets.JUDONG_NEXUS_PASSWORD }}" + "id": "judong-distribution", + "username": "${{ secrets.JUDONG_REPOSITORY_USER }}", + "password": "${{ secrets.JUDONG_REPOSITORY_PASSWORD }}" } ] - mirrors: > - [ - { - "id": "judong-nexus-mirror", - "mirrorOf": "*", - "url": "https://nexus.judo.technology/repository/maven-judong/" - } - ] - name: 🔢 Calculate version number id: version diff --git a/.github/workflows/create-release-on-master.yml b/.github/workflows/create-release-on-master.yml index 37d7713..0d3ab1f 100644 --- a/.github/workflows/create-release-on-master.yml +++ b/.github/workflows/create-release-on-master.yml @@ -37,14 +37,14 @@ jobs: servers: > [ { - "id": "judong-nexus-mirror", - "username": "${{ secrets.JUDONG_NEXUS_USERNAME }}", - "password": "${{ secrets.JUDONG_NEXUS_PASSWORD }}" + "id": "judong", + "username": "${{ secrets.JUDONG_REPOSITORY_USER }}", + "password": "${{ secrets.JUDONG_REPOSITORY_PASSWORD }}" }, { - "id": "judong-nexus-distribution", - "username": "${{ secrets.JUDONG_NEXUS_USERNAME }}", - "password": "${{ secrets.JUDONG_NEXUS_PASSWORD }}" + "id": "judong-distribution", + "username": "${{ secrets.JUDONG_REPOSITORY_USER }}", + "password": "${{ secrets.JUDONG_REPOSITORY_PASSWORD }}" }, { "id": "ossrh", @@ -52,14 +52,6 @@ jobs: "password": "${{ secrets.SONATYPE_PASSWORD }}" } ] - mirrors: > - [ - { - "id": "judong-nexus-mirror", - "mirrorOf": "*", - "url": "https://nexus.judo.technology/repository/maven-judong/" - } - ] - name: 🔢 Calculate version number id: version diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b7f4311..1c521dd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,24 +52,16 @@ jobs: servers: > [ { - "id": "judong-nexus-mirror", - "username": "${{ secrets.JUDONG_NEXUS_USERNAME }}", - "password": "${{ secrets.JUDONG_NEXUS_PASSWORD }}" + "id": "judong", + "username": "${{ secrets.JUDONG_REPOSITORY_USER }}", + "password": "${{ secrets.JUDONG_REPOSITORY_PASSWORD }}" }, { - "id": "judong-nexus-distribution", - "username": "${{ secrets.JUDONG_NEXUS_USERNAME }}", - "password": "${{ secrets.JUDONG_NEXUS_PASSWORD }}" + "id": "judong-distribution", + "username": "${{ secrets.JUDONG_REPOSITORY_USER }}", + "password": "${{ secrets.JUDONG_REPOSITORY_PASSWORD }}" } ] - mirrors: > - [ - { - "id": "judong-nexus-mirror", - "mirrorOf": "*", - "url": "https://nexus.judo.technology/repository/maven-judong/" - } - ] - name: ⬇️ Checkout master repository diff --git a/pom.xml b/pom.xml index 302941e..6dc311e 100644 --- a/pom.xml +++ b/pom.xml @@ -1,3 +1,4 @@ + 4.0.0 @@ -549,14 +550,14 @@ release-judong - judong-nexus-distribution + judong-distribution - https://nexus.judo.technology/repository/maven-judong-snapshots/ + https://repository.judo.technology/repository/maven-judong-upstream/ - judong-nexus-distribution + judong-distribution - https://nexus.judo.technology/repository/maven-judong-snapshots/ + https://repository.judo.technology/repository/maven-judong-upstream/ @@ -665,7 +666,7 @@ left font true - + - @@ -746,4 +747,16 @@ + + + judong + https://repository.judo.technology/repository/maven-judong/ + + true + + + false + + + \ No newline at end of file