File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
7
7
<groupId >io.github.colinzhu</groupId >
8
8
<artifactId >web-console</artifactId >
9
- <version >0.1.0-SNAPSHOT </version >
9
+ <version >0.1.0</version >
10
10
<packaging >jar</packaging >
11
11
12
12
<name >Web Console</name >
91
91
<plugin >
92
92
<groupId >org.apache.maven.plugins</groupId >
93
93
<artifactId >maven-source-plugin</artifactId >
94
- <version >2.2.1 </version >
94
+ <version >3.3.0 </version >
95
95
<executions >
96
96
<execution >
97
97
<id >attach-sources</id >
104
104
<plugin >
105
105
<groupId >org.apache.maven.plugins</groupId >
106
106
<artifactId >maven-javadoc-plugin</artifactId >
107
- <version >2.9.1 </version >
107
+ <version >3.5.0 </version >
108
108
<executions >
109
109
<execution >
110
110
<id >attach-javadocs</id >
117
117
<plugin >
118
118
<groupId >org.sonatype.plugins</groupId >
119
119
<artifactId >nexus-staging-maven-plugin</artifactId >
120
- <version >1.6.7 </version >
120
+ <version >1.6.13 </version >
121
121
<extensions >true</extensions >
122
122
<configuration >
123
123
<serverId >ossrh</serverId >
128
128
<plugin >
129
129
<groupId >org.apache.maven.plugins</groupId >
130
130
<artifactId >maven-gpg-plugin</artifactId >
131
- <version >1.5 </version >
131
+ <version >3.1.0 </version >
132
132
<executions >
133
133
<execution >
134
134
<id >sign-artifacts</id >
You can’t perform that action at this time.
0 commit comments