From 90d08cf0312867410e19514ccec7ea3bd9a0f0d3 Mon Sep 17 00:00:00 2001 From: Gilbert Kwan Date: Wed, 19 May 2021 16:42:23 -0400 Subject: [PATCH 1/2] update versions (#169) * update versions * mvn connection timeout fix * update versions Co-authored-by: Tien-Thanh Le --- README.adoc | 2 +- finish/pom.xml | 14 +++++++------- finish/src/main/liberty/config/server.xml | 4 ++-- finish/src/main/webapp/index.html | 8 ++++---- scripts/dailyBuild.sh | 10 +++------- scripts/testApp.sh | 10 ++++++++-- start/pom.xml | 14 +++++++------- start/src/main/liberty/config/server.xml | 4 ++-- start/src/main/webapp/index.html | 8 ++++---- 9 files changed, 38 insertions(+), 36 deletions(-) diff --git a/README.adoc b/README.adoc index a2f5fd1f..be54e15e 100644 --- a/README.adoc +++ b/README.adoc @@ -94,7 +94,7 @@ include::{common-includes}/twyb-end.adoc[] Now, navigate to the `start` directory to begin. [role=command] -include::{common-includes}/devmode-start.adoc[] +include::{common-includes}/devmode-lmp33-start.adoc[] The MicroProfile Rest Client API is included in the MicroProfile dependency specified by your [hotspot file=0]`pom.xml` file. Look for the dependency with the [hotspot=microprofile file=0]`microprofile` artifact ID. diff --git a/finish/pom.xml b/finish/pom.xml index befa1fac..3b9b5008 100755 --- a/finish/pom.xml +++ b/finish/pom.xml @@ -31,7 +31,7 @@ microprofile - 3.3 + 4.0.1 pom provided @@ -39,25 +39,25 @@ org.apache.commons commons-lang3 - 3.10 + 3.12.0 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 @@ -74,7 +74,7 @@ org.apache.maven.plugins maven-war-plugin - 3.2.3 + 3.3.1 @@ -86,7 +86,7 @@ io.openliberty.tools liberty-maven-plugin - 3.2.3 + 3.3.4 diff --git a/finish/src/main/liberty/config/server.xml b/finish/src/main/liberty/config/server.xml index c504c6d9..c3775a22 100755 --- a/finish/src/main/liberty/config/server.xml +++ b/finish/src/main/liberty/config/server.xml @@ -5,10 +5,10 @@ jsonp-1.1 cdi-2.0 - mpConfig-1.4 + mpConfig-2.0 - mpRestClient-1.4 + mpRestClient-2.0 diff --git a/finish/src/main/webapp/index.html b/finish/src/main/webapp/index.html index 0042fcd6..951749b9 100755 --- a/finish/src/main/webapp/index.html +++ b/finish/src/main/webapp/index.html @@ -1,5 +1,5 @@ microprofile - 3.3 + 4.0.1 pom provided @@ -39,25 +39,25 @@ org.apache.commons commons-lang3 - 3.10 + 3.12.0 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 @@ -74,7 +74,7 @@ org.apache.maven.plugins maven-war-plugin - 3.2.3 + 3.3.1 @@ -86,7 +86,7 @@ io.openliberty.tools liberty-maven-plugin - 3.2.3 + 3.3.4 diff --git a/start/src/main/liberty/config/server.xml b/start/src/main/liberty/config/server.xml index bd175566..7a6b804a 100755 --- a/start/src/main/liberty/config/server.xml +++ b/start/src/main/liberty/config/server.xml @@ -4,9 +4,9 @@ jaxrs-2.1 jsonp-1.1 cdi-2.0 - mpConfig-1.4 + mpConfig-2.0 - mpRestClient-1.4 + mpRestClient-2.0 diff --git a/start/src/main/webapp/index.html b/start/src/main/webapp/index.html index 0042fcd6..951749b9 100755 --- a/start/src/main/webapp/index.html +++ b/start/src/main/webapp/index.html @@ -1,5 +1,5 @@