You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2014/12/22 15:33:42 UTC

maven-surefire git commit: [SUREFIRE] Removed overridden plugin version

Repository: maven-surefire
Updated Branches:
  refs/heads/master 33e6819ab -> 12881a505


[SUREFIRE] Removed overridden plugin version


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/12881a50
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/12881a50
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/12881a50

Branch: refs/heads/master
Commit: 12881a5053e01b825de56a946bcfd18d20087dc6
Parents: 33e6819
Author: Tibor17 <ti...@lycos.com>
Authored: Mon Dec 22 15:33:28 2014 +0100
Committer: Tibor17 <ti...@lycos.com>
Committed: Mon Dec 22 15:33:28 2014 +0100

----------------------------------------------------------------------
 pom.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/12881a50/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 093fe51..25abefe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -279,7 +279,6 @@
         </plugin>
         <plugin>
           <artifactId>maven-release-plugin</artifactId>
-          <version>2.5.1</version>
           <configuration>
             <autoVersionSubmodules>true</autoVersionSubmodules>
             <preparationGoals>clean install</preparationGoals>