Skip to content

Commit 1d56002

Browse files
upgrading pgp,nexus, docs and javadoc maven plugins
1 parent bf3e51a commit 1d56002

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
<plugin>
153153
<groupId>org.apache.maven.plugins</groupId>
154154
<artifactId>maven-gpg-plugin</artifactId>
155-
<version>3.0.1</version>
155+
<version>3.2.7</version>
156156
<executions>
157157
<execution>
158158
<id>sign-artifacts</id>
@@ -173,7 +173,7 @@
173173
<plugin>
174174
<groupId>org.sonatype.plugins</groupId>
175175
<artifactId>nexus-staging-maven-plugin</artifactId>
176-
<version>1.6.7</version>
176+
<version>1.7.0</version>
177177
<extensions>true</extensions>
178178
<configuration>
179179
<serverId>ossrh</serverId>
@@ -185,7 +185,7 @@
185185
<!-- Attach source jars-->
186186
<plugin>
187187
<artifactId>maven-source-plugin</artifactId>
188-
<version>3.2.1</version>
188+
<version>3.3.1</version>
189189
<executions>
190190
<execution>
191191
<id>attach-source</id>
@@ -201,7 +201,7 @@
201201
<plugin>
202202
<groupId>org.apache.maven.plugins</groupId>
203203
<artifactId>maven-javadoc-plugin</artifactId>
204-
<version>3.4.1</version>
204+
<version>3.11.2</version>
205205
<executions>
206206
<execution>
207207
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)