diff --git a/core/pom.xml b/core/pom.xml
index 9ef8148c7..39934f6e1 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -6,7 +6,7 @@
intersmash-parent
org.jboss.intersmash
- 0.0.1-SNAPSHOT
+ 0.0.1
../pom.xml
intersmash-core
diff --git a/examples/pom.xml b/examples/pom.xml
index 88c50f45b..5bdad7dcd 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -6,7 +6,7 @@
org.jboss.intersmash
intersmash-parent
- 0.0.1-SNAPSHOT
+ 0.0.1
../pom.xml
org.jboss.intersmash.examples
diff --git a/examples/ws-bootable-jar-example/jaxws/pom.xml b/examples/ws-bootable-jar-example/jaxws/pom.xml
index 6973776ce..a9e0cd814 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.1-SNAPSHOT
+ 0.0.1
../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 2bc93fd79..370e67e45 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.1-SNAPSHOT";
+ private String VERSION = "0.0.1";
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 dfb27405c..759fdc4df 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.1-SNAPSHOT
+ 0.0.1
../pom.xml
ws-bootable-jar-example
diff --git a/examples/wstrust/pom.xml b/examples/wstrust/pom.xml
index ce5e587f7..93c3100be 100644
--- a/examples/wstrust/pom.xml
+++ b/examples/wstrust/pom.xml
@@ -6,7 +6,7 @@
org.jboss.intersmash.examples
intersmash-examples
- 0.0.1-SNAPSHOT
+ 0.0.1
../pom.xml
wstrust-parent
diff --git a/examples/wstrust/service/pom.xml b/examples/wstrust/service/pom.xml
index 705f3ef95..3394c92c1 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.1-SNAPSHOT
+ 0.0.1
../pom.xml
diff --git a/examples/wstrust/shared/pom.xml b/examples/wstrust/shared/pom.xml
index 87f1982f2..3bcc3b7b6 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.1-SNAPSHOT
+ 0.0.1
../pom.xml
diff --git a/examples/wstrust/sts/pom.xml b/examples/wstrust/sts/pom.xml
index 94d72f740..66d86e2ee 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.1-SNAPSHOT
+ 0.0.1
../pom.xml
diff --git a/examples/wstrust/test/pom.xml b/examples/wstrust/test/pom.xml
index 3be03ed79..c25f627f7 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.1-SNAPSHOT
+ 0.0.1
../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 8c36d42c9..9ecf6c361 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.1-SNAPSHOT";
+ private String VERSION = "0.0.1";
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 0e9978904..4642b2718 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.1-SNAPSHOT";
+ private String VERSION = "0.0.1";
static final String BOOTABLE_JAR_ARTIFACT_PACKAGING = "jar";
static final String ARTIFACT_CLASSIFIER = "bootable-openshift";
diff --git a/pom.xml b/pom.xml
index ea9dac493..de8958a00 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
org.jboss.intersmash
intersmash-parent
- 0.0.1-SNAPSHOT
+ 0.0.1
pom
Intersmash Parent: Aggregator
diff --git a/provisioners/pom.xml b/provisioners/pom.xml
index cb24ae011..2260a7ae8 100644
--- a/provisioners/pom.xml
+++ b/provisioners/pom.xml
@@ -6,7 +6,7 @@
intersmash-parent
org.jboss.intersmash
- 0.0.1-SNAPSHOT
+ 0.0.1
../pom.xml
intersmash-provisioners
diff --git a/testsuite/deployments/deployments-provider/pom.xml b/testsuite/deployments/deployments-provider/pom.xml
index b902f57ee..fff9701f7 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.1-SNAPSHOT
+ 0.0.1
../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 875f52976..5bdc6185a 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.1-SNAPSHOT
+ 0.0.1
../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 c1a39f6cf..5d9667d41 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.1-SNAPSHOT
+ 0.0.1
../pom.xml
diff --git a/testsuite/deployments/eap7-shared/pom.xml b/testsuite/deployments/eap7-shared/pom.xml
index 317aceab9..7e260d2bd 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.1-SNAPSHOT
+ 0.0.1
../pom.xml
pom
diff --git a/testsuite/deployments/openshift-jakarta-sample-standalone/pom.xml b/testsuite/deployments/openshift-jakarta-sample-standalone/pom.xml
index d1b71ccde..f9ac5b80b 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.1-SNAPSHOT
+ 0.0.1
war
Intersmash Test Deployments: OpenShift Jakarta Sample standalone deployment
diff --git a/testsuite/deployments/pom.xml b/testsuite/deployments/pom.xml
index 73a1832e7..0a1c5c664 100644
--- a/testsuite/deployments/pom.xml
+++ b/testsuite/deployments/pom.xml
@@ -6,7 +6,7 @@
org.jboss.intersmash.test
intersmash-testsuite
- 0.0.1-SNAPSHOT
+ 0.0.1
../pom.xml
test-deployments
diff --git a/testsuite/deployments/wildfly-shared/pom.xml b/testsuite/deployments/wildfly-shared/pom.xml
index 11f7fc6b8..c87db04e4 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.1-SNAPSHOT
+ 0.0.1
../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 3a0d7bfb8..444c0fde4 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.1-SNAPSHOT
+ 0.0.1
../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 780c42990..8725e7d2e 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.1-SNAPSHOT
+ 0.0.1
../pom.xml
diff --git a/testsuite/integration-tests/pom.xml b/testsuite/integration-tests/pom.xml
index 07c52bcbe..a2f1b5f41 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.1-SNAPSHOT
+ 0.0.1
../pom.xml
integration-tests
diff --git a/testsuite/pom.xml b/testsuite/pom.xml
index d2d1a3ffb..7993faea2 100644
--- a/testsuite/pom.xml
+++ b/testsuite/pom.xml
@@ -6,7 +6,7 @@
org.jboss.intersmash
intersmash-parent
- 0.0.1-SNAPSHOT
+ 0.0.1
../pom.xml