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 def19fc..ac281f9 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 8ac140f..415f576 100644 --- a/pom.xml +++ b/pom.xml @@ -1,3 +1,4 @@ + 4.0.0 hu.blackbelt.judo.tatami @@ -651,7 +652,7 @@ - + @@ -673,7 +674,7 @@ - + @@ -692,7 +693,7 @@ - + @@ -711,7 +712,7 @@ - + @@ -730,7 +731,7 @@ - + @@ -751,7 +752,7 @@ - + @@ -1017,14 +1018,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/ @@ -1134,7 +1135,7 @@ left font true - + - @@ -1215,4 +1216,16 @@ + + + judong + https://repository.judo.technology/repository/maven-judong/ + + true + + + false + + + \ No newline at end of file