You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2017/06/13 18:57:32 UTC

archiva-redback-core git commit: [MRM-1953] Updating modernizer-maven-plugin

Repository: archiva-redback-core
Updated Branches:
  refs/heads/master f60895354 -> 2cc067fcf


[MRM-1953] Updating modernizer-maven-plugin


Project: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/commit/2cc067fc
Tree: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/tree/2cc067fc
Diff: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/diff/2cc067fc

Branch: refs/heads/master
Commit: 2cc067fcfb6ebd37a32e2c6ff928bd47c74c3660
Parents: f608953
Author: Martin Stockhammer <ma...@apache.org>
Authored: Tue Jun 13 20:57:09 2017 +0200
Committer: Martin Stockhammer <ma...@apache.org>
Committed: Tue Jun 13 20:57:09 2017 +0200

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/2cc067fc/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 557f376..d09acea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -857,9 +857,9 @@
           <plugin>
             <groupId>org.gaul</groupId>
             <artifactId>modernizer-maven-plugin</artifactId>
-            <version>1.1.0</version>
+            <version>1.5.0</version>
             <configuration>
-              <javaVersion>1.7</javaVersion>
+              <javaVersion>1.8</javaVersion>
             </configuration>
             <executions>
               <execution>