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/10 11:26:08 UTC

[23/50] archiva git commit: [MRM-1941] Java 8 upgrade

[MRM-1941] Java 8 upgrade

Signed-off-by: olivier lamy <ol...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/archiva/repo
Commit: http://git-wip-us.apache.org/repos/asf/archiva/commit/661634ca
Tree: http://git-wip-us.apache.org/repos/asf/archiva/tree/661634ca
Diff: http://git-wip-us.apache.org/repos/asf/archiva/diff/661634ca

Branch: refs/heads/citest
Commit: 661634ca2098a56658fcfb994b429d3f5bf609d5
Parents: 7dae8bd
Author: olivier lamy <ol...@apache.org>
Authored: Thu May 18 13:52:51 2017 +1000
Committer: olivier lamy <ol...@apache.org>
Committed: Thu May 18 13:52:51 2017 +1000

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


http://git-wip-us.apache.org/repos/asf/archiva/blob/661634ca/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8063b48..1eb52ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.archiva</groupId>
     <artifactId>archiva-parent</artifactId>
-    <version>18</version>
+    <version>19-SNAPSHOT</version>
   </parent>
 
   <artifactId>archiva</artifactId>
@@ -1935,7 +1935,7 @@
             <artifactId>modernizer-maven-plugin</artifactId>
             <version>1.1.0</version>
             <configuration>
-              <javaVersion>1.7</javaVersion>
+              <javaVersion>1.8</javaVersion>
             </configuration>
             <executions>
               <execution>