dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #40275
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 20395: Upgraded surefire plugin
------------------------------------------------------------
revno: 20395
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2015-09-29 14:38:09 +0200
message:
Upgraded surefire plugin
modified:
dhis-2/pom.xml
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/pom.xml'
--- dhis-2/pom.xml 2015-09-15 14:50:16 +0000
+++ dhis-2/pom.xml 2015-09-29 12:38:09 +0000
@@ -119,7 +119,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.16</version>
+ <version>2.18.1</version>
<configuration>
<systemProperties>
<property>
@@ -141,7 +141,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.16</version>
+ <version>2.18.1</version>
<configuration>
<systemProperties>
<property>
@@ -163,7 +163,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.16</version>
+ <version>2.18.1</version>
<configuration>
<skipTests>true</skipTests>
<excludedGroups>org.hisp.dhis.IntegrationTest</excludedGroups>