File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 157
157
<plugin >
158
158
<groupId >org.apache.maven.plugins</groupId >
159
159
<artifactId >maven-compiler-plugin</artifactId >
160
- <version >3.12.1 </version >
160
+ <version >3.14.0 </version >
161
161
<configuration >
162
162
<target >1.8</target >
163
163
<source >1.8</source >
202
202
<plugin >
203
203
<groupId >org.apache.maven.plugins</groupId >
204
204
<artifactId >maven-gpg-plugin</artifactId >
205
- <version >1.6 </version >
205
+ <version >3.2.7 </version >
206
206
<executions >
207
207
<execution >
208
208
<id >sign-artifacts</id >
220
220
</configuration >
221
221
</plugin >
222
222
<plugin >
223
- <groupId >org.sonatype.plugins </groupId >
224
- <artifactId >nexus-staging -maven-plugin</artifactId >
225
- <version >1.6.8 </version >
223
+ <groupId >org.sonatype.central </groupId >
224
+ <artifactId >central-publishing -maven-plugin</artifactId >
225
+ <version >0.7.0 </version >
226
226
<extensions >true</extensions >
227
227
<configuration >
228
- <serverId >ossrh-s01</serverId >
229
- <nexusUrl >https://s01.oss.sonatype.org/</nexusUrl >
230
- <autoReleaseAfterClose >false</autoReleaseAfterClose >
228
+ <publishingServerId >ossrh-s01</publishingServerId >
231
229
</configuration >
232
230
</plugin >
233
231
</plugins >
You can’t perform that action at this time.
0 commit comments