You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/12/30 17:02:02 UTC

svn commit: r1225854 - in /maven/surefire/trunk: maven-failsafe-plugin/pom.xml maven-surefire-common/pom.xml surefire-integration-tests/pom.xml surefire-providers/surefire-junit47/pom.xml surefire-shadefire/pom.xml

Author: hboutemy
Date: Fri Dec 30 16:02:01 2011
New Revision: 1225854

URL: http://svn.apache.org/viewvc?rev=1225854&view=rev
Log:
removed unnecessary configuration

Modified:
    maven/surefire/trunk/maven-failsafe-plugin/pom.xml
    maven/surefire/trunk/maven-surefire-common/pom.xml
    maven/surefire/trunk/surefire-integration-tests/pom.xml
    maven/surefire/trunk/surefire-providers/surefire-junit47/pom.xml
    maven/surefire/trunk/surefire-shadefire/pom.xml

Modified: maven/surefire/trunk/maven-failsafe-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/surefire/trunk/maven-failsafe-plugin/pom.xml?rev=1225854&r1=1225853&r2=1225854&view=diff
==============================================================================
--- maven/surefire/trunk/maven-failsafe-plugin/pom.xml (original)
+++ maven/surefire/trunk/maven-failsafe-plugin/pom.xml Fri Dec 30 16:02:01 2011
@@ -128,7 +128,6 @@
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-plugin-api</artifactId>
-      <version>2.0.9</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.surefire</groupId>
@@ -203,7 +202,6 @@
       <plugin>
         <groupId>org.codehaus.modello</groupId>
         <artifactId>modello-maven-plugin</artifactId>
-        <version>1.4.1</version>
         <executions>
           <execution>
             <goals>
@@ -226,7 +224,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-invoker-plugin</artifactId>
-        <version>1.5</version>
         <configuration>
           <projectsDirectory>src/it</projectsDirectory>
           <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>

Modified: maven/surefire/trunk/maven-surefire-common/pom.xml
URL: http://svn.apache.org/viewvc/maven/surefire/trunk/maven-surefire-common/pom.xml?rev=1225854&r1=1225853&r2=1225854&view=diff
==============================================================================
--- maven/surefire/trunk/maven-surefire-common/pom.xml (original)
+++ maven/surefire/trunk/maven-surefire-common/pom.xml Fri Dec 30 16:02:01 2011
@@ -28,7 +28,6 @@
     <relativePath>../pom.xml</relativePath>
   </parent>
 
-  <groupId>org.apache.maven.surefire</groupId>
   <artifactId>maven-surefire-common</artifactId>
 
   <name>Maven Surefire Common</name>

Modified: maven/surefire/trunk/surefire-integration-tests/pom.xml
URL: http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-integration-tests/pom.xml?rev=1225854&r1=1225853&r2=1225854&view=diff
==============================================================================
--- maven/surefire/trunk/surefire-integration-tests/pom.xml (original)
+++ maven/surefire/trunk/surefire-integration-tests/pom.xml Fri Dec 30 16:02:01 2011
@@ -28,7 +28,6 @@
     <relativePath>../pom.xml</relativePath>
   </parent>
 
-  <groupId>org.apache.maven.surefire</groupId>
   <artifactId>surefire-integration-tests</artifactId>
 
   <name>Maven Surefire Integration Tests</name>

Modified: maven/surefire/trunk/surefire-providers/surefire-junit47/pom.xml
URL: http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-providers/surefire-junit47/pom.xml?rev=1225854&r1=1225853&r2=1225854&view=diff
==============================================================================
--- maven/surefire/trunk/surefire-providers/surefire-junit47/pom.xml (original)
+++ maven/surefire/trunk/surefire-providers/surefire-junit47/pom.xml Fri Dec 30 16:02:01 2011
@@ -52,7 +52,6 @@
     <dependency>
       <groupId>org.apache.maven.surefire</groupId>
       <artifactId>maven-surefire-common</artifactId>
-      <version>${project.version}</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Modified: maven/surefire/trunk/surefire-shadefire/pom.xml
URL: http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-shadefire/pom.xml?rev=1225854&r1=1225853&r2=1225854&view=diff
==============================================================================
--- maven/surefire/trunk/surefire-shadefire/pom.xml (original)
+++ maven/surefire/trunk/surefire-shadefire/pom.xml Fri Dec 30 16:02:01 2011
@@ -27,9 +27,7 @@
     <relativePath>../pom.xml</relativePath>
   </parent>
 
-  <groupId>org.apache.maven.surefire</groupId>
   <artifactId>surefire-shadefire</artifactId>
-  <version>2.12-SNAPSHOT</version>
 
   <name>ShadeFire JUnit3 Provider</name>
   <description>A super-shaded junit3 provider that is used by surefire to build itself,
@@ -116,7 +114,6 @@
       </plugin>
       <plugin>
          <artifactId>maven-deploy-plugin</artifactId>
-         <version>2.6</version>
          <configuration>
             <skip>true</skip>
          </configuration>