File tree Expand file tree Collapse file tree 2 files changed +3
-19
lines changed Expand file tree Collapse file tree 2 files changed +3
-19
lines changed Original file line number Diff line number Diff line change 77
77
with :
78
78
java-version : ' 11'
79
79
distribution : ' temurin'
80
- server-id : ossrh
80
+ server-id : central
81
81
server-username : MAVEN_USERNAME
82
82
server-password : MAVEN_PASSWORD
83
83
gpg-private-key : ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 164
164
</execution >
165
165
</executions >
166
166
</plugin >
167
- <plugin >
168
- <groupId >org.sonatype.plugins</groupId >
169
- <artifactId >nexus-staging-maven-plugin</artifactId >
170
- <version >1.6.13</version >
171
- <extensions >true</extensions >
172
- <configuration >
173
- <serverId >ossrh</serverId >
174
- <nexusUrl >https://oss.sonatype.org/</nexusUrl >
175
- <autoReleaseAfterClose >true</autoReleaseAfterClose >
176
- <stagingProgressTimeoutMinutes >10</stagingProgressTimeoutMinutes >
177
- </configuration >
178
- </plugin >
179
167
<plugin >
180
168
<groupId >org.apache.maven.plugins</groupId >
181
169
<artifactId >maven-gpg-plugin</artifactId >
200
188
</build >
201
189
202
190
<distributionManagement >
203
- <snapshotRepository >
204
- <id >ossrh</id >
205
- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
206
- </snapshotRepository >
207
191
<repository >
208
- <id >ossrh </id >
209
- <url >https://oss .sonatype.org/service/local/staging/deploy/maven2/ </url >
192
+ <id >central </id >
193
+ <url >https://central .sonatype.com/api/v1/publish </url >
210
194
</repository >
211
195
</distributionManagement >
212
196
You can’t perform that action at this time.
0 commit comments