diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index a3e0c17a3..bdcc44dde 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -19,7 +19,7 @@ jobs: matrix: # test against latest update of each major Java version, as well as specific updates of LTS versions: os: [ ubuntu-latest, windows-latest ] - java: [ 8, 11 ] + java: [ 8, 11, 17 ] steps: - name: Checkout ci.common diff --git a/pom.xml b/pom.xml index d25f6ace1..8adafaef6 100644 --- a/pom.xml +++ b/pom.xml @@ -1,69 +1,69 @@ - 4.0.0 + 4.0.0 - - net.wasdev.maven.parent - parent - 1.4 - - + + net.wasdev.maven.parent + parent + 1.4 + + - io.openliberty.tools - ci.common - 1.8.23-SNAPSHOT - jar + io.openliberty.tools + ci.common + 1.8.23-SNAPSHOT + jar - ci.common + ci.common - - - The Apache Software License, Version 2.0 - https://raw.github.com/openliberty/ci.common/main/LICENSE - repo - - + + + The Apache Software License, Version 2.0 + https://raw.github.com/openliberty/ci.common/main/LICENSE + repo + + - - scm:git:git@github.com:openliberty/ci.maven.git - scm:git:git@github.com:openliberty/ci.common.git - git@github.com:openliberty/ci.common.git - HEAD - + + scm:git:git@github.com:openliberty/ci.maven.git + scm:git:git@github.com:openliberty/ci.common.git + git@github.com:openliberty/ci.common.git + HEAD + - - UTF-8 - UTF-8 - 1.7 - 1.7 - + + UTF-8 + UTF-8 + 1.7 + 1.7 + - - - junit - junit - 4.13.1 - test - + + + junit + junit + 4.13.2 + test + commons-io commons-io - 2.8.0 + 2.11.0 javax.xml.bind jaxb-api - 2.2.12 + 2.3.1 runtime io.openliberty.tools liberty-ant-tasks - 1.9.10 + 1.9.11 org.apache.maven maven-artifact 3.6.3 - +