You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kw...@apache.org on 2018/03/19 22:35:22 UTC

qpid-broker-j git commit: NO-JIRA: Use openjdk7 rather than oraclejdk7

Repository: qpid-broker-j
Updated Branches:
  refs/heads/6.1.x a87a3a9b3 -> e3a146369


NO-JIRA: Use openjdk7 rather than oraclejdk7


Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/commit/e3a14636
Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/e3a14636
Diff: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/diff/e3a14636

Branch: refs/heads/6.1.x
Commit: e3a146369105b63f56685b9af738f90b75329b3c
Parents: a87a3a9
Author: Keith Wall <kw...@apache.org>
Authored: Mon Mar 19 22:35:17 2018 +0000
Committer: Keith Wall <kw...@apache.org>
Committed: Mon Mar 19 22:35:17 2018 +0000

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


http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/e3a14636/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 70e67a0..dda5b39 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
 language: java
 sudo: false
 jdk:
-  - oraclejdk7
+  - openjdk7
 env:
   - phase="test" pl="" additionalprops="-Dskip.systests=true"
 script: "mvn --fail-at-end ${phase} ${pl} ${additionalprops} -Dtest.overridden.properties=${TRAVIS_BUILD_DIR}/test-profiles/apache-ci.test.overridden.properties"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org