Skip to content

Commit 040457e

Browse files
committed
sdk支持jdk17
1 parent 2bc754a commit 040457e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223
<plugin>
224224
<groupId>org.sonatype.plugins</groupId>
225225
<artifactId>nexus-staging-maven-plugin</artifactId>
226-
<version>1.6.8</version>
226+
<version>1.6.13</version>
227227
<extensions>true</extensions>
228228
<configuration>
229229
<serverId>ossrh</serverId>
@@ -259,7 +259,7 @@
259259
<plugin>
260260
<groupId>org.apache.maven.plugins</groupId>
261261
<artifactId>maven-source-plugin</artifactId>
262-
<version>2.2.1</version>
262+
<version>3.3.0</version>
263263
<executions>
264264
<execution>
265265
<phase>package</phase>
@@ -272,7 +272,7 @@
272272
<plugin>
273273
<groupId>org.apache.maven.plugins</groupId>
274274
<artifactId>maven-javadoc-plugin</artifactId>
275-
<version>2.9.1</version>
275+
<version>3.6.0</version>
276276
<configuration>
277277
<show>private</show>
278278
<nohelp>true</nohelp>
@@ -293,7 +293,7 @@
293293
<plugin>
294294
<groupId>org.apache.maven.plugins</groupId>
295295
<artifactId>maven-gpg-plugin</artifactId>
296-
<version>1.5</version>
296+
<version>3.1.0</version>
297297
<executions>
298298
<execution>
299299
<phase>verify</phase>
@@ -312,7 +312,7 @@
312312
<plugin>
313313
<groupId>org.apache.maven.plugins</groupId>
314314
<artifactId>maven-release-plugin</artifactId>
315-
<version>2.5.1</version>
315+
<version>3.0.1</version>
316316
</plugin>
317317
</plugins>
318318
</build>

0 commit comments

Comments
 (0)