diff --git a/core/pom.xml b/core/pom.xml index bdcc3443a..4c7486734 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -6,7 +6,7 @@ intersmash-parent org.jboss.intersmash - 0.0.2-SNAPSHOT + 0.0.2.DR1-SNAPSHOT ../pom.xml intersmash-core diff --git a/examples/pom.xml b/examples/pom.xml index b860c0abb..a0c5daad3 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -6,7 +6,7 @@ org.jboss.intersmash intersmash-parent - 0.0.2-SNAPSHOT + 0.0.2.DR1-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 74b2faec3..dc5dba119 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-SNAPSHOT + 0.0.2.DR1-SNAPSHOT ../pom.xml @@ -90,7 +90,7 @@ org.jboss.intersmash.test deployments-provider - 0.0.2-SNAPSHOT + 0.0.2.DR1-SNAPSHOT test diff --git a/examples/ws-bootable-jar-example/jaxws/pom.xml b/examples/ws-bootable-jar-example/jaxws/pom.xml index 4045a6fe8..4b6fac436 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-SNAPSHOT + 0.0.2.DR1-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 1b6cf60e2..5a856e7d6 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-SNAPSHOT"; + private String VERSION = "0.0.2.DR1-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 01d4c12cd..5f694c3ae 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-SNAPSHOT + 0.0.2.DR1-SNAPSHOT ../pom.xml ws-bootable-jar-example diff --git a/examples/wstrust/pom.xml b/examples/wstrust/pom.xml index 7b0e60bd3..e5087e21f 100644 --- a/examples/wstrust/pom.xml +++ b/examples/wstrust/pom.xml @@ -6,7 +6,7 @@ org.jboss.intersmash.examples intersmash-examples - 0.0.2-SNAPSHOT + 0.0.2.DR1-SNAPSHOT ../pom.xml wstrust-parent diff --git a/examples/wstrust/service/pom.xml b/examples/wstrust/service/pom.xml index 8d9989dcb..68d458126 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-SNAPSHOT + 0.0.2.DR1-SNAPSHOT ../pom.xml diff --git a/examples/wstrust/shared/pom.xml b/examples/wstrust/shared/pom.xml index c86729f9d..b49999cc3 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-SNAPSHOT + 0.0.2.DR1-SNAPSHOT ../pom.xml diff --git a/examples/wstrust/sts/pom.xml b/examples/wstrust/sts/pom.xml index e52b18337..d583005b7 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-SNAPSHOT + 0.0.2.DR1-SNAPSHOT ../pom.xml diff --git a/examples/wstrust/test/pom.xml b/examples/wstrust/test/pom.xml index aee21fabc..a08ccf89c 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-SNAPSHOT + 0.0.2.DR1-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 c83e6262d..84b556102 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-SNAPSHOT"; + private String VERSION = "0.0.2.DR1-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 1cdd31a5c..bb226d260 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-SNAPSHOT"; + private String VERSION = "0.0.2.DR1-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 c18889283..a3668cddb 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.jboss.intersmash intersmash-parent - 0.0.2-SNAPSHOT + 0.0.2.DR1-SNAPSHOT pom Intersmash Parent: Aggregator diff --git a/provisioners/pom.xml b/provisioners/pom.xml index 24e9fc197..a85eba6d2 100644 --- a/provisioners/pom.xml +++ b/provisioners/pom.xml @@ -6,7 +6,7 @@ intersmash-parent org.jboss.intersmash - 0.0.2-SNAPSHOT + 0.0.2.DR1-SNAPSHOT ../pom.xml intersmash-provisioners diff --git a/testsuite/deployments/deployments-provider/pom.xml b/testsuite/deployments/deployments-provider/pom.xml index c92e21175..c43217874 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-SNAPSHOT + 0.0.2.DR1-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 75807226c..3f611f45d 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-SNAPSHOT + 0.0.2.DR1-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 2a6206012..6decf024f 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-SNAPSHOT + 0.0.2.DR1-SNAPSHOT ../pom.xml diff --git a/testsuite/deployments/eap7-shared/pom.xml b/testsuite/deployments/eap7-shared/pom.xml index 82b4c596e..1a16fd184 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-SNAPSHOT + 0.0.2.DR1-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 0e6acb37d..558274a61 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-SNAPSHOT + 0.0.2.DR1-SNAPSHOT war Intersmash Test Deployments: OpenShift Jakarta Sample standalone deployment diff --git a/testsuite/deployments/pom.xml b/testsuite/deployments/pom.xml index ed6fcef4f..e7551c93e 100644 --- a/testsuite/deployments/pom.xml +++ b/testsuite/deployments/pom.xml @@ -6,7 +6,7 @@ org.jboss.intersmash.test intersmash-testsuite - 0.0.2-SNAPSHOT + 0.0.2.DR1-SNAPSHOT ../pom.xml test-deployments diff --git a/testsuite/deployments/wildfly-shared/pom.xml b/testsuite/deployments/wildfly-shared/pom.xml index b7cb183ae..2ea212048 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-SNAPSHOT + 0.0.2.DR1-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 016af5b5a..dcf127db1 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-SNAPSHOT + 0.0.2.DR1-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 7dd837bdc..dd24bbe64 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-SNAPSHOT + 0.0.2.DR1-SNAPSHOT ../pom.xml diff --git a/testsuite/integration-tests/pom.xml b/testsuite/integration-tests/pom.xml index 7ce195c0f..28385b233 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-SNAPSHOT + 0.0.2.DR1-SNAPSHOT ../pom.xml integration-tests diff --git a/testsuite/pom.xml b/testsuite/pom.xml index 74f83b118..63cd3b0d2 100644 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -6,7 +6,7 @@ org.jboss.intersmash intersmash-parent - 0.0.2-SNAPSHOT + 0.0.2.DR1-SNAPSHOT ../pom.xml