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 2017/09/11 01:06:32 UTC

maven-surefire git commit: [SUREFIRE-1412] Findbugs plugin fails - Update maven-parent to Version 30 and downgrade maven-site-plugin

Repository: maven-surefire
Updated Branches:
  refs/heads/master e08f79ffa -> b8eb67362


[SUREFIRE-1412] Findbugs plugin fails - Update maven-parent to Version 30 and downgrade maven-site-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/b8eb6736
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/b8eb6736
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/b8eb6736

Branch: refs/heads/master
Commit: b8eb673627e5d73d0e3d0dfdd639f257e10536ea
Parents: e08f79f
Author: Tibor17 <ti...@apache.org>
Authored: Mon Sep 11 03:06:18 2017 +0200
Committer: Tibor17 <ti...@apache.org>
Committed: Mon Sep 11 03:06:18 2017 +0200

----------------------------------------------------------------------
 pom.xml | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/b8eb6736/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7288c7b..9e8b083 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>maven-parent</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>26</version>
+    <version>30</version>
     <relativePath>../pom/maven/pom.xml</relativePath>
   </parent>
 
@@ -86,8 +86,6 @@
   </distributionManagement>
 
   <properties>
-    <maven.compiler.source>1.6</maven.compiler.source>
-    <maven.compiler.target>1.6</maven.compiler.target>
     <mavenVersion>2.2.1</mavenVersion>
     <!-- <shadedVersion>2.12.4</shadedVersion> commented out due to https://issues.apache.org/jira/browse/MRELEASE-799 -->
     <mavenPluginPluginVersion>3.3</mavenPluginPluginVersion>
@@ -435,6 +433,11 @@
             </includes>
           </configuration>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-site-plugin</artifactId>
+          <version>3.4</version>
+        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>