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:01 UTC

[16/50] archiva git commit: java 8

java 8

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/b62cf224
Tree: http://git-wip-us.apache.org/repos/asf/archiva/tree/b62cf224
Diff: http://git-wip-us.apache.org/repos/asf/archiva/diff/b62cf224

Branch: refs/heads/citest
Commit: b62cf224f0090ec81549c3dde9e0c020894a5b8e
Parents: 52147ba
Author: olivier lamy <ol...@apache.org>
Authored: Thu May 11 21:39:42 2017 +1000
Committer: olivier lamy <ol...@apache.org>
Committed: Thu May 11 21:39:42 2017 +1000

----------------------------------------------------------------------
 .travis.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/archiva/blob/b62cf224/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index af5cacd..207f1b6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,6 @@
 language: java
 jdk:
-  - openjdk7
-  - oraclejdk7
+  - openjdk8
   - oraclejdk8
 
 before_install: "mvn clean install -DskipTests=true -B -V -Pci-build"