From 19702181b5069b611727a9c34b285f05c06f2fce Mon Sep 17 00:00:00 2001 From: Dave Nice Date: Tue, 11 Jun 2024 19:11:03 +0100 Subject: [PATCH 1/2] Use new release of cics-bundle-common, update to release 1.0.6. Signed-off-by: Dave Nice --- cics-bundle-deploy-reactor-archetype/pom.xml | 2 +- cics-bundle-maven-plugin/pom.xml | 2 +- cics-bundle-maven-site/pom.xml | 2 +- cics-bundle-reactor-archetype/pom.xml | 2 +- pom.xml | 2 +- samples/pom.xml | 6 +++--- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/cics-bundle-deploy-reactor-archetype/pom.xml b/cics-bundle-deploy-reactor-archetype/pom.xml index f72bbcf0..cc2f6bd4 100644 --- a/cics-bundle-deploy-reactor-archetype/pom.xml +++ b/cics-bundle-deploy-reactor-archetype/pom.xml @@ -4,7 +4,7 @@ com.ibm.cics cics-bundle-maven - 1.0.6-SNAPSHOT + 1.0.6 cics-bundle-deploy-reactor-archetype diff --git a/cics-bundle-maven-plugin/pom.xml b/cics-bundle-maven-plugin/pom.xml index 230358df..e5e53e89 100644 --- a/cics-bundle-maven-plugin/pom.xml +++ b/cics-bundle-maven-plugin/pom.xml @@ -4,7 +4,7 @@ com.ibm.cics cics-bundle-maven - 1.0.6-SNAPSHOT + 1.0.6 cics-bundle-maven-plugin diff --git a/cics-bundle-maven-site/pom.xml b/cics-bundle-maven-site/pom.xml index 76c66808..219af9b0 100644 --- a/cics-bundle-maven-site/pom.xml +++ b/cics-bundle-maven-site/pom.xml @@ -3,7 +3,7 @@ com.ibm.cics cics-bundle-maven - 1.0.6-SNAPSHOT + 1.0.6 cics-bundle-maven-site pom diff --git a/cics-bundle-reactor-archetype/pom.xml b/cics-bundle-reactor-archetype/pom.xml index 8ba895f9..05f067d1 100644 --- a/cics-bundle-reactor-archetype/pom.xml +++ b/cics-bundle-reactor-archetype/pom.xml @@ -4,7 +4,7 @@ com.ibm.cics cics-bundle-maven - 1.0.6-SNAPSHOT + 1.0.6 cics-bundle-reactor-archetype diff --git a/pom.xml b/pom.xml index c9c35425..fa58e59e 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ com.ibm.cics cics-bundle-maven - 1.0.6-SNAPSHOT + 1.0.6 pom CICS Bundle Maven Parent diff --git a/samples/pom.xml b/samples/pom.xml index 7a8ec128..a7fae7d1 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -2,12 +2,12 @@ 4.0.0 samples - 1.0.6-SNAPSHOT + 1.0.6 pom com.ibm.cics cics-bundle-maven - 1.0.6-SNAPSHOT + 1.0.6 @@ -15,7 +15,7 @@ com.ibm.cics cics-bundle-maven-plugin - 1.0.6-SNAPSHOT + 1.0.6 From 638dc54f220cb8bd544bb677a82713dd16712ba6 Mon Sep 17 00:00:00 2001 From: Dave Nice Date: Wed, 31 Jul 2024 22:42:44 +0100 Subject: [PATCH 2/2] downgrade maven-plugin-plugin which causes release build to fail Signed-off-by: Dave Nice --- cics-bundle-maven-plugin/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cics-bundle-maven-plugin/pom.xml b/cics-bundle-maven-plugin/pom.xml index e5e53e89..436178ae 100644 --- a/cics-bundle-maven-plugin/pom.xml +++ b/cics-bundle-maven-plugin/pom.xml @@ -261,7 +261,7 @@ org.apache.maven.plugins maven-plugin-plugin - 3.13.0 + 3.6.4