Skip to content

Commit 9c23b18

Browse files
committed
upgrade maven plugins
1 parent d07bdc1 commit 9c23b18

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
<plugin>
159159
<groupId>org.codehaus.mojo</groupId>
160160
<artifactId>exec-maven-plugin</artifactId>
161-
<version>3.1.0</version>
161+
<version>3.1.1</version>
162162
</plugin>
163163
<plugin>
164164
<groupId>org.apache.maven.plugins</groupId>
@@ -168,7 +168,7 @@
168168
<plugin>
169169
<groupId>org.apache.maven.plugins</groupId>
170170
<artifactId>maven-site-plugin</artifactId>
171-
<version>4.0.0-M9</version>
171+
<version>4.0.0-M12</version>
172172
</plugin>
173173
<plugin>
174174
<groupId>org.apache.maven.plugins</groupId>
@@ -181,7 +181,7 @@
181181
<plugin>
182182
<groupId>org.apache.maven.plugins</groupId>
183183
<artifactId>maven-release-plugin</artifactId>
184-
<version>3.0.0-M5</version>
184+
<version>3.0.1</version>
185185
<configuration>
186186
<autoVersionSubmodules>true</autoVersionSubmodules>
187187
<useReleaseProfile>false</useReleaseProfile>
@@ -193,7 +193,7 @@
193193
<plugin>
194194
<groupId>org.apache.maven.plugins</groupId>
195195
<artifactId>maven-javadoc-plugin</artifactId>
196-
<version>3.5.0</version>
196+
<version>3.6.2</version>
197197
<configuration>
198198
<javadocExecutable>${java.home}/../bin/javadoc</javadocExecutable>
199199
<notimestamp>true</notimestamp>
@@ -202,12 +202,12 @@
202202
<plugin>
203203
<groupId>org.apache.maven.plugins</groupId>
204204
<artifactId>maven-deploy-plugin</artifactId>
205-
<version>3.0.0-M2</version>
205+
<version>3.1.1</version>
206206
</plugin>
207207
<plugin>
208208
<groupId>com.mycila</groupId>
209209
<artifactId>license-maven-plugin</artifactId>
210-
<version>4.2</version>
210+
<version>4.3</version>
211211
<configuration>
212212
<strictCheck>true</strictCheck>
213213
<licenseSets>
@@ -242,12 +242,12 @@
242242
<plugin>
243243
<groupId>org.apache.maven.plugins</groupId>
244244
<artifactId>maven-surefire-plugin</artifactId>
245-
<version>3.1.2</version>
245+
<version>3.2.2</version>
246246
</plugin>
247247
<plugin>
248248
<groupId>org.apache.maven.plugins</groupId>
249249
<artifactId>maven-enforcer-plugin</artifactId>
250-
<version>3.3.0</version>
250+
<version>3.4.1</version>
251251
<executions>
252252
<execution>
253253
<id>enforce-java</id>

0 commit comments

Comments
 (0)