diff --git a/incubator/java-microprofile/README.md b/incubator/java-microprofile/README.md index b0de364f3..b0359a27e 100644 --- a/incubator/java-microprofile/README.md +++ b/incubator/java-microprofile/README.md @@ -4,7 +4,7 @@ The Java MicroProfile stack provides a consistent way of developing microservice The Java MicroProfile stack uses a parent Maven project object model (POM) to manage dependency versions and provide required capabilities and plugins. -This stack is based on OpenJDK with container-optimizations in OpenJ9 and `Open Liberty v19.0.0.6`. It provides live reloading during development by utilizing `loose application` capabilities. +This stack is based on OpenJDK with container-optimizations in OpenJ9 and `Open Liberty v19.0.0.7`. It provides live reloading during development by utilizing `loose application` capabilities. **Note:** Maven is provided by the Appsody stack container, allowing you to build, test, and debug your Java application without installing Maven locally. However, we recommend installing Maven locally for the best IDE experience. diff --git a/incubator/java-microprofile/image/project/pom.xml b/incubator/java-microprofile/image/project/pom.xml index 86348be0b..78d7b762e 100644 --- a/incubator/java-microprofile/image/project/pom.xml +++ b/incubator/java-microprofile/image/project/pom.xml @@ -14,7 +14,7 @@ dev.appsody java-microprofile - 0.2.3 + 0.2.4 pom @@ -30,7 +30,7 @@ io.openliberty openliberty-runtime - 19.0.0.6 + 19.0.0.7 9080 9443 usr @@ -66,8 +66,8 @@ version.openliberty-runtime - 19.0.0.6 - OpenLiberty runtime version must be 19.0.0.6 + 19.0.0.7 + OpenLiberty runtime version must be 19.0.0.7 diff --git a/incubator/java-microprofile/stack.yaml b/incubator/java-microprofile/stack.yaml index 202382201..620f9f2c6 100644 --- a/incubator/java-microprofile/stack.yaml +++ b/incubator/java-microprofile/stack.yaml @@ -1,5 +1,5 @@ name: Eclipse MicroProfile® -version: 0.2.3 +version: 0.2.4 description: Eclipse MicroProfile using OpenJ9 and Maven license: Apache-2.0 maintainers: diff --git a/incubator/java-microprofile/templates/default/pom.xml b/incubator/java-microprofile/templates/default/pom.xml index 6e70e6f8d..0f2037e99 100755 --- a/incubator/java-microprofile/templates/default/pom.xml +++ b/incubator/java-microprofile/templates/default/pom.xml @@ -8,7 +8,7 @@ dev.appsody java-microprofile - 0.2.3 + 0.2.4 dev.appsody.starter.java-microprofile