From c58971e23dfb28b36da63d0379e90191f95c0d21 Mon Sep 17 00:00:00 2001 From: Ledina Hido-Evans Date: Tue, 4 Aug 2020 12:57:44 +0100 Subject: [PATCH] Changed readmes and samples Signed-off-by: Ledina Hido-Evans Missed one sample pom.xml Signed-off-by: Ledina Hido-Evans --- ARCHETYPES-README.md | 4 ++-- README.md | 8 ++++---- samples/bundle-reactor-deploy/demo-bundle/pom.xml | 2 +- samples/bundle-war-deploy/README.md | 2 +- samples/bundle-war-deploy/demo-war/pom.xml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ARCHETYPES-README.md b/ARCHETYPES-README.md index f10d120e..941ce4ef 100644 --- a/ARCHETYPES-README.md +++ b/ARCHETYPES-README.md @@ -9,7 +9,7 @@ By using `cics-bundle-reactor-archetype`, you are provided with a reactor (multi * ![On command line](images/cmd.png) On command line: ``` - mvn archetype:generate -DarchetypeGroupId=com.ibm.cics -DarchetypeArtifactId=cics-bundle-deploy-reactor-archetype -DarchetypeVersion=1.0.1 -DgroupId= -DartifactId= + mvn archetype:generate -DarchetypeGroupId=com.ibm.cics -DarchetypeArtifactId=cics-bundle-deploy-reactor-archetype -DarchetypeVersion=1.0.2 -DgroupId= -DartifactId= ``` In the pom.xml file of the bundle module there will be default values for each of the following parameters which you will need to set: `defaultjvmserver`, `bunddef`, `csdgroup`, `username`, `password`, `deployURL`, `cicsplex`, `region` @@ -22,7 +22,7 @@ By using `cics-bundle-reactor-archetype`, you are provided with a reactor (multi Archetype Group Id: `com.ibm.cics` Archetype Artifact Id: `cics-bundle-deploy-reactor-archetype` - Archetype Version: `1.0.1` + Archetype Version: `1.0.2` Then hit **OK**. 1. From the archetype list, select `cics-bundle-deploy-reactor-archetype` and hit **Next**.  diff --git a/README.md b/README.md index 109ef159..8dd6fa6c 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ To create a CICS bundle in this way: com.ibm.cics cics-bundle-maven-plugin - 1.0.1 + 1.0.2 true @@ -98,7 +98,7 @@ To create a CICS bundle in this way: com.ibm.cics cics-bundle-maven-plugin - 1.0.1 + 1.0.2 true DFHWLP @@ -130,7 +130,7 @@ To create a CICS bundle in this way: com.ibm.cics cics-bundle-maven-plugin - 1.0.1 + 1.0.2 @@ -163,7 +163,7 @@ The bundle directory of the BUNDLE definition should be set as follows: ` com.ibm.cics cics-bundle-maven-plugin - 1.0.1 + 1.0.2 diff --git a/samples/bundle-reactor-deploy/demo-bundle/pom.xml b/samples/bundle-reactor-deploy/demo-bundle/pom.xml index 1ea4480c..bc636847 100644 --- a/samples/bundle-reactor-deploy/demo-bundle/pom.xml +++ b/samples/bundle-reactor-deploy/demo-bundle/pom.xml @@ -30,7 +30,7 @@ com.ibm.cics cics-bundle-maven-plugin - 1.0.1 + 1.0.2 true diff --git a/samples/bundle-war-deploy/README.md b/samples/bundle-war-deploy/README.md index 7b7d5d3e..d750d6b1 100644 --- a/samples/bundle-war-deploy/README.md +++ b/samples/bundle-war-deploy/README.md @@ -24,7 +24,7 @@ If you have an existing Java Maven project, add the snippet shown below to the p com.ibm.cics cics-bundle-maven-plugin - 1.0.1 + 1.0.2 diff --git a/samples/bundle-war-deploy/demo-war/pom.xml b/samples/bundle-war-deploy/demo-war/pom.xml index cf3dcb51..7a71a123 100644 --- a/samples/bundle-war-deploy/demo-war/pom.xml +++ b/samples/bundle-war-deploy/demo-war/pom.xml @@ -57,7 +57,7 @@ com.ibm.cics cics-bundle-maven-plugin - 1.0.1 + 1.0.2