From 3766e7160ba763342e1b0cf864ca6677f1f4ed99 Mon Sep 17 00:00:00 2001 From: Gilbert Kwan Date: Tue, 25 May 2021 14:41:26 -0400 Subject: [PATCH 1/2] Version update (#170) * update versions * Update testApp.sh --- README.adoc | 2 +- finish/pom.xml | 14 +++++++------- finish/src/main/webapp/index.html | 4 ++-- scripts/dailyBuild.sh | 5 +++-- scripts/testApp.sh | 5 ++++- start/pom.xml | 14 +++++++------- start/src/main/webapp/index.html | 4 ++-- 7 files changed, 26 insertions(+), 22 deletions(-) diff --git a/README.adoc b/README.adoc index 08ecf3d..a991a77 100644 --- a/README.adoc +++ b/README.adoc @@ -75,7 +75,7 @@ include::{common-includes}/twyb-end.adoc[] Navigate to the `start` directory to begin. [role='command'] -include::{common-includes}/devmode-start.adoc[] +include::{common-includes}/devmode-lmp33-start.adoc[] JAX-RS has two key concepts for creating REST APIs. The most obvious one is the resource itself, which is modelled as a class. The second is a JAX-RS application, which groups all exposed resources under a diff --git a/finish/pom.xml b/finish/pom.xml index 45968c8..ac7fd68 100644 --- a/finish/pom.xml +++ b/finish/pom.xml @@ -35,7 +35,7 @@ org.eclipse.microprofile microprofile - 3.3 + 4.0.1 pom provided @@ -43,25 +43,25 @@ org.junit.jupiter junit-jupiter - 5.6.2 + 5.7.1 test org.apache.cxf cxf-rt-rs-client - 3.3.6 + 3.4.3 test org.apache.cxf cxf-rt-rs-extension-providers - 3.3.6 + 3.4.3 test org.eclipse yasson - 1.0.7 + 1.0.9 test @@ -73,7 +73,7 @@ io.openliberty.tools liberty-maven-plugin - 3.2.3 + 3.3.4 @@ -92,7 +92,7 @@ org.apache.maven.plugins maven-war-plugin - 3.2.3 + 3.3.1 diff --git a/finish/src/main/webapp/index.html b/finish/src/main/webapp/index.html index 165b059..a35532c 100644 --- a/finish/src/main/webapp/index.html +++ b/finish/src/main/webapp/index.html @@ -1,5 +1,5 @@ @@ -84,7 +84,7 @@ org.apache.maven.plugins maven-war-plugin - 3.2.3 + 3.3.1 diff --git a/start/src/main/webapp/index.html b/start/src/main/webapp/index.html index 165b059..a35532c 100644 --- a/start/src/main/webapp/index.html +++ b/start/src/main/webapp/index.html @@ -1,5 +1,5 @@