You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ag...@apache.org on 2013/06/07 08:30:11 UTC

git commit: use correct maven-plugin-plugin version

Updated Branches:
  refs/heads/master 54d400f90 -> eed3a2313


use correct maven-plugin-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/eed3a231
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/eed3a231
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/eed3a231

Branch: refs/heads/master
Commit: eed3a2313c68d8ae576a29f28de3cf47c729c280
Parents: 54d400f
Author: Andreas Gudian <ag...@apache.org>
Authored: Fri Jun 7 08:29:49 2013 +0200
Committer: Andreas Gudian <ag...@apache.org>
Committed: Fri Jun 7 08:29:49 2013 +0200

----------------------------------------------------------------------
 maven-surefire-report-plugin/pom.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/eed3a231/maven-surefire-report-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/maven-surefire-report-plugin/pom.xml b/maven-surefire-report-plugin/pom.xml
index 9728cc9..0a6de65 100644
--- a/maven-surefire-report-plugin/pom.xml
+++ b/maven-surefire-report-plugin/pom.xml
@@ -165,7 +165,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-plugin-plugin</artifactId>
-        <version>2.7</version>
+        <version>${mavenPluginPluginVersion}</version>
         <configuration>
           <requirements>
             <jdk>1.4</jdk>