diff --git a/core/pom.xml b/core/pom.xml
index 4c748673..80dfa51b 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -6,7 +6,7 @@
intersmash-parent
org.jboss.intersmash
- 0.0.2.DR1-SNAPSHOT
+ 0.0.2
../pom.xml
intersmash-core
diff --git a/examples/pom.xml b/examples/pom.xml
index a0c5daad..cf4559e6 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -6,7 +6,7 @@
org.jboss.intersmash
intersmash-parent
- 0.0.2.DR1-SNAPSHOT
+ 0.0.2
../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 7b38d2b9..4fbea651 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.DR1-SNAPSHOT
+ 0.0.2
../pom.xml
@@ -90,7 +90,7 @@
org.jboss.intersmash.test
deployments-provider
- 0.0.2.DR1-SNAPSHOT
+ 0.0.2
test
diff --git a/examples/ws-bootable-jar-example/jaxws/pom.xml b/examples/ws-bootable-jar-example/jaxws/pom.xml
index 4b6fac43..0516a1e3 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.DR1-SNAPSHOT
+ 0.0.2
../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 5a856e7d..a1f8b30d 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.DR1-SNAPSHOT";
+ private String VERSION = "0.0.2";
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 5f694c3a..427da09a 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.DR1-SNAPSHOT
+ 0.0.2
../pom.xml
ws-bootable-jar-example
diff --git a/examples/wstrust/pom.xml b/examples/wstrust/pom.xml
index e5087e21..027450ff 100644
--- a/examples/wstrust/pom.xml
+++ b/examples/wstrust/pom.xml
@@ -6,7 +6,7 @@
org.jboss.intersmash.examples
intersmash-examples
- 0.0.2.DR1-SNAPSHOT
+ 0.0.2
../pom.xml
wstrust-parent
diff --git a/examples/wstrust/service/pom.xml b/examples/wstrust/service/pom.xml
index 68d45812..e40c6c45 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.DR1-SNAPSHOT
+ 0.0.2
../pom.xml
diff --git a/examples/wstrust/shared/pom.xml b/examples/wstrust/shared/pom.xml
index b49999cc..73da2659 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.DR1-SNAPSHOT
+ 0.0.2
../pom.xml
diff --git a/examples/wstrust/sts/pom.xml b/examples/wstrust/sts/pom.xml
index d583005b..19cb8da2 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.DR1-SNAPSHOT
+ 0.0.2
../pom.xml
diff --git a/examples/wstrust/test/pom.xml b/examples/wstrust/test/pom.xml
index a08ccf89..a8514421 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.DR1-SNAPSHOT
+ 0.0.2
../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 84b55610..93d4c548 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.DR1-SNAPSHOT";
+ private String VERSION = "0.0.2";
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 bb226d26..9da7794d 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.DR1-SNAPSHOT";
+ private String VERSION = "0.0.2";
static final String BOOTABLE_JAR_ARTIFACT_PACKAGING = "jar";
static final String ARTIFACT_CLASSIFIER = "bootable-openshift";
diff --git a/pom.xml b/pom.xml
index a3668cdd..bcd07597 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
org.jboss.intersmash
intersmash-parent
- 0.0.2.DR1-SNAPSHOT
+ 0.0.2
pom
Intersmash Parent: Aggregator
diff --git a/provisioners/pom.xml b/provisioners/pom.xml
index a85eba6d..726d20d1 100644
--- a/provisioners/pom.xml
+++ b/provisioners/pom.xml
@@ -6,7 +6,7 @@
intersmash-parent
org.jboss.intersmash
- 0.0.2.DR1-SNAPSHOT
+ 0.0.2
../pom.xml
intersmash-provisioners
diff --git a/testsuite/deployments/deployments-provider/pom.xml b/testsuite/deployments/deployments-provider/pom.xml
index c4321787..fe59936c 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.DR1-SNAPSHOT
+ 0.0.2
../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 3f611f45..4298a7ae 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.DR1-SNAPSHOT
+ 0.0.2
../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 6decf024..2c948d20 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.DR1-SNAPSHOT
+ 0.0.2
../pom.xml
diff --git a/testsuite/deployments/eap7-shared/pom.xml b/testsuite/deployments/eap7-shared/pom.xml
index 1a16fd18..9d16db5e 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.DR1-SNAPSHOT
+ 0.0.2
../pom.xml
pom
diff --git a/testsuite/deployments/openshift-jakarta-sample-standalone/pom.xml b/testsuite/deployments/openshift-jakarta-sample-standalone/pom.xml
index 8b64b53a..73ebf326 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.DR1-SNAPSHOT
+ 0.0.2
war
Intersmash Test Deployments: OpenShift Jakarta Sample standalone deployment
diff --git a/testsuite/deployments/pom.xml b/testsuite/deployments/pom.xml
index e7551c93..7f8dcbd3 100644
--- a/testsuite/deployments/pom.xml
+++ b/testsuite/deployments/pom.xml
@@ -6,7 +6,7 @@
org.jboss.intersmash.test
intersmash-testsuite
- 0.0.2.DR1-SNAPSHOT
+ 0.0.2
../pom.xml
test-deployments
diff --git a/testsuite/deployments/wildfly-shared/pom.xml b/testsuite/deployments/wildfly-shared/pom.xml
index 3adf2a73..bc618e09 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.DR1-SNAPSHOT
+ 0.0.2
../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 dcf127db..38ca3c97 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.DR1-SNAPSHOT
+ 0.0.2
../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 dd24bbe6..35a4c13d 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.DR1-SNAPSHOT
+ 0.0.2
../pom.xml
diff --git a/testsuite/integration-tests/pom.xml b/testsuite/integration-tests/pom.xml
index 28385b23..12f3b315 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.DR1-SNAPSHOT
+ 0.0.2
../pom.xml
integration-tests
diff --git a/testsuite/integration-tests/src/test/java/org/jboss/intersmash/testsuite/provision/openshift/ProvisionerCleanupTestCase.java b/testsuite/integration-tests/src/test/java/org/jboss/intersmash/testsuite/provision/openshift/ProvisionerCleanupTestCase.java
index 73c9467b..a9808c00 100644
--- a/testsuite/integration-tests/src/test/java/org/jboss/intersmash/testsuite/provision/openshift/ProvisionerCleanupTestCase.java
+++ b/testsuite/integration-tests/src/test/java/org/jboss/intersmash/testsuite/provision/openshift/ProvisionerCleanupTestCase.java
@@ -82,8 +82,7 @@ private static Stream provisionerProvider() {
, new RhSsoTemplateOpenShiftProvisioner(OpenShiftProvisionerTestBase.getHttpsRhSso())
// RHBK
, new KeycloakOperatorProvisioner(
- OpenShiftProvisionerTestBase.getKeycloakOperatorApplication())
- );
+ OpenShiftProvisionerTestBase.getKeycloakOperatorApplication()));
} else {
throw new IllegalStateException(
String.format("Unknown Intersmash test suite execution profile: %s",
diff --git a/testsuite/pom.xml b/testsuite/pom.xml
index 63cd3b0d..d43b22d8 100644
--- a/testsuite/pom.xml
+++ b/testsuite/pom.xml
@@ -6,7 +6,7 @@
org.jboss.intersmash
intersmash-parent
- 0.0.2.DR1-SNAPSHOT
+ 0.0.2
../pom.xml