File tree Expand file tree Collapse file tree 2 files changed +6
-22
lines changed
Expand file tree Collapse file tree 2 files changed +6
-22
lines changed Original file line number Diff line number Diff line change 9090 <artifactId >maven-compiler-plugin</artifactId >
9191 <version >${version.maven.plugin.compiler} </version >
9292 </plugin >
93- <plugin >
94- <groupId >org.sonatype.central</groupId >
95- <artifactId >central-publishing-maven-plugin</artifactId >
96- <version >${version.maven.plugin.central-publishing} </version >
97- <extensions >true</extensions >
98- <configuration >
99- <publishingServerId >central</publishingServerId >
100- </configuration >
101- </plugin >
10293 <plugin >
10394 <groupId >com.diffplug.spotless</groupId >
10495 <artifactId >spotless-maven-plugin</artifactId >
208199 </executions >
209200 </plugin >
210201 <plugin >
211- <groupId >org.sonatype.plugins </groupId >
212- <artifactId >nexus-staging -maven-plugin</artifactId >
213- <version >${version.maven.plugin.nexus-staging } </version >
202+ <groupId >org.sonatype.central </groupId >
203+ <artifactId >central-publishing -maven-plugin</artifactId >
204+ <version >${version.maven.plugin.central-publishing } </version >
214205 <extensions >true</extensions >
215206 <configuration >
216- <serverId >ossrh</serverId >
217- <nexusUrl >https://oss.sonatype.org/</nexusUrl >
218- <autoReleaseAfterClose >false</autoReleaseAfterClose >
219- <stagingProgressTimeoutMinutes >10</stagingProgressTimeoutMinutes >
207+ <publishingServerId >central</publishingServerId >
220208 </configuration >
221209 </plugin >
222210 </plugins >
Original file line number Diff line number Diff line change 33 xmlns =' http://maven.apache.org/SETTINGS/1.0.0' xmlns : xsi =' http://www.w3.org/2001/XMLSchema-instance' >
44 <servers >
55 <server >
6- <id >ossrh </id >
6+ <id >central </id >
77 <username >${env.SONATYPE_USERNAME}</username >
88 <password >${env.SONATYPE_PASSWORD}</password >
99 </server >
10- <server >
11- <id >NIST_NVD_API</id >
12- <password >${env.NIST_NVD_API_KEY}</password >
13- </server >
1410 </servers >
1511 <profiles >
1612 <profile >
17- <id >ossrh </id >
13+ <id >release </id >
1814 <activation >
1915 <activeByDefault >true</activeByDefault >
2016 </activation >
You can’t perform that action at this time.
0 commit comments