Author: tchemit Date: 2011-01-23 17:11:30 +0100 (Sun, 23 Jan 2011) New Revision: 1042 Url: http://nuiton.org/repositories/revision/mavenpom/1042 Log: Evolution #1225: Update to m-surefire-p 2.7.1 Evolution #1226: Update to m-war-p 2.1.1 Evolution #1227: Update m-project-info-p to 2.3.1 Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-11-21 14:30:29 UTC (rev 1041) +++ trunk/pom.xml 2011-01-23 16:11:30 UTC (rev 1042) @@ -461,7 +461,7 @@ <plugin> <artifactId>maven-surefire-plugin</artifactId> - <version>2.6</version> + <version>2.7.1</version> <configuration> <systemPropertyVariables> <java.io.tmpdir>${project.build.directory}/surefire-workdir</java.io.tmpdir> @@ -476,7 +476,7 @@ <plugin> <artifactId>maven-war-plugin</artifactId> - <version>2.1</version> + <version>2.1.1</version> <configuration> <warSourceDirectory>${maven.src.dir}/main/webapp</warSourceDirectory> </configuration> @@ -905,7 +905,7 @@ --> <plugin> <artifactId>maven-project-info-reports-plugin</artifactId> - <version>2.2</version> + <version>2.3.1</version> <reportSets> <reportSet> <reports> @@ -980,7 +980,7 @@ <plugin> <artifactId>maven-surefire-report-plugin</artifactId> - <version>2.5</version> + <version>2.7.1</version> </plugin> </plugins>