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 2014/10/27 22:09:58 UTC

git commit: upgraded maven-plugin-plugin

Repository: maven-surefire
Updated Branches:
  refs/heads/master cfa252401 -> cd4164500


upgraded maven-plugin-plugin

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

Branch: refs/heads/master
Commit: cd4164500fc2dff0cc3a1e6435a45d1399ef556b
Parents: cfa2524
Author: Hervé Boutemy <hb...@apache.org>
Authored: Mon Oct 27 22:09:50 2014 +0100
Committer: Hervé Boutemy <hb...@apache.org>
Committed: Mon Oct 27 22:09:50 2014 +0100

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


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/cd416450/maven-surefire-report-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/maven-surefire-report-plugin/pom.xml b/maven-surefire-report-plugin/pom.xml
index 0cef841..f7d0f1e 100644
--- a/maven-surefire-report-plugin/pom.xml
+++ b/maven-surefire-report-plugin/pom.xml
@@ -137,7 +137,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-plugin-plugin</artifactId>
-        <version>3.2</version>
         <configuration>
           <goalPrefix>surefire-report</goalPrefix>
           <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/cd416450/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6788ec6..f063452 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,7 +86,7 @@
   <properties>
     <mavenVersion>2.2.1</mavenVersion>
     <shadedVersion>2.12.4</shadedVersion>
-    <mavenPluginPluginVersion>3.2</mavenPluginPluginVersion>
+    <mavenPluginPluginVersion>3.3</mavenPluginPluginVersion>
     <maven.surefire.scm.devConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven-surefire.git</maven.surefire.scm.devConnection>
     <maven.site.path>surefire-archives/surefire-LATEST</maven.site.path>
   </properties>