You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by po...@apache.org on 2018/11/20 21:56:56 UTC

incubator-tamaya-extensions git commit: TAMAYA-364: Migrate to openJDK

Repository: incubator-tamaya-extensions
Updated Branches:
  refs/heads/master c650293a7 -> 3774a6c3f


TAMAYA-364: Migrate to openJDK


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/commit/3774a6c3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/3774a6c3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/3774a6c3

Branch: refs/heads/master
Commit: 3774a6c3f2c3a08379c49b2bd41fa0c434034b89
Parents: c650293
Author: Phil Ottlinger <po...@apache.org>
Authored: Tue Nov 20 22:56:50 2018 +0100
Committer: Phil Ottlinger <po...@apache.org>
Committed: Tue Nov 20 22:56:50 2018 +0100

----------------------------------------------------------------------
 .travis.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/3774a6c3/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 532d9a9..a545c25 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
 language: java
 jdk:
-  - oraclejdk8
-  - oraclejdk9
-  - oraclejdk10
-  - oraclejdk11
+  - openjdk8
+  - openjdk9
+  - openjdk10
+  - openjdk11