Skip to content

Commit 4ea0523

Browse files
committed
Upgrade maven plugins version
1 parent 30013da commit 4ea0523

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
<plugin>
143143
<groupId>org.apache.maven.plugins</groupId>
144144
<artifactId>maven-compiler-plugin</artifactId>
145-
<version>3.1</version>
145+
<version>3.11.0</version>
146146
<configuration>
147147
<compilerVersion>${javac.target}</compilerVersion>
148148
<source>${javac.target}</source>
@@ -152,7 +152,7 @@
152152
<plugin>
153153
<groupId>org.apache.maven.plugins</groupId>
154154
<artifactId>maven-shade-plugin</artifactId>
155-
<version>2.2</version>
155+
<version>3.5.1</version>
156156
<executions>
157157
<execution>
158158
<phase>package</phase>
@@ -190,39 +190,39 @@
190190
<plugins>
191191
<plugin>
192192
<artifactId>maven-clean-plugin</artifactId>
193-
<version>2.5</version>
193+
<version>3.3.2</version>
194194
</plugin>
195195
<plugin>
196196
<artifactId>maven-deploy-plugin</artifactId>
197-
<version>2.8.1</version>
197+
<version>3.1.1</version>
198198
</plugin>
199199
<plugin>
200200
<artifactId>maven-install-plugin</artifactId>
201-
<version>2.5.1</version>
201+
<version>3.1.1</version>
202202
</plugin>
203203
<plugin>
204204
<artifactId>maven-jar-plugin</artifactId>
205-
<version>2.4</version>
205+
<version>3.3.0</version>
206206
</plugin>
207207
<plugin>
208208
<artifactId>maven-javadoc-plugin</artifactId>
209-
<version>2.9.1</version>
209+
<version>3.6.2</version>
210210
</plugin>
211211
<plugin>
212212
<artifactId>maven-resources-plugin</artifactId>
213-
<version>2.6</version>
213+
<version>3.3.1</version>
214214
</plugin>
215215
<plugin>
216216
<artifactId>maven-site-plugin</artifactId>
217-
<version>3.3</version>
217+
<version>3.7.1</version>
218218
</plugin>
219219
<plugin>
220220
<artifactId>maven-source-plugin</artifactId>
221-
<version>2.2.1</version>
221+
<version>3.3.0</version>
222222
</plugin>
223223
<plugin>
224224
<artifactId>maven-surefire-plugin</artifactId>
225-
<version>2.17</version>
225+
<version>3.2.3</version>
226226
</plugin>
227227
</plugins>
228228
</pluginManagement>

0 commit comments

Comments
 (0)