dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #31869
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 16281: minor
------------------------------------------------------------
revno: 16281
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2014-07-30 15:48:10 +0700
message:
minor
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 2014-07-30 08:31:07 +0000
+++ dhis-2/pom.xml 2014-07-30 08:48:10 +0000
@@ -129,7 +129,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.17</version>
+ <version>2.16</version>
<configuration>
<systemProperties>
<property>
@@ -175,7 +175,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.1</version>
+ <version>2.3.2</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
@@ -186,7 +186,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
- <version>2.6</version>
+ <version>2.5</version>
<configuration>
<encoding>${project.build.sourceEncoding}</encoding>
</configuration>