From d37b0650981dcfe8238420c732d758c981e9d118 Mon Sep 17 00:00:00 2001 From: Fabio Burzigotti Date: Wed, 12 Jun 2024 11:37:17 +0200 Subject: [PATCH] Prepare for next release --- core/pom.xml | 2 +- examples/pom.xml | 2 +- examples/wildfly-keycloak-saml-adapter/pom.xml | 4 ++-- examples/ws-bootable-jar-example/jaxws/pom.xml | 2 +- .../jaxws/SoapWildflyBootableOpenShiftJarApplication.java | 2 +- examples/ws-bootable-jar-example/pom.xml | 2 +- examples/wstrust/pom.xml | 2 +- examples/wstrust/service/pom.xml | 2 +- examples/wstrust/shared/pom.xml | 2 +- examples/wstrust/sts/pom.xml | 2 +- examples/wstrust/test/pom.xml | 2 +- .../org/jboss/jaxws/STSWstrustOpenShiftJarApplication.java | 2 +- .../jboss/jaxws/ServiceWstrustOpenShiftJarApplication.java | 2 +- pom.xml | 2 +- provisioners/pom.xml | 2 +- testsuite/deployments/deployments-provider/pom.xml | 2 +- testsuite/deployments/eap7-shared/eap7-bootable-jar/pom.xml | 2 +- testsuite/deployments/eap7-shared/eap7-helloworld/pom.xml | 2 +- testsuite/deployments/eap7-shared/pom.xml | 2 +- .../deployments/openshift-jakarta-sample-standalone/pom.xml | 2 +- testsuite/deployments/pom.xml | 2 +- testsuite/deployments/wildfly-shared/pom.xml | 2 +- .../deployments/wildfly-shared/wildfly-bootable-jar/pom.xml | 2 +- .../deployments/wildfly-shared/wildfly-helloworld/pom.xml | 2 +- testsuite/integration-tests/pom.xml | 2 +- testsuite/pom.xml | 2 +- 26 files changed, 27 insertions(+), 27 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 80dfa51b..124b2ca1 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -6,7 +6,7 @@ intersmash-parent org.jboss.intersmash - 0.0.2 + 0.0.3-SNAPSHOT ../pom.xml intersmash-core diff --git a/examples/pom.xml b/examples/pom.xml index cf4559e6..67ccf453 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -6,7 +6,7 @@ org.jboss.intersmash intersmash-parent - 0.0.2 + 0.0.3-SNAPSHOT ../pom.xml org.jboss.intersmash.examples diff --git a/examples/wildfly-keycloak-saml-adapter/pom.xml b/examples/wildfly-keycloak-saml-adapter/pom.xml index 4fbea651..f84c71f2 100644 --- a/examples/wildfly-keycloak-saml-adapter/pom.xml +++ b/examples/wildfly-keycloak-saml-adapter/pom.xml @@ -6,7 +6,7 @@ org.jboss.intersmash.examples intersmash-examples - 0.0.2 + 0.0.3-SNAPSHOT ../pom.xml @@ -90,7 +90,7 @@ org.jboss.intersmash.test deployments-provider - 0.0.2 + 0.0.3-SNAPSHOT test diff --git a/examples/ws-bootable-jar-example/jaxws/pom.xml b/examples/ws-bootable-jar-example/jaxws/pom.xml index 0516a1e3..c12bafc4 100644 --- a/examples/ws-bootable-jar-example/jaxws/pom.xml +++ b/examples/ws-bootable-jar-example/jaxws/pom.xml @@ -30,7 +30,7 @@ org.jboss.intersmash.examples ws-bootable-jar-example - 0.0.2 + 0.0.3-SNAPSHOT ../pom.xml diff --git a/examples/ws-bootable-jar-example/jaxws/src/test/java/org/jboss/jaxws/SoapWildflyBootableOpenShiftJarApplication.java b/examples/ws-bootable-jar-example/jaxws/src/test/java/org/jboss/jaxws/SoapWildflyBootableOpenShiftJarApplication.java index a1f8b30d..ca6f0c8b 100644 --- a/examples/ws-bootable-jar-example/jaxws/src/test/java/org/jboss/jaxws/SoapWildflyBootableOpenShiftJarApplication.java +++ b/examples/ws-bootable-jar-example/jaxws/src/test/java/org/jboss/jaxws/SoapWildflyBootableOpenShiftJarApplication.java @@ -36,7 +36,7 @@ public class SoapWildflyBootableOpenShiftJarApplication implements BootableJarOpenShiftApplication { private String GROUPID = "org.jboss.intersmash"; private String ARTIFACTID = "jaxws"; - private String VERSION = "0.0.2"; + private String VERSION = "0.0.3-SNAPSHOT"; static final String BOOTABLE_JAR_ARTIFACT_PACKAGING = "jar"; static final String ARTIFACT_CLASSIFIER = "bootable-openshift"; diff --git a/examples/ws-bootable-jar-example/pom.xml b/examples/ws-bootable-jar-example/pom.xml index 427da09a..db1c97bb 100644 --- a/examples/ws-bootable-jar-example/pom.xml +++ b/examples/ws-bootable-jar-example/pom.xml @@ -6,7 +6,7 @@ org.jboss.intersmash.examples intersmash-examples - 0.0.2 + 0.0.3-SNAPSHOT ../pom.xml ws-bootable-jar-example diff --git a/examples/wstrust/pom.xml b/examples/wstrust/pom.xml index 027450ff..6eccb7ad 100644 --- a/examples/wstrust/pom.xml +++ b/examples/wstrust/pom.xml @@ -6,7 +6,7 @@ org.jboss.intersmash.examples intersmash-examples - 0.0.2 + 0.0.3-SNAPSHOT ../pom.xml wstrust-parent diff --git a/examples/wstrust/service/pom.xml b/examples/wstrust/service/pom.xml index e40c6c45..7ad1f5a7 100644 --- a/examples/wstrust/service/pom.xml +++ b/examples/wstrust/service/pom.xml @@ -30,7 +30,7 @@ org.jboss.intersmash.examples wstrust-parent - 0.0.2 + 0.0.3-SNAPSHOT ../pom.xml diff --git a/examples/wstrust/shared/pom.xml b/examples/wstrust/shared/pom.xml index 73da2659..fc0b8aea 100644 --- a/examples/wstrust/shared/pom.xml +++ b/examples/wstrust/shared/pom.xml @@ -30,7 +30,7 @@ org.jboss.intersmash.examples wstrust-parent - 0.0.2 + 0.0.3-SNAPSHOT ../pom.xml diff --git a/examples/wstrust/sts/pom.xml b/examples/wstrust/sts/pom.xml index 19cb8da2..61b1531b 100644 --- a/examples/wstrust/sts/pom.xml +++ b/examples/wstrust/sts/pom.xml @@ -30,7 +30,7 @@ org.jboss.intersmash.examples wstrust-parent - 0.0.2 + 0.0.3-SNAPSHOT ../pom.xml diff --git a/examples/wstrust/test/pom.xml b/examples/wstrust/test/pom.xml index a8514421..94763cde 100644 --- a/examples/wstrust/test/pom.xml +++ b/examples/wstrust/test/pom.xml @@ -30,7 +30,7 @@ org.jboss.intersmash.examples wstrust-parent - 0.0.2 + 0.0.3-SNAPSHOT ../pom.xml diff --git a/examples/wstrust/test/src/test/java/org/jboss/jaxws/STSWstrustOpenShiftJarApplication.java b/examples/wstrust/test/src/test/java/org/jboss/jaxws/STSWstrustOpenShiftJarApplication.java index 93d4c548..fa01a745 100644 --- a/examples/wstrust/test/src/test/java/org/jboss/jaxws/STSWstrustOpenShiftJarApplication.java +++ b/examples/wstrust/test/src/test/java/org/jboss/jaxws/STSWstrustOpenShiftJarApplication.java @@ -36,7 +36,7 @@ public class STSWstrustOpenShiftJarApplication implements BootableJarOpenShiftApplication { private String GROUPID = "org.jboss.intersmash"; private String ARTIFACTID = "wstrust-sts"; - private String VERSION = "0.0.2"; + private String VERSION = "0.0.3-SNAPSHOT"; static final String BOOTABLE_JAR_ARTIFACT_PACKAGING = "jar"; static final String ARTIFACT_CLASSIFIER = "bootable-openshift"; diff --git a/examples/wstrust/test/src/test/java/org/jboss/jaxws/ServiceWstrustOpenShiftJarApplication.java b/examples/wstrust/test/src/test/java/org/jboss/jaxws/ServiceWstrustOpenShiftJarApplication.java index 9da7794d..79b986c6 100644 --- a/examples/wstrust/test/src/test/java/org/jboss/jaxws/ServiceWstrustOpenShiftJarApplication.java +++ b/examples/wstrust/test/src/test/java/org/jboss/jaxws/ServiceWstrustOpenShiftJarApplication.java @@ -36,7 +36,7 @@ public class ServiceWstrustOpenShiftJarApplication implements BootableJarOpenShiftApplication { private String GROUPID = "org.jboss.intersmash"; static final String ARTIFACTID = "wstrust-service"; - private String VERSION = "0.0.2"; + private String VERSION = "0.0.3-SNAPSHOT"; static final String BOOTABLE_JAR_ARTIFACT_PACKAGING = "jar"; static final String ARTIFACT_CLASSIFIER = "bootable-openshift"; diff --git a/pom.xml b/pom.xml index bcd07597..80d17e8e 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.jboss.intersmash intersmash-parent - 0.0.2 + 0.0.3-SNAPSHOT pom Intersmash Parent: Aggregator diff --git a/provisioners/pom.xml b/provisioners/pom.xml index 726d20d1..8fd44aa3 100644 --- a/provisioners/pom.xml +++ b/provisioners/pom.xml @@ -6,7 +6,7 @@ intersmash-parent org.jboss.intersmash - 0.0.2 + 0.0.3-SNAPSHOT ../pom.xml intersmash-provisioners diff --git a/testsuite/deployments/deployments-provider/pom.xml b/testsuite/deployments/deployments-provider/pom.xml index fe59936c..0ee28428 100644 --- a/testsuite/deployments/deployments-provider/pom.xml +++ b/testsuite/deployments/deployments-provider/pom.xml @@ -6,7 +6,7 @@ org.jboss.intersmash.test test-deployments - 0.0.2 + 0.0.3-SNAPSHOT ../pom.xml deployments-provider diff --git a/testsuite/deployments/eap7-shared/eap7-bootable-jar/pom.xml b/testsuite/deployments/eap7-shared/eap7-bootable-jar/pom.xml index 4298a7ae..970ddb00 100644 --- a/testsuite/deployments/eap7-shared/eap7-bootable-jar/pom.xml +++ b/testsuite/deployments/eap7-shared/eap7-bootable-jar/pom.xml @@ -5,7 +5,7 @@ org.jboss.intersmash.test eap7-shared - 0.0.2 + 0.0.3-SNAPSHOT ../pom.xml eap7-bootable-jar diff --git a/testsuite/deployments/eap7-shared/eap7-helloworld/pom.xml b/testsuite/deployments/eap7-shared/eap7-helloworld/pom.xml index 2c948d20..d8c90fc2 100644 --- a/testsuite/deployments/eap7-shared/eap7-helloworld/pom.xml +++ b/testsuite/deployments/eap7-shared/eap7-helloworld/pom.xml @@ -6,7 +6,7 @@ org.jboss.intersmash.test eap7-shared - 0.0.2 + 0.0.3-SNAPSHOT ../pom.xml diff --git a/testsuite/deployments/eap7-shared/pom.xml b/testsuite/deployments/eap7-shared/pom.xml index 9d16db5e..79d5e9a6 100644 --- a/testsuite/deployments/eap7-shared/pom.xml +++ b/testsuite/deployments/eap7-shared/pom.xml @@ -6,7 +6,7 @@ org.jboss.intersmash.test test-deployments - 0.0.2 + 0.0.3-SNAPSHOT ../pom.xml pom diff --git a/testsuite/deployments/openshift-jakarta-sample-standalone/pom.xml b/testsuite/deployments/openshift-jakarta-sample-standalone/pom.xml index 73ebf326..7f8e952c 100644 --- a/testsuite/deployments/openshift-jakarta-sample-standalone/pom.xml +++ b/testsuite/deployments/openshift-jakarta-sample-standalone/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.jboss.intersmash openshift-jakarta-sample-standalone - 0.0.2 + 0.0.3-SNAPSHOT war Intersmash Test Deployments: OpenShift Jakarta Sample standalone deployment diff --git a/testsuite/deployments/pom.xml b/testsuite/deployments/pom.xml index 7f8dcbd3..c71583d8 100644 --- a/testsuite/deployments/pom.xml +++ b/testsuite/deployments/pom.xml @@ -6,7 +6,7 @@ org.jboss.intersmash.test intersmash-testsuite - 0.0.2 + 0.0.3-SNAPSHOT ../pom.xml test-deployments diff --git a/testsuite/deployments/wildfly-shared/pom.xml b/testsuite/deployments/wildfly-shared/pom.xml index bc618e09..22f1f3f1 100644 --- a/testsuite/deployments/wildfly-shared/pom.xml +++ b/testsuite/deployments/wildfly-shared/pom.xml @@ -6,7 +6,7 @@ org.jboss.intersmash.test test-deployments - 0.0.2 + 0.0.3-SNAPSHOT ../pom.xml wildfly-shared diff --git a/testsuite/deployments/wildfly-shared/wildfly-bootable-jar/pom.xml b/testsuite/deployments/wildfly-shared/wildfly-bootable-jar/pom.xml index 38ca3c97..1929c599 100644 --- a/testsuite/deployments/wildfly-shared/wildfly-bootable-jar/pom.xml +++ b/testsuite/deployments/wildfly-shared/wildfly-bootable-jar/pom.xml @@ -5,7 +5,7 @@ org.jboss.intersmash.test wildfly-shared - 0.0.2 + 0.0.3-SNAPSHOT ../pom.xml wildfly-bootable-jar diff --git a/testsuite/deployments/wildfly-shared/wildfly-helloworld/pom.xml b/testsuite/deployments/wildfly-shared/wildfly-helloworld/pom.xml index 35a4c13d..31217dc9 100644 --- a/testsuite/deployments/wildfly-shared/wildfly-helloworld/pom.xml +++ b/testsuite/deployments/wildfly-shared/wildfly-helloworld/pom.xml @@ -6,7 +6,7 @@ org.jboss.intersmash.test wildfly-shared - 0.0.2 + 0.0.3-SNAPSHOT ../pom.xml diff --git a/testsuite/integration-tests/pom.xml b/testsuite/integration-tests/pom.xml index 12f3b315..d798f86b 100644 --- a/testsuite/integration-tests/pom.xml +++ b/testsuite/integration-tests/pom.xml @@ -6,7 +6,7 @@ org.jboss.intersmash.test intersmash-testsuite - 0.0.2 + 0.0.3-SNAPSHOT ../pom.xml integration-tests diff --git a/testsuite/pom.xml b/testsuite/pom.xml index d43b22d8..730822f4 100644 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -6,7 +6,7 @@ org.jboss.intersmash intersmash-parent - 0.0.2 + 0.0.3-SNAPSHOT ../pom.xml