File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 3838 distribution : ' temurin'
3939 java-version : ${{ matrix.java_version }}
4040 cache : ' maven'
41- server-id : sonatype-nexus-snapshots
41+ server-id : sonatype-nexus-snapshots-new
4242 server-username : CI_DEPLOY_USERNAME
4343 server-password : CI_DEPLOY_PASSWORD
4444 # See https://github.com/actions/setup-java/blob/v2/docs/advanced-usage.md#Publishing-using-Apache-Maven
Original file line number Diff line number Diff line change 6464 snapshot of parent... -->
6565 <repositories >
6666 <repository >
67- <id >sonatype-nexus-snapshots</id >
68- <name >Sonatype Nexus Snapshots</name >
67+ <id >sonatype-nexus-snapshots-new </id >
68+ <name >Sonatype Nexus Snapshots (new) </name >
6969 <url >https://s01.oss.sonatype.org/content/repositories/snapshots</url >
7070 <releases ><enabled >false</enabled ></releases >
7171 <snapshots ><enabled >true</enabled ></snapshots >
7272 </repository >
73+ <!--
7374 <repository>
74- <id >sonatype-old- nexus-snapshots</id >
75+ <id>sonatype-nexus-snapshots-old </id>
7576 <name>Sonatype Nexus Snapshots (old)</name>
7677 <url>https://oss.sonatype.org/content/repositories/snapshots</url>
7778 <releases><enabled>false</enabled></releases>
7879 <snapshots><enabled>true</enabled></snapshots>
7980 </repository>
81+ -->
8082 </repositories >
8183
8284 <build >
You can’t perform that action at this time.
0 commit comments