Skip to content

Commit 976dfc7

Browse files
author
hendrixjoseph
committed
bump plugin versions
1 parent da30950 commit 976dfc7

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
@@ -76,7 +76,7 @@
7676
<plugin>
7777
<groupId>org.sonatype.plugins</groupId>
7878
<artifactId>nexus-staging-maven-plugin</artifactId>
79-
<version>1.6.13</version>
79+
<version>1.7.0</version>
8080
<extensions>true</extensions>
8181
<configuration>
8282
<serverId>ossrh</serverId>
@@ -87,7 +87,7 @@
8787
<plugin>
8888
<groupId>org.apache.maven.plugins</groupId>
8989
<artifactId>maven-source-plugin</artifactId>
90-
<version>3.3.0</version>
90+
<version>3.3.1</version>
9191
<executions>
9292
<execution>
9393
<id>attach-sources</id>
@@ -100,7 +100,7 @@
100100
<plugin>
101101
<groupId>org.apache.maven.plugins</groupId>
102102
<artifactId>maven-javadoc-plugin</artifactId>
103-
<version>3.6.3</version>
103+
<version>3.11.2</version>
104104
<executions>
105105
<execution>
106106
<id>attach-javadocs</id>
@@ -113,7 +113,7 @@
113113
<plugin>
114114
<groupId>org.apache.maven.plugins</groupId>
115115
<artifactId>maven-gpg-plugin</artifactId>
116-
<version>3.1.0</version>
116+
<version>3.2.7</version>
117117
<executions>
118118
<execution>
119119
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)