Skip to content

Commit

Permalink
[MJAR-255] - Upgrade maven-plugins parent to version 32
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Aug 9, 2018
1 parent 1a8fb5d commit d9bba2d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<artifactId>maven-plugins</artifactId>
<groupId>org.apache.maven.plugins</groupId>
<version>31</version>
<version>32</version>
<relativePath>../../pom/maven/maven-plugins/pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -78,7 +78,6 @@
<mavenArchiverVersion>3.2.0</mavenArchiverVersion>
<mavenVersion>3.0</mavenVersion>
<javaVersion>7</javaVersion>
<surefire.version>2.21.0</surefire.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -182,6 +181,8 @@
<goal>clean</goal>
<goal>package</goal>
</goals>
<streamLogs>true</streamLogs>
<showErrors>true</showErrors>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit d9bba2d

Please sign in to comment.