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 7777 with :
7878 java-version : ' 11'
7979 distribution : ' temurin'
80- server-id : ossrh
80+ server-id : central
8181 server-username : MAVEN_USERNAME
8282 server-password : MAVEN_PASSWORD
8383 gpg-private-key : ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 164164 </execution >
165165 </executions >
166166 </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 >
179167 <plugin >
180168 <groupId >org.apache.maven.plugins</groupId >
181169 <artifactId >maven-gpg-plugin</artifactId >
200188 </build >
201189
202190 <distributionManagement >
203- <snapshotRepository >
204- <id >ossrh</id >
205- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
206- </snapshotRepository >
207191 <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 >
210194 </repository >
211195 </distributionManagement >
212196
You can’t perform that action at this time.
0 commit comments