Author: tchemit Date: 2011-01-27 08:36:47 +0100 (Thu, 27 Jan 2011) New Revision: 1046 Url: http://nuiton.org/repositories/revision/mavenpom/1046 Log: Evolution #1257: Updates surefire to 2.7.2 Evolution #1258: Updates wagon-ssh-external to 1.0-beta-7 Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-01-24 18:47:35 UTC (rev 1045) +++ trunk/pom.xml 2011-01-27 07:36:47 UTC (rev 1046) @@ -221,6 +221,7 @@ <nuitonSkinVersion>1.0.4</nuitonSkinVersion> <javadocPluginVersion>2.7</javadocPluginVersion> <webstartPluginVersion>1.0-alpha-2-cl_20100511</webstartPluginVersion> + <surefirePluginVersion>2.7.2</surefirePluginVersion> <mavenVersion>2.2.1</mavenVersion> <antVersion>1.8.0</antVersion> @@ -261,7 +262,7 @@ <!-- license configuration --> <license.useMissingFile>true</license.useMissingFile> <license.failIfWarning>true</license.failIfWarning> - + <!-- site configuration --> <!-- locales for the site generation, by default only french --> @@ -285,7 +286,7 @@ <!-- release repository url (to be used in site.xml, by default use other-release repository) --> <repository.home.url>${other.release.home.url}</repository.home.url> - + <!-- release configuration --> <!-- all modules shares the same version in our projects --> @@ -293,7 +294,7 @@ <!-- activate this profile while doing release:prepare to make sur everything is ok (license, third-party...) --> <arguments>-DperformRelease</arguments> - + </properties> <packaging>pom</packaging> @@ -386,7 +387,7 @@ <extension> <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-ssh-external</artifactId> - <version>1.0-beta-6</version> + <version>1.0-beta-7</version> </extension> </extensions> @@ -461,7 +462,7 @@ <plugin> <artifactId>maven-surefire-plugin</artifactId> - <version>2.7.1</version> + <version>${surefirePluginVersion}</version> <configuration> <systemPropertyVariables> <java.io.tmpdir>${project.build.directory}/surefire-workdir</java.io.tmpdir> @@ -980,7 +981,7 @@ <plugin> <artifactId>maven-surefire-report-plugin</artifactId> - <version>2.7.1</version> + <version>${surefirePluginVersion}</version> </plugin> </plugins>