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 157157 <plugin >
158158 <groupId >org.apache.maven.plugins</groupId >
159159 <artifactId >maven-compiler-plugin</artifactId >
160- <version >3.12.1 </version >
160+ <version >3.14.0 </version >
161161 <configuration >
162162 <target >1.8</target >
163163 <source >1.8</source >
202202 <plugin >
203203 <groupId >org.apache.maven.plugins</groupId >
204204 <artifactId >maven-gpg-plugin</artifactId >
205- <version >1.6 </version >
205+ <version >3.2.7 </version >
206206 <executions >
207207 <execution >
208208 <id >sign-artifacts</id >
220220 </configuration >
221221 </plugin >
222222 <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 >
226226 <extensions >true</extensions >
227227 <configuration >
228- <serverId >ossrh-s01</serverId >
229- <nexusUrl >https://s01.oss.sonatype.org/</nexusUrl >
230- <autoReleaseAfterClose >false</autoReleaseAfterClose >
228+ <publishingServerId >ossrh-s01</publishingServerId >
231229 </configuration >
232230 </plugin >
233231 </plugins >
You can’t perform that action at this time.
0 commit comments