Skip to content

Commit

Permalink
Downgrade maven-surefire-plugin to 2.18
Browse files Browse the repository at this point in the history
Netbeans cannot use surefire-2.19 at the moment
  • Loading branch information
CMoH authored and kcris committed Jan 7, 2016
1 parent a5ca74a commit 8ef1a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.19</version>
<version>2.18.1</version>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
Expand Down

0 comments on commit 8ef1a3d

Please sign in to comment.