Skip to content

Commit 980fc89

Browse files
committed
update pom plugin versions
1 parent 3151822 commit 980fc89

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.colinzhu</groupId>
88
<artifactId>web-console</artifactId>
9-
<version>0.1.0-SNAPSHOT</version>
9+
<version>0.1.0</version>
1010
<packaging>jar</packaging>
1111

1212
<name>Web Console</name>
@@ -91,7 +91,7 @@
9191
<plugin>
9292
<groupId>org.apache.maven.plugins</groupId>
9393
<artifactId>maven-source-plugin</artifactId>
94-
<version>2.2.1</version>
94+
<version>3.3.0</version>
9595
<executions>
9696
<execution>
9797
<id>attach-sources</id>
@@ -104,7 +104,7 @@
104104
<plugin>
105105
<groupId>org.apache.maven.plugins</groupId>
106106
<artifactId>maven-javadoc-plugin</artifactId>
107-
<version>2.9.1</version>
107+
<version>3.5.0</version>
108108
<executions>
109109
<execution>
110110
<id>attach-javadocs</id>
@@ -117,7 +117,7 @@
117117
<plugin>
118118
<groupId>org.sonatype.plugins</groupId>
119119
<artifactId>nexus-staging-maven-plugin</artifactId>
120-
<version>1.6.7</version>
120+
<version>1.6.13</version>
121121
<extensions>true</extensions>
122122
<configuration>
123123
<serverId>ossrh</serverId>
@@ -128,7 +128,7 @@
128128
<plugin>
129129
<groupId>org.apache.maven.plugins</groupId>
130130
<artifactId>maven-gpg-plugin</artifactId>
131-
<version>1.5</version>
131+
<version>3.1.0</version>
132132
<executions>
133133
<execution>
134134
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)