You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2011/11/25 21:43:02 UTC

svn commit: r1206308 - in /maven/plugin-testing/trunk: maven-plugin-testing-tools/pom.xml pom.xml

Author: olamy
Date: Fri Nov 25 20:43:01 2011
New Revision: 1206308

URL: http://svn.apache.org/viewvc?rev=1206308&view=rev
Log:
remove old surefire plugin version usage, upgrade to site plugin 3.0

Modified:
    maven/plugin-testing/trunk/maven-plugin-testing-tools/pom.xml
    maven/plugin-testing/trunk/pom.xml

Modified: maven/plugin-testing/trunk/maven-plugin-testing-tools/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-testing/trunk/maven-plugin-testing-tools/pom.xml?rev=1206308&r1=1206307&r2=1206308&view=diff
==============================================================================
--- maven/plugin-testing/trunk/maven-plugin-testing-tools/pom.xml (original)
+++ maven/plugin-testing/trunk/maven-plugin-testing-tools/pom.xml Fri Nov 25 20:43:01 2011
@@ -86,7 +86,6 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.3</version>
         <configuration>
           <systemProperties>
             <property>

Modified: maven/plugin-testing/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-testing/trunk/pom.xml?rev=1206308&r1=1206307&r2=1206308&view=diff
==============================================================================
--- maven/plugin-testing/trunk/pom.xml (original)
+++ maven/plugin-testing/trunk/pom.xml Fri Nov 25 20:43:01 2011
@@ -157,12 +157,8 @@ under the License.
       <plugins>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.4.3</version>
-        </plugin>
-        <plugin>
           <artifactId>maven-site-plugin</artifactId>
-          <version>2.0-beta-7</version>
+          <version>3.0</version>
           <configuration>
             <stagingSiteURL>scp://people.apache.org/www/maven.apache.org/plugin-testing/${artifactId}-${version}</stagingSiteURL>
           </configuration>