Skip to content

Commit c350c3e

Browse files
committed
More build updates
maven-plugin-api to 3.2.5 maven-plugin-descriptor to 2.2.1 maven-assembly-plugin to 2.5.3 maven-surefire-plugin to 2.18.1 junit to 4.12
1 parent d4bb1ce commit c350c3e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

pom.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>org.apache.maven</groupId>
6666
<artifactId>maven-plugin-api</artifactId>
67-
<version>3.2.3</version>
67+
<version>3.2.5</version>
6868
</dependency>
6969
<dependency>
7070
<groupId>org.apache.maven.plugin-tools</groupId>
@@ -85,12 +85,12 @@
8585
<dependency>
8686
<groupId>org.apache.maven</groupId>
8787
<artifactId>maven-plugin-descriptor</artifactId>
88-
<version>2.2.0</version>
88+
<version>2.2.1</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>junit</groupId>
9292
<artifactId>junit</artifactId>
93-
<version>4.11</version>
93+
<version>4.12</version>
9494
<scope>test</scope>
9595
</dependency>
9696
</dependencies>
@@ -109,7 +109,7 @@
109109
<plugin>
110110
<groupId>org.apache.maven.plugins</groupId>
111111
<artifactId>maven-assembly-plugin</artifactId>
112-
<version>2.5.1</version>
112+
<version>2.5.3</version>
113113
<executions>
114114
<execution>
115115
<id>dist-src</id>
@@ -172,6 +172,7 @@
172172
</versionRange>
173173
<goals>
174174
<goal>helpmojo</goal>
175+
<goal>descriptor</goal>
175176
</goals>
176177
</pluginExecutionFilter>
177178
<action>
@@ -211,7 +212,7 @@
211212
<plugin>
212213
<groupId>org.apache.maven.plugins</groupId>
213214
<artifactId>maven-surefire-report-plugin</artifactId>
214-
<version>2.17</version>
215+
<version>2.18.1</version>
215216
</plugin>
216217
</plugins>
217218
</reporting>

0 commit comments

Comments
 (0)