Skip to content

Commit a5a7e7a

Browse files
committed
Update Maven repositories to judo.technology (JNG-6328)
1 parent b5ee507 commit a5a7e7a

File tree

6 files changed

+54
-81
lines changed

6 files changed

+54
-81
lines changed

.github/workflows/build-dependabot.yml

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -46,29 +46,21 @@ jobs:
4646
servers: >
4747
[
4848
{
49-
"id": "judong-nexus-mirror",
50-
"username": "${{ secrets.JUDONG_NEXUS_USERNAME }}",
51-
"password": "${{ secrets.JUDONG_NEXUS_PASSWORD }}"
49+
"id": "judong",
50+
"username": "${{ secrets.JUDONG_REPOSITORY_USER }}",
51+
"password": "${{ secrets.JUDONG_REPOSITORY_PASSWORD }}"
5252
},
5353
{
54-
"id": "judong-nexus-distribution",
55-
"username": "${{ secrets.JUDONG_NEXUS_USERNAME }}",
56-
"password": "${{ secrets.JUDONG_NEXUS_PASSWORD }}"
54+
"id": "judong-distribution",
55+
"username": "${{ secrets.JUDONG_REPOSITORY_USER }}",
56+
"password": "${{ secrets.JUDONG_REPOSITORY_PASSWORD }}"
5757
},
5858
{
5959
"id": "ossrh",
6060
"username": "${{ secrets.SONATYPE_USERNAME }}",
6161
"password": "${{ secrets.SONATYPE_PASSWORD }}"
6262
}
6363
]
64-
mirrors: >
65-
[
66-
{
67-
"id": "judong-nexus-mirror",
68-
"mirrorOf": "*",
69-
"url": "https://nexus.judo.technology/repository/maven-judong/"
70-
}
71-
]
7264
7365
- name: 🔢 Calculate version number
7466
id: version

.github/workflows/build.yml

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ jobs:
5555
servers: >
5656
[
5757
{
58-
"id": "judong-nexus-mirror",
59-
"username": "${{ secrets.JUDONG_NEXUS_USERNAME }}",
60-
"password": "${{ secrets.JUDONG_NEXUS_PASSWORD }}"
58+
"id": "judong",
59+
"username": "${{ secrets.JUDONG_REPOSITORY_USER }}",
60+
"password": "${{ secrets.JUDONG_REPOSITORY_PASSWORD }}"
6161
},
6262
{
63-
"id": "judong-nexus-distribution",
64-
"username": "${{ secrets.JUDONG_NEXUS_USERNAME }}",
65-
"password": "${{ secrets.JUDONG_NEXUS_PASSWORD }}"
63+
"id": "judong-distribution",
64+
"username": "${{ secrets.JUDONG_REPOSITORY_USER }}",
65+
"password": "${{ secrets.JUDONG_REPOSITORY_PASSWORD }}"
6666
},
6767
{
6868
"id": "ossrh",
@@ -71,14 +71,6 @@ jobs:
7171
}
7272
]
7373
74-
mirrors: >
75-
[
76-
{
77-
"id": "judong-nexus-mirror",
78-
"mirrorOf": "*",
79-
"url": "https://nexus.judo.technology/repository/maven-judong/"
80-
}
81-
]
8274
8375
- name: 🔢 Calculate version number
8476
id: version

.github/workflows/bump-version.yml

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -52,24 +52,16 @@ jobs:
5252
servers: >
5353
[
5454
{
55-
"id": "judong-nexus-mirror",
56-
"username": "${{ secrets.JUDONG_NEXUS_USERNAME }}",
57-
"password": "${{ secrets.JUDONG_NEXUS_PASSWORD }}"
55+
"id": "judong",
56+
"username": "${{ secrets.JUDONG_REPOSITORY_USER }}",
57+
"password": "${{ secrets.JUDONG_REPOSITORY_PASSWORD }}"
5858
},
5959
{
60-
"id": "judong-nexus-distribution",
61-
"username": "${{ secrets.JUDONG_NEXUS_USERNAME }}",
62-
"password": "${{ secrets.JUDONG_NEXUS_PASSWORD }}"
60+
"id": "judong-distribution",
61+
"username": "${{ secrets.JUDONG_REPOSITORY_USER }}",
62+
"password": "${{ secrets.JUDONG_REPOSITORY_PASSWORD }}"
6363
}
6464
]
65-
mirrors: >
66-
[
67-
{
68-
"id": "judong-nexus-mirror",
69-
"mirrorOf": "*",
70-
"url": "https://nexus.judo.technology/repository/maven-judong/"
71-
}
72-
]
7365
7466
- name: 🔢 Calculate version number
7567
id: version

.github/workflows/create-release-on-master.yml

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -37,29 +37,21 @@ jobs:
3737
servers: >
3838
[
3939
{
40-
"id": "judong-nexus-mirror",
41-
"username": "${{ secrets.JUDONG_NEXUS_USERNAME }}",
42-
"password": "${{ secrets.JUDONG_NEXUS_PASSWORD }}"
40+
"id": "judong",
41+
"username": "${{ secrets.JUDONG_REPOSITORY_USER }}",
42+
"password": "${{ secrets.JUDONG_REPOSITORY_PASSWORD }}"
4343
},
4444
{
45-
"id": "judong-nexus-distribution",
46-
"username": "${{ secrets.JUDONG_NEXUS_USERNAME }}",
47-
"password": "${{ secrets.JUDONG_NEXUS_PASSWORD }}"
45+
"id": "judong-distribution",
46+
"username": "${{ secrets.JUDONG_REPOSITORY_USER }}",
47+
"password": "${{ secrets.JUDONG_REPOSITORY_PASSWORD }}"
4848
},
4949
{
5050
"id": "ossrh",
5151
"username": "${{ secrets.SONATYPE_USERNAME }}",
5252
"password": "${{ secrets.SONATYPE_PASSWORD }}"
5353
}
5454
]
55-
mirrors: >
56-
[
57-
{
58-
"id": "judong-nexus-mirror",
59-
"mirrorOf": "*",
60-
"url": "https://nexus.judo.technology/repository/maven-judong/"
61-
}
62-
]
6355
6456
- name: 🔢 Calculate version number
6557
id: version

.github/workflows/release.yml

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -52,24 +52,16 @@ jobs:
5252
servers: >
5353
[
5454
{
55-
"id": "judong-nexus-mirror",
56-
"username": "${{ secrets.JUDONG_NEXUS_USERNAME }}",
57-
"password": "${{ secrets.JUDONG_NEXUS_PASSWORD }}"
55+
"id": "judong",
56+
"username": "${{ secrets.JUDONG_REPOSITORY_USER }}",
57+
"password": "${{ secrets.JUDONG_REPOSITORY_PASSWORD }}"
5858
},
5959
{
60-
"id": "judong-nexus-distribution",
61-
"username": "${{ secrets.JUDONG_NEXUS_USERNAME }}",
62-
"password": "${{ secrets.JUDONG_NEXUS_PASSWORD }}"
60+
"id": "judong-distribution",
61+
"username": "${{ secrets.JUDONG_REPOSITORY_USER }}",
62+
"password": "${{ secrets.JUDONG_REPOSITORY_PASSWORD }}"
6363
}
6464
]
65-
mirrors: >
66-
[
67-
{
68-
"id": "judong-nexus-mirror",
69-
"mirrorOf": "*",
70-
"url": "https://nexus.judo.technology/repository/maven-judong/"
71-
}
72-
]
7365
7466
7567
- name: ⬇️ Checkout master repository

pom.xml

Lines changed: 24 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<?xml version='1.0' encoding='utf-8'?>
12
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
23
<modelVersion>4.0.0</modelVersion>
34
<groupId>hu.blackbelt.judo.tatami</groupId>
@@ -651,7 +652,7 @@
651652
</goals>
652653
</pluginExecutionFilter>
653654
<action>
654-
<ignore />
655+
<ignore/>
655656
</action>
656657
</pluginExecution>
657658
<pluginExecution>
@@ -673,7 +674,7 @@
673674
</goals>
674675
</pluginExecutionFilter>
675676
<action>
676-
<ignore />
677+
<ignore/>
677678
</action>
678679
</pluginExecution>
679680
<pluginExecution>
@@ -692,7 +693,7 @@
692693
</goals>
693694
</pluginExecutionFilter>
694695
<action>
695-
<ignore />
696+
<ignore/>
696697
</action>
697698
</pluginExecution>
698699
<pluginExecution>
@@ -711,7 +712,7 @@
711712
</goals>
712713
</pluginExecutionFilter>
713714
<action>
714-
<ignore />
715+
<ignore/>
715716
</action>
716717
</pluginExecution>
717718
<pluginExecution>
@@ -730,7 +731,7 @@
730731
</goals>
731732
</pluginExecutionFilter>
732733
<action>
733-
<ignore />
734+
<ignore/>
734735
</action>
735736
</pluginExecution>
736737
<pluginExecution>
@@ -751,7 +752,7 @@
751752
</goals>
752753
</pluginExecutionFilter>
753754
<action>
754-
<ignore />
755+
<ignore/>
755756
</action>
756757
</pluginExecution>
757758
</pluginExecutions>
@@ -1017,14 +1018,14 @@
10171018
<id>release-judong</id>
10181019
<distributionManagement>
10191020
<snapshotRepository>
1020-
<id>judong-nexus-distribution</id>
1021+
<id>judong-distribution</id>
10211022
<!--suppress UnresolvedMavenProperty -->
1022-
<url>https://nexus.judo.technology/repository/maven-judong-snapshots/</url>
1023+
<url>https://repository.judo.technology/repository/maven-judong-upstream/</url>
10231024
</snapshotRepository>
10241025
<repository>
1025-
<id>judong-nexus-distribution</id>
1026+
<id>judong-distribution</id>
10261027
<!--suppress UnresolvedMavenProperty -->
1027-
<url>https://nexus.judo.technology/repository/maven-judong-snapshots/</url>
1028+
<url>https://repository.judo.technology/repository/maven-judong-upstream/</url>
10281029
</repository>
10291030
</distributionManagement>
10301031
</profile>
@@ -1134,7 +1135,7 @@
11341135
<toc>left</toc>
11351136
<icons>font</icons>
11361137
<sectanchors>true</sectanchors>
1137-
<idprefix />
1138+
<idprefix/>
11381139
<idseparator>-</idseparator>
11391140
</attributes>
11401141
</configuration>
@@ -1215,4 +1216,16 @@
12151216
</build>
12161217
</profile>
12171218
</profiles>
1219+
<repositories>
1220+
<repository>
1221+
<id>judong</id>
1222+
<url>https://repository.judo.technology/repository/maven-judong/</url>
1223+
<releases>
1224+
<enabled>true</enabled>
1225+
</releases>
1226+
<snapshots>
1227+
<enabled>false</enabled>
1228+
</snapshots>
1229+
</repository>
1230+
</repositories>
12181231
</project>

0 commit comments

Comments
 (0)