Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
java-microprofile: upgrading openliberty version to 19.0.0.7 (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamwala authored and neeraj-laad committed Aug 5, 2019
1 parent 9e11214 commit 5d5a652
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion incubator/java-microprofile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
8 changes: 4 additions & 4 deletions incubator/java-microprofile/image/project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>dev.appsody</groupId>
<artifactId>java-microprofile</artifactId>
<version>0.2.3</version>
<version>0.2.4</version>
<packaging>pom</packaging>

<properties>
Expand All @@ -30,7 +30,7 @@
<!-- OpenLiberty runtime -->
<liberty.groupId>io.openliberty</liberty.groupId>
<liberty.artifactId>openliberty-runtime</liberty.artifactId>
<version.openliberty-runtime>19.0.0.6</version.openliberty-runtime>
<version.openliberty-runtime>19.0.0.7</version.openliberty-runtime>
<http.port>9080</http.port>
<https.port>9443</https.port>
<packaging.type>usr</packaging.type>
Expand Down Expand Up @@ -66,8 +66,8 @@
</requireJavaVersion>
<requireProperty>
<property>version.openliberty-runtime</property>
<regex>19.0.0.6</regex>
<regexMessage>OpenLiberty runtime version must be 19.0.0.6</regexMessage>
<regex>19.0.0.7</regex>
<regexMessage>OpenLiberty runtime version must be 19.0.0.7</regexMessage>
</requireProperty>
</rules>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion incubator/java-microprofile/stack.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion incubator/java-microprofile/templates/default/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>dev.appsody</groupId>
<artifactId>java-microprofile</artifactId>
<version>0.2.3</version>
<version>0.2.4</version>
</parent>

<groupId>dev.appsody.starter.java-microprofile</groupId>
Expand Down

0 comments on commit 5d5a652

Please sign in to comment.