File tree Expand file tree Collapse file tree 3 files changed +8
-19
lines changed Expand file tree Collapse file tree 3 files changed +8
-19
lines changed Original file line number Diff line number Diff line change 19
19
with :
20
20
distribution : ' temurin'
21
21
java-version : 11
22
- server-id : ossrh
22
+ server-id : central
23
23
server-username : MAVEN_USERNAME
24
24
server-password : MAVEN_CENTRAL_TOKEN
25
25
Original file line number Diff line number Diff line change 19
19
with :
20
20
distribution : ' temurin'
21
21
java-version : 11
22
- server-id : ossrh
22
+ server-id : central
23
23
server-username : MAVEN_USERNAME
24
24
server-password : MAVEN_CENTRAL_TOKEN
25
25
gpg-private-key : ${{ secrets.GPG_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 119
119
<version >3.15.0</version >
120
120
</plugin >
121
121
<plugin >
122
- <groupId >org.sonatype.plugins </groupId >
123
- <artifactId >nexus-staging -maven-plugin</artifactId >
124
- <version >1.6.13 </version >
122
+ <groupId >org.sonatype.central </groupId >
123
+ <artifactId >central-publishing -maven-plugin</artifactId >
124
+ <version >0.7.0 </version >
125
125
<extensions >true</extensions >
126
126
<configuration >
127
- <serverId >ossrh</ serverId >
128
- <nexusUrl >https://oss.sonatype.org/</ nexusUrl >
129
- <autoReleaseAfterClose >true</ autoReleaseAfterClose >
127
+ <publishingServerId >central</ publishingServerId >
128
+ <autoPublish >true</ autoPublish >
129
+ <waitUntil >published</ waitUntil >
130
130
</configuration >
131
131
</plugin >
132
132
<plugin >
254
254
<connection >scm:git:git://github.com/gluonhq/gluonfx-maven-plugin.git</connection >
255
255
<
developerConnection >scm:git:ssh://
[email protected] :gluonhq/gluonfx-maven-plugin.git</
developerConnection >
256
256
</scm >
257
-
258
- <distributionManagement >
259
- <snapshotRepository >
260
- <id >ossrh</id >
261
- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
262
- </snapshotRepository >
263
- <repository >
264
- <id >ossrh</id >
265
- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
266
- </repository >
267
- </distributionManagement >
268
257
</project >
You can’t perform that action at this time.
0 commit comments