Skip to content

Commit

Permalink
Update common to 189 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cherylking committed Oct 7, 2020
1 parent 7ea86a9 commit b93158b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
os: [windows-latest]
java: [ 8, 11 ]
RUNTIME: [ ol, wlp ]
RUNTIME_VERSION: [ 20.0.0.3, 20.0.0.6 ]
RUNTIME_VERSION: [ 20.0.0.6, 20.0.0.9 ]

steps:
- name: Setup Java ${{ matrix.java }}
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ jdk:
- openjdk11
env:
- RUNTIME=ol RUNTIME_VERSION=20.0.0.6
- RUNTIME=ol RUNTIME_VERSION=20.0.0.3
- RUNTIME=ol RUNTIME_VERSION=20.0.0.9
- RUNTIME=wlp RUNTIME_VERSION=20.0.0.6
- RUNTIME=wlp RUNTIME_VERSION=20.0.0.3
- RUNTIME=wlp RUNTIME_VERSION=20.0.0.9
cache:
directories:
- $HOME/.m2
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ environment:
RUNTIME_VERSION: 20.0.0.6
RUNTIME: ol
- jdk: "C:\\Program Files\\Java\\jdk1.8.0\\bin:"
RUNTIME_VERSION: 20.0.0.3
RUNTIME_VERSION: 20.0.0.9
RUNTIME: ol
- jdk: "C:\\Program Files\\Java\\jdk1.8.0\\bin:"
RUNTIME_VERSION: 20.0.0.6
RUNTIME: wlp
- jdk: "C:\\Program Files\\Java\\jdk1.8.0\\bin:"
RUNTIME_VERSION: 20.0.0.3
RUNTIME_VERSION: 20.0.0.9
RUNTIME: wlp

install:
Expand Down
2 changes: 1 addition & 1 deletion liberty-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<dependency>
<groupId>io.openliberty.tools</groupId>
<artifactId>ci.common</artifactId>
<version>1.8.9-SNAPSHOT</version>
<version>1.8.9</version>
</dependency>
<dependency>
<groupId>org.twdata.maven</groupId>
Expand Down

0 comments on commit b93158b

Please sign in to comment.