Skip to content
This repository was archived by the owner on Apr 25, 2020. It is now read-only.

Commit 8fe32a4

Browse files
committed
Update mvn plugin versions
1 parent 80b62d7 commit 8fe32a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
<plugin>
153153
<groupId>org.apache.maven.plugins</groupId>
154154
<artifactId>maven-surefire-plugin</artifactId>
155-
<version>2.9</version>
155+
<version>2.12.4</version>
156156
<configuration>
157157
<useFile>false</useFile>
158158
<reportFormat>plain</reportFormat>
@@ -162,7 +162,7 @@
162162
<plugin>
163163
<groupId>org.apache.maven.plugins</groupId>
164164
<artifactId>maven-source-plugin</artifactId>
165-
<version>2.1.2</version>
165+
<version>2.2.1</version>
166166
<executions>
167167
<execution>
168168
<id>attach-sources</id>
@@ -176,7 +176,7 @@
176176
<plugin>
177177
<groupId>org.apache.maven.plugins</groupId>
178178
<artifactId>maven-release-plugin</artifactId>
179-
<version>2.2.2</version>
179+
<version>2.3.2</version>
180180
<configuration>
181181
<preparationGoals>clean verify</preparationGoals>
182182
</configuration>

0 commit comments

Comments
 (0)