diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index adce6d7b1..5f25de75a 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -22,13 +22,13 @@ jobs: matrix: # test against latest update of each major Java version, as well as specific updates of LTS versions: RUNTIME: [ol, wlp] - RUNTIME_VERSION: [23.0.0.6, 23.0.0.3] + RUNTIME_VERSION: [23.0.0.6, 23.0.0.9] java: [17, 11, 8] exclude: - java: 8 - RUNTIME_VERSION: 23.0.0.3 + RUNTIME_VERSION: 23.0.0.6 - java: 17 - RUNTIME_VERSION: 23.0.0.3 + RUNTIME_VERSION: 23.0.0.6 name: ${{ matrix.RUNTIME }} ${{ matrix.RUNTIME_VERSION }}, Java ${{ matrix.java }}, Linux steps: # Checkout repos @@ -76,13 +76,13 @@ jobs: matrix: # test against latest update of each major Java version, as well as specific updates of LTS versions: RUNTIME: [ol, wlp] - RUNTIME_VERSION: [23.0.0.6, 23.0.0.3] + RUNTIME_VERSION: [23.0.0.6, 23.0.0.9] java: [17, 11, 8] exclude: - java: 8 - RUNTIME_VERSION: 23.0.0.3 + RUNTIME_VERSION: 23.0.0.6 - java: 17 - RUNTIME_VERSION: 23.0.0.3 + RUNTIME_VERSION: 23.0.0.6 name: ${{ matrix.RUNTIME }} ${{ matrix.RUNTIME_VERSION }}, Java ${{ matrix.java }}, Windows steps: # Checkout repos diff --git a/README.md b/README.md index d4eea4e13..2619b67b3 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ To enable Liberty Maven Plugin in your project add the following to your `pom.xm io.openliberty.tools liberty-maven-plugin - 3.8.1 + 3.9 ... @@ -104,12 +104,12 @@ Example using the `runtimeArtifact` parameter to install a WebSphere Liberty run io.openliberty.tools liberty-maven-plugin - 3.8.1 + 3.9 com.ibm.websphere.appserver.runtime wlp-webProfile8 - 23.0.0.2 + 23.0.0.9 zip @@ -124,12 +124,12 @@ Example using the `runtimeArtifact` parameter to install an Open Liberty beta ru io.openliberty.tools liberty-maven-plugin - 3.8.1 + 3.9 io.openliberty.beta openliberty-runtime - 23.0.0.3-beta + 23.0.0.10-beta zip @@ -238,7 +238,7 @@ Example: io.openliberty.tools liberty-maven-plugin - [3.8.1,) + 3.9 true /opt/ibm/wlp diff --git a/docs/dev.md b/docs/dev.md index 6f242cf3c..a4f79e306 100644 --- a/docs/dev.md +++ b/docs/dev.md @@ -39,7 +39,7 @@ Dev mode can be run on a single Maven module or on a multi module Maven project To start dev mode on a multi module project, run the following from the directory containing the multi module `pom.xml`: ``` -$ mvn io.openliberty.tools:liberty-maven-plugin:3.4:dev +$ mvn io.openliberty.tools:liberty-maven-plugin:3.9:dev ``` To start dev mode on a multi module project by using the short-form `liberty` name for the Liberty Maven plugin: diff --git a/docs/test-start.md b/docs/test-start.md index b9ed0218b..46015fd36 100644 --- a/docs/test-start.md +++ b/docs/test-start.md @@ -25,7 +25,7 @@ Example: io.openliberty.tools liberty-maven-plugin - [3.0.1,) + 3.9 true true diff --git a/docs/test-stop.md b/docs/test-stop.md index 7e5ce3254..4b1458a38 100644 --- a/docs/test-stop.md +++ b/docs/test-stop.md @@ -25,7 +25,7 @@ Example: io.openliberty.tools liberty-maven-plugin - [3.0.1,) + 3.9 true true diff --git a/liberty-maven-app-parent/pom.xml b/liberty-maven-app-parent/pom.xml index 84517cb77..22fd2521e 100644 --- a/liberty-maven-app-parent/pom.xml +++ b/liberty-maven-app-parent/pom.xml @@ -20,7 +20,7 @@ io.openliberty.tools liberty-maven - 3.8.3-SNAPSHOT + 3.9-SNAPSHOT liberty-maven-app-parent @@ -44,7 +44,7 @@ io.openliberty.tools liberty-maven-plugin - 3.8.3-SNAPSHOT + 3.9-SNAPSHOT stop-before-clean diff --git a/liberty-maven-plugin/pom.xml b/liberty-maven-plugin/pom.xml index 5643150d3..d3665fbbd 100644 --- a/liberty-maven-plugin/pom.xml +++ b/liberty-maven-plugin/pom.xml @@ -6,7 +6,7 @@ io.openliberty.tools liberty-maven - 3.8.3-SNAPSHOT + 3.9-SNAPSHOT liberty-maven-plugin @@ -37,7 +37,7 @@ io.openliberty.tools liberty-ant-tasks - 1.9.13-SNAPSHOT + 1.9.13 org.apache.maven @@ -88,7 +88,7 @@ io.openliberty.tools ci.common - 1.8.27-SNAPSHOT + 1.8.27 org.twdata.maven diff --git a/pom.xml b/pom.xml index 729b9eb3b..0b730f465 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ io.openliberty.tools liberty-maven - 3.8.3-SNAPSHOT + 3.9-SNAPSHOT pom Liberty Tools for Maven