File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3737 distribution : ' temurin'
3838 java-version : ${{ matrix.java_version }}
3939 cache : ' maven'
40- server-id : sonatype-nexus-snapshots
40+ server-id : sonatype-nexus-snapshots-new
4141 server-username : CI_DEPLOY_USERNAME
4242 server-password : CI_DEPLOY_PASSWORD
4343 # See https://github.com/actions/setup-java/blob/v2/docs/advanced-usage.md#Publishing-using-Apache-Maven
4747 run : ./mvnw -B -q -ff -ntp verify
4848 - name : Extract project Maven version
4949 id : projectVersion
50- run : echo "version=$(./mvnw org.apache.maven.plugins:maven-help-plugin:3.3.0 :evaluate -DforceStdout -Dexpression=project.version -q)" >> $GITHUB_OUTPUT
50+ run : echo "version=$(./mvnw org.apache.maven.plugins:maven-help-plugin:3.5.1 :evaluate -DforceStdout -Dexpression=project.version -q)" >> $GITHUB_OUTPUT
5151 - name : Deploy snapshot
5252 if : ${{ matrix.release_build && github.event_name != 'pull_request' && endsWith(steps.projectVersion.outputs.version, '-SNAPSHOT') }}
5353 env :
Original file line number Diff line number Diff line change 7878 -->
7979 <repositories >
8080 <repository >
81- <id >sonatype-nexus-snapshots</id >
82- <name >Sonatype Nexus Snapshots</name >
81+ <id >sonatype-nexus-snapshots-new </id >
82+ <name >Sonatype Nexus Snapshots (new) </name >
8383 <url >https://s01.oss.sonatype.org/content/repositories/snapshots</url >
8484 <releases ><enabled >false</enabled ></releases >
8585 <snapshots ><enabled >true</enabled ></snapshots >
8686 </repository >
8787 <repository >
88- <id >sonatype-old- nexus-snapshots</id >
89- <name >Sonatype Nexus Snapshots</name >
88+ <id >sonatype-nexus-snapshots-old </id >
89+ <name >Sonatype Nexus Snapshots (old) </name >
9090 <url >https://oss.sonatype.org/content/repositories/snapshots</url >
9191 <releases ><enabled >false</enabled ></releases >
9292 <snapshots ><enabled >true</enabled ></snapshots >
You can’t perform that action at this time.
0 commit comments