diff --git a/catalog/citrus-bom/pom.xml b/catalog/citrus-bom/pom.xml
index 08f8fab7ff..382899b380 100644
--- a/catalog/citrus-bom/pom.xml
+++ b/catalog/citrus-bom/pom.xml
@@ -20,7 +20,7 @@
org.citrusframework
citrus-bom
- 4.0.0-SNAPSHOT
+ 4.0.0
pom
Citrus :: Catalog :: BOM
This Bill of Materials POM can be used to ease dependency management when referencing multiple Citrus artifacts using Gradle or Maven
diff --git a/catalog/citrus-core/pom.xml b/catalog/citrus-core/pom.xml
index e434de91a3..af2a4a81b2 100644
--- a/catalog/citrus-core/pom.xml
+++ b/catalog/citrus-core/pom.xml
@@ -5,7 +5,7 @@
citrus-catalog
org.citrusframework
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
diff --git a/catalog/citrus-endpoint-catalog/pom.xml b/catalog/citrus-endpoint-catalog/pom.xml
index 92c427d280..cb1e126c10 100644
--- a/catalog/citrus-endpoint-catalog/pom.xml
+++ b/catalog/citrus-endpoint-catalog/pom.xml
@@ -5,7 +5,7 @@
citrus-catalog
org.citrusframework
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
diff --git a/catalog/pom.xml b/catalog/pom.xml
index 5abb25cc99..c7ecadcfdb 100644
--- a/catalog/pom.xml
+++ b/catalog/pom.xml
@@ -5,7 +5,7 @@
citrus
org.citrusframework
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
diff --git a/connectors/citrus-docker/pom.xml b/connectors/citrus-docker/pom.xml
index 89bd61f1e6..0509434c16 100644
--- a/connectors/citrus-docker/pom.xml
+++ b/connectors/citrus-docker/pom.xml
@@ -5,7 +5,7 @@
citrus-connectors
org.citrusframework
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
diff --git a/connectors/citrus-docker/src/main/resources/org/citrusframework/schema/citrus-docker-config-4.0.0-SNAPSHOT.xsd b/connectors/citrus-docker/src/main/resources/org/citrusframework/schema/citrus-docker-config-4.0.0.xsd
similarity index 100%
rename from connectors/citrus-docker/src/main/resources/org/citrusframework/schema/citrus-docker-config-4.0.0-SNAPSHOT.xsd
rename to connectors/citrus-docker/src/main/resources/org/citrusframework/schema/citrus-docker-config-4.0.0.xsd
diff --git a/connectors/citrus-docker/src/main/resources/org/citrusframework/schema/citrus-docker-testcase-4.0.0-SNAPSHOT.xsd b/connectors/citrus-docker/src/main/resources/org/citrusframework/schema/citrus-docker-testcase-4.0.0.xsd
similarity index 100%
rename from connectors/citrus-docker/src/main/resources/org/citrusframework/schema/citrus-docker-testcase-4.0.0-SNAPSHOT.xsd
rename to connectors/citrus-docker/src/main/resources/org/citrusframework/schema/citrus-docker-testcase-4.0.0.xsd
diff --git a/connectors/citrus-kubernetes/pom.xml b/connectors/citrus-kubernetes/pom.xml
index 4a4af0c17f..fe8d614f18 100644
--- a/connectors/citrus-kubernetes/pom.xml
+++ b/connectors/citrus-kubernetes/pom.xml
@@ -5,7 +5,7 @@
citrus-connectors
org.citrusframework
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
diff --git a/connectors/citrus-kubernetes/src/main/resources/org/citrusframework/schema/citrus-kubernetes-config-4.0.0-SNAPSHOT.xsd b/connectors/citrus-kubernetes/src/main/resources/org/citrusframework/schema/citrus-kubernetes-config-4.0.0.xsd
similarity index 100%
rename from connectors/citrus-kubernetes/src/main/resources/org/citrusframework/schema/citrus-kubernetes-config-4.0.0-SNAPSHOT.xsd
rename to connectors/citrus-kubernetes/src/main/resources/org/citrusframework/schema/citrus-kubernetes-config-4.0.0.xsd
diff --git a/connectors/citrus-kubernetes/src/main/resources/org/citrusframework/schema/citrus-kubernetes-testcase-4.0.0-SNAPSHOT.xsd b/connectors/citrus-kubernetes/src/main/resources/org/citrusframework/schema/citrus-kubernetes-testcase-4.0.0.xsd
similarity index 100%
rename from connectors/citrus-kubernetes/src/main/resources/org/citrusframework/schema/citrus-kubernetes-testcase-4.0.0-SNAPSHOT.xsd
rename to connectors/citrus-kubernetes/src/main/resources/org/citrusframework/schema/citrus-kubernetes-testcase-4.0.0.xsd
diff --git a/connectors/citrus-selenium/pom.xml b/connectors/citrus-selenium/pom.xml
index 85ca7fb851..8c9d8080ca 100644
--- a/connectors/citrus-selenium/pom.xml
+++ b/connectors/citrus-selenium/pom.xml
@@ -5,7 +5,7 @@
citrus-connectors
org.citrusframework
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
diff --git a/connectors/citrus-selenium/src/main/resources/org/citrusframework/schema/citrus-selenium-config-4.0.0-SNAPSHOT.xsd b/connectors/citrus-selenium/src/main/resources/org/citrusframework/schema/citrus-selenium-config-4.0.0.xsd
similarity index 100%
rename from connectors/citrus-selenium/src/main/resources/org/citrusframework/schema/citrus-selenium-config-4.0.0-SNAPSHOT.xsd
rename to connectors/citrus-selenium/src/main/resources/org/citrusframework/schema/citrus-selenium-config-4.0.0.xsd
diff --git a/connectors/citrus-selenium/src/main/resources/org/citrusframework/schema/citrus-selenium-testcase-4.0.0-SNAPSHOT.xsd b/connectors/citrus-selenium/src/main/resources/org/citrusframework/schema/citrus-selenium-testcase-4.0.0.xsd
similarity index 100%
rename from connectors/citrus-selenium/src/main/resources/org/citrusframework/schema/citrus-selenium-testcase-4.0.0-SNAPSHOT.xsd
rename to connectors/citrus-selenium/src/main/resources/org/citrusframework/schema/citrus-selenium-testcase-4.0.0.xsd
diff --git a/connectors/citrus-sql/pom.xml b/connectors/citrus-sql/pom.xml
index 96cc511a1d..a760792847 100644
--- a/connectors/citrus-sql/pom.xml
+++ b/connectors/citrus-sql/pom.xml
@@ -5,7 +5,7 @@
citrus-connectors
org.citrusframework
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
diff --git a/connectors/pom.xml b/connectors/pom.xml
index 871134af37..61df18247b 100644
--- a/connectors/pom.xml
+++ b/connectors/pom.xml
@@ -5,7 +5,7 @@
citrus
org.citrusframework
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
diff --git a/core/citrus-api/pom.xml b/core/citrus-api/pom.xml
index 537a27db6d..007a409886 100644
--- a/core/citrus-api/pom.xml
+++ b/core/citrus-api/pom.xml
@@ -5,7 +5,7 @@
citrus-core-parent
org.citrusframework
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
diff --git a/core/citrus-base/pom.xml b/core/citrus-base/pom.xml
index c97b93d811..36d15947dc 100644
--- a/core/citrus-base/pom.xml
+++ b/core/citrus-base/pom.xml
@@ -5,7 +5,7 @@
citrus-core-parent
org.citrusframework
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
diff --git a/core/citrus-spring/pom.xml b/core/citrus-spring/pom.xml
index f3259a8c0b..daa1e19fb6 100644
--- a/core/citrus-spring/pom.xml
+++ b/core/citrus-spring/pom.xml
@@ -5,7 +5,7 @@
citrus-core-parent
org.citrusframework
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
diff --git a/core/citrus-spring/src/main/resources/org/citrusframework/schema/citrus-config-4.0.0-SNAPSHOT.xsd b/core/citrus-spring/src/main/resources/org/citrusframework/schema/citrus-config-4.0.0.xsd
similarity index 100%
rename from core/citrus-spring/src/main/resources/org/citrusframework/schema/citrus-config-4.0.0-SNAPSHOT.xsd
rename to core/citrus-spring/src/main/resources/org/citrusframework/schema/citrus-config-4.0.0.xsd
diff --git a/core/citrus-spring/src/main/resources/org/citrusframework/schema/citrus-testcase-4.0.0-SNAPSHOT.xsd b/core/citrus-spring/src/main/resources/org/citrusframework/schema/citrus-testcase-4.0.0.xsd
similarity index 100%
rename from core/citrus-spring/src/main/resources/org/citrusframework/schema/citrus-testcase-4.0.0-SNAPSHOT.xsd
rename to core/citrus-spring/src/main/resources/org/citrusframework/schema/citrus-testcase-4.0.0.xsd
diff --git a/core/pom.xml b/core/pom.xml
index 7aeea25034..eb77fe97d6 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -5,7 +5,7 @@
citrus
org.citrusframework
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
diff --git a/endpoints/citrus-camel/pom.xml b/endpoints/citrus-camel/pom.xml
index 04889fdd14..f312255fa7 100644
--- a/endpoints/citrus-camel/pom.xml
+++ b/endpoints/citrus-camel/pom.xml
@@ -5,7 +5,7 @@
citrus-endpoints
org.citrusframework
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
diff --git a/endpoints/citrus-camel/src/main/resources/org/citrusframework/schema/citrus-camel-config-4.0.0-SNAPSHOT.xsd b/endpoints/citrus-camel/src/main/resources/org/citrusframework/schema/citrus-camel-config-4.0.0.xsd
similarity index 100%
rename from endpoints/citrus-camel/src/main/resources/org/citrusframework/schema/citrus-camel-config-4.0.0-SNAPSHOT.xsd
rename to endpoints/citrus-camel/src/main/resources/org/citrusframework/schema/citrus-camel-config-4.0.0.xsd
diff --git a/endpoints/citrus-camel/src/main/resources/org/citrusframework/schema/citrus-camel-testcase-4.0.0-SNAPSHOT.xsd b/endpoints/citrus-camel/src/main/resources/org/citrusframework/schema/citrus-camel-testcase-4.0.0.xsd
similarity index 100%
rename from endpoints/citrus-camel/src/main/resources/org/citrusframework/schema/citrus-camel-testcase-4.0.0-SNAPSHOT.xsd
rename to endpoints/citrus-camel/src/main/resources/org/citrusframework/schema/citrus-camel-testcase-4.0.0.xsd
diff --git a/endpoints/citrus-ftp/pom.xml b/endpoints/citrus-ftp/pom.xml
index 1c5a8267f2..2d9060a8bb 100644
--- a/endpoints/citrus-ftp/pom.xml
+++ b/endpoints/citrus-ftp/pom.xml
@@ -5,7 +5,7 @@
citrus-endpoints
org.citrusframework
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
diff --git a/endpoints/citrus-ftp/src/main/resources/org/citrusframework/schema/citrus-ftp-config-4.0.0-SNAPSHOT.xsd b/endpoints/citrus-ftp/src/main/resources/org/citrusframework/schema/citrus-ftp-config-4.0.0.xsd
similarity index 100%
rename from endpoints/citrus-ftp/src/main/resources/org/citrusframework/schema/citrus-ftp-config-4.0.0-SNAPSHOT.xsd
rename to endpoints/citrus-ftp/src/main/resources/org/citrusframework/schema/citrus-ftp-config-4.0.0.xsd
diff --git a/endpoints/citrus-ftp/src/main/resources/org/citrusframework/schema/citrus-ftp-message-4.0.0-SNAPSHOT.xsd b/endpoints/citrus-ftp/src/main/resources/org/citrusframework/schema/citrus-ftp-message-4.0.0.xsd
similarity index 100%
rename from endpoints/citrus-ftp/src/main/resources/org/citrusframework/schema/citrus-ftp-message-4.0.0-SNAPSHOT.xsd
rename to endpoints/citrus-ftp/src/main/resources/org/citrusframework/schema/citrus-ftp-message-4.0.0.xsd
diff --git a/endpoints/citrus-ftp/src/main/resources/org/citrusframework/schema/citrus-scp-config-4.0.0-SNAPSHOT.xsd b/endpoints/citrus-ftp/src/main/resources/org/citrusframework/schema/citrus-scp-config-4.0.0.xsd
similarity index 100%
rename from endpoints/citrus-ftp/src/main/resources/org/citrusframework/schema/citrus-scp-config-4.0.0-SNAPSHOT.xsd
rename to endpoints/citrus-ftp/src/main/resources/org/citrusframework/schema/citrus-scp-config-4.0.0.xsd
diff --git a/endpoints/citrus-ftp/src/main/resources/org/citrusframework/schema/citrus-sftp-config-4.0.0-SNAPSHOT.xsd b/endpoints/citrus-ftp/src/main/resources/org/citrusframework/schema/citrus-sftp-config-4.0.0.xsd
similarity index 100%
rename from endpoints/citrus-ftp/src/main/resources/org/citrusframework/schema/citrus-sftp-config-4.0.0-SNAPSHOT.xsd
rename to endpoints/citrus-ftp/src/main/resources/org/citrusframework/schema/citrus-sftp-config-4.0.0.xsd
diff --git a/endpoints/citrus-http/pom.xml b/endpoints/citrus-http/pom.xml
index 1a69ec95ae..847ed695ee 100644
--- a/endpoints/citrus-http/pom.xml
+++ b/endpoints/citrus-http/pom.xml
@@ -5,7 +5,7 @@
citrus-endpoints
org.citrusframework
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
diff --git a/endpoints/citrus-http/src/main/resources/org/citrusframework/schema/citrus-http-config-4.0.0-SNAPSHOT.xsd b/endpoints/citrus-http/src/main/resources/org/citrusframework/schema/citrus-http-config-4.0.0.xsd
similarity index 100%
rename from endpoints/citrus-http/src/main/resources/org/citrusframework/schema/citrus-http-config-4.0.0-SNAPSHOT.xsd
rename to endpoints/citrus-http/src/main/resources/org/citrusframework/schema/citrus-http-config-4.0.0.xsd
diff --git a/endpoints/citrus-http/src/main/resources/org/citrusframework/schema/citrus-http-message-4.0.0-SNAPSHOT.xsd b/endpoints/citrus-http/src/main/resources/org/citrusframework/schema/citrus-http-message-4.0.0.xsd
similarity index 100%
rename from endpoints/citrus-http/src/main/resources/org/citrusframework/schema/citrus-http-message-4.0.0-SNAPSHOT.xsd
rename to endpoints/citrus-http/src/main/resources/org/citrusframework/schema/citrus-http-message-4.0.0.xsd
diff --git a/endpoints/citrus-http/src/main/resources/org/citrusframework/schema/citrus-http-testcase-4.0.0-SNAPSHOT.xsd b/endpoints/citrus-http/src/main/resources/org/citrusframework/schema/citrus-http-testcase-4.0.0.xsd
similarity index 100%
rename from endpoints/citrus-http/src/main/resources/org/citrusframework/schema/citrus-http-testcase-4.0.0-SNAPSHOT.xsd
rename to endpoints/citrus-http/src/main/resources/org/citrusframework/schema/citrus-http-testcase-4.0.0.xsd
diff --git a/endpoints/citrus-jms/pom.xml b/endpoints/citrus-jms/pom.xml
index d6b81efc71..a2cf63d19e 100644
--- a/endpoints/citrus-jms/pom.xml
+++ b/endpoints/citrus-jms/pom.xml
@@ -5,7 +5,7 @@
citrus-endpoints
org.citrusframework
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
diff --git a/endpoints/citrus-jms/src/main/resources/org/citrusframework/schema/citrus-jms-config-4.0.0-SNAPSHOT.xsd b/endpoints/citrus-jms/src/main/resources/org/citrusframework/schema/citrus-jms-config-4.0.0.xsd
similarity index 100%
rename from endpoints/citrus-jms/src/main/resources/org/citrusframework/schema/citrus-jms-config-4.0.0-SNAPSHOT.xsd
rename to endpoints/citrus-jms/src/main/resources/org/citrusframework/schema/citrus-jms-config-4.0.0.xsd
diff --git a/endpoints/citrus-jms/src/main/resources/org/citrusframework/schema/citrus-jms-testcase-4.0.0-SNAPSHOT.xsd b/endpoints/citrus-jms/src/main/resources/org/citrusframework/schema/citrus-jms-testcase-4.0.0.xsd
similarity index 100%
rename from endpoints/citrus-jms/src/main/resources/org/citrusframework/schema/citrus-jms-testcase-4.0.0-SNAPSHOT.xsd
rename to endpoints/citrus-jms/src/main/resources/org/citrusframework/schema/citrus-jms-testcase-4.0.0.xsd
diff --git a/endpoints/citrus-jmx/pom.xml b/endpoints/citrus-jmx/pom.xml
index dce1eb2a80..a6172955ca 100644
--- a/endpoints/citrus-jmx/pom.xml
+++ b/endpoints/citrus-jmx/pom.xml
@@ -5,7 +5,7 @@
citrus-endpoints
org.citrusframework
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
diff --git a/endpoints/citrus-jmx/src/main/resources/org/citrusframework/schema/citrus-jmx-config-4.0.0-SNAPSHOT.xsd b/endpoints/citrus-jmx/src/main/resources/org/citrusframework/schema/citrus-jmx-config-4.0.0.xsd
similarity index 100%
rename from endpoints/citrus-jmx/src/main/resources/org/citrusframework/schema/citrus-jmx-config-4.0.0-SNAPSHOT.xsd
rename to endpoints/citrus-jmx/src/main/resources/org/citrusframework/schema/citrus-jmx-config-4.0.0.xsd
diff --git a/endpoints/citrus-jmx/src/main/resources/org/citrusframework/schema/citrus-jmx-message-4.0.0-SNAPSHOT.xsd b/endpoints/citrus-jmx/src/main/resources/org/citrusframework/schema/citrus-jmx-message-4.0.0.xsd
similarity index 100%
rename from endpoints/citrus-jmx/src/main/resources/org/citrusframework/schema/citrus-jmx-message-4.0.0-SNAPSHOT.xsd
rename to endpoints/citrus-jmx/src/main/resources/org/citrusframework/schema/citrus-jmx-message-4.0.0.xsd
diff --git a/endpoints/citrus-kafka/pom.xml b/endpoints/citrus-kafka/pom.xml
index 8fd47b27fc..d224130309 100644
--- a/endpoints/citrus-kafka/pom.xml
+++ b/endpoints/citrus-kafka/pom.xml
@@ -5,7 +5,7 @@
citrus-endpoints
org.citrusframework
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
diff --git a/endpoints/citrus-kafka/src/main/resources/org/citrusframework/schema/citrus-kafka-config-4.0.0-SNAPSHOT.xsd b/endpoints/citrus-kafka/src/main/resources/org/citrusframework/schema/citrus-kafka-config-4.0.0.xsd
similarity index 100%
rename from endpoints/citrus-kafka/src/main/resources/org/citrusframework/schema/citrus-kafka-config-4.0.0-SNAPSHOT.xsd
rename to endpoints/citrus-kafka/src/main/resources/org/citrusframework/schema/citrus-kafka-config-4.0.0.xsd
diff --git a/endpoints/citrus-kafka/src/main/resources/org/citrusframework/schema/citrus-kafka-testcase-4.0.0-SNAPSHOT.xsd b/endpoints/citrus-kafka/src/main/resources/org/citrusframework/schema/citrus-kafka-testcase-4.0.0.xsd
similarity index 100%
rename from endpoints/citrus-kafka/src/main/resources/org/citrusframework/schema/citrus-kafka-testcase-4.0.0-SNAPSHOT.xsd
rename to endpoints/citrus-kafka/src/main/resources/org/citrusframework/schema/citrus-kafka-testcase-4.0.0.xsd
diff --git a/endpoints/citrus-mail/pom.xml b/endpoints/citrus-mail/pom.xml
index 89e917d6d6..e9c60e1567 100644
--- a/endpoints/citrus-mail/pom.xml
+++ b/endpoints/citrus-mail/pom.xml
@@ -5,7 +5,7 @@
citrus-endpoints
org.citrusframework
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
diff --git a/endpoints/citrus-mail/src/main/resources/org/citrusframework/schema/citrus-mail-config-4.0.0-SNAPSHOT.xsd b/endpoints/citrus-mail/src/main/resources/org/citrusframework/schema/citrus-mail-config-4.0.0.xsd
similarity index 100%
rename from endpoints/citrus-mail/src/main/resources/org/citrusframework/schema/citrus-mail-config-4.0.0-SNAPSHOT.xsd
rename to endpoints/citrus-mail/src/main/resources/org/citrusframework/schema/citrus-mail-config-4.0.0.xsd
diff --git a/endpoints/citrus-mail/src/main/resources/org/citrusframework/schema/citrus-mail-message-4.0.0-SNAPSHOT.xsd b/endpoints/citrus-mail/src/main/resources/org/citrusframework/schema/citrus-mail-message-4.0.0.xsd
similarity index 100%
rename from endpoints/citrus-mail/src/main/resources/org/citrusframework/schema/citrus-mail-message-4.0.0-SNAPSHOT.xsd
rename to endpoints/citrus-mail/src/main/resources/org/citrusframework/schema/citrus-mail-message-4.0.0.xsd
diff --git a/endpoints/citrus-rmi/pom.xml b/endpoints/citrus-rmi/pom.xml
index 4d5e29d906..e731d22013 100644
--- a/endpoints/citrus-rmi/pom.xml
+++ b/endpoints/citrus-rmi/pom.xml
@@ -5,7 +5,7 @@
citrus-endpoints
org.citrusframework
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
diff --git a/endpoints/citrus-rmi/src/main/resources/org/citrusframework/schema/citrus-rmi-config-4.0.0-SNAPSHOT.xsd b/endpoints/citrus-rmi/src/main/resources/org/citrusframework/schema/citrus-rmi-config-4.0.0.xsd
similarity index 100%
rename from endpoints/citrus-rmi/src/main/resources/org/citrusframework/schema/citrus-rmi-config-4.0.0-SNAPSHOT.xsd
rename to endpoints/citrus-rmi/src/main/resources/org/citrusframework/schema/citrus-rmi-config-4.0.0.xsd
diff --git a/endpoints/citrus-rmi/src/main/resources/org/citrusframework/schema/citrus-rmi-message-4.0.0-SNAPSHOT.xsd b/endpoints/citrus-rmi/src/main/resources/org/citrusframework/schema/citrus-rmi-message-4.0.0.xsd
similarity index 100%
rename from endpoints/citrus-rmi/src/main/resources/org/citrusframework/schema/citrus-rmi-message-4.0.0-SNAPSHOT.xsd
rename to endpoints/citrus-rmi/src/main/resources/org/citrusframework/schema/citrus-rmi-message-4.0.0.xsd
diff --git a/endpoints/citrus-spring-integration/pom.xml b/endpoints/citrus-spring-integration/pom.xml
index 5845d1d1c8..8fa40729f8 100644
--- a/endpoints/citrus-spring-integration/pom.xml
+++ b/endpoints/citrus-spring-integration/pom.xml
@@ -5,7 +5,7 @@
citrus-endpoints
org.citrusframework
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
diff --git a/endpoints/citrus-spring-integration/src/main/resources/org/citrusframework/schema/citrus-spring-integration-config-4.0.0-SNAPSHOT.xsd b/endpoints/citrus-spring-integration/src/main/resources/org/citrusframework/schema/citrus-spring-integration-config-4.0.0.xsd
similarity index 100%
rename from endpoints/citrus-spring-integration/src/main/resources/org/citrusframework/schema/citrus-spring-integration-config-4.0.0-SNAPSHOT.xsd
rename to endpoints/citrus-spring-integration/src/main/resources/org/citrusframework/schema/citrus-spring-integration-config-4.0.0.xsd
diff --git a/endpoints/citrus-spring-integration/src/main/resources/org/citrusframework/schema/citrus-spring-integration-testcase-4.0.0-SNAPSHOT.xsd b/endpoints/citrus-spring-integration/src/main/resources/org/citrusframework/schema/citrus-spring-integration-testcase-4.0.0.xsd
similarity index 100%
rename from endpoints/citrus-spring-integration/src/main/resources/org/citrusframework/schema/citrus-spring-integration-testcase-4.0.0-SNAPSHOT.xsd
rename to endpoints/citrus-spring-integration/src/main/resources/org/citrusframework/schema/citrus-spring-integration-testcase-4.0.0.xsd
diff --git a/endpoints/citrus-ssh/pom.xml b/endpoints/citrus-ssh/pom.xml
index 37d2d166fb..c175841f97 100644
--- a/endpoints/citrus-ssh/pom.xml
+++ b/endpoints/citrus-ssh/pom.xml
@@ -5,7 +5,7 @@
citrus-endpoints
org.citrusframework
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
diff --git a/endpoints/citrus-ssh/src/main/resources/org/citrusframework/schema/citrus-ssh-config-4.0.0-SNAPSHOT.xsd b/endpoints/citrus-ssh/src/main/resources/org/citrusframework/schema/citrus-ssh-config-4.0.0.xsd
similarity index 100%
rename from endpoints/citrus-ssh/src/main/resources/org/citrusframework/schema/citrus-ssh-config-4.0.0-SNAPSHOT.xsd
rename to endpoints/citrus-ssh/src/main/resources/org/citrusframework/schema/citrus-ssh-config-4.0.0.xsd
diff --git a/endpoints/citrus-ssh/src/main/resources/org/citrusframework/schema/citrus-ssh-message-4.0.0-SNAPSHOT.xsd b/endpoints/citrus-ssh/src/main/resources/org/citrusframework/schema/citrus-ssh-message-4.0.0.xsd
similarity index 100%
rename from endpoints/citrus-ssh/src/main/resources/org/citrusframework/schema/citrus-ssh-message-4.0.0-SNAPSHOT.xsd
rename to endpoints/citrus-ssh/src/main/resources/org/citrusframework/schema/citrus-ssh-message-4.0.0.xsd
diff --git a/endpoints/citrus-vertx/pom.xml b/endpoints/citrus-vertx/pom.xml
index b84a5fb625..5475893c6d 100644
--- a/endpoints/citrus-vertx/pom.xml
+++ b/endpoints/citrus-vertx/pom.xml
@@ -5,7 +5,7 @@
citrus-endpoints
org.citrusframework
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
diff --git a/endpoints/citrus-vertx/src/main/resources/org/citrusframework/schema/citrus-vertx-config-4.0.0-SNAPSHOT.xsd b/endpoints/citrus-vertx/src/main/resources/org/citrusframework/schema/citrus-vertx-config-4.0.0.xsd
similarity index 100%
rename from endpoints/citrus-vertx/src/main/resources/org/citrusframework/schema/citrus-vertx-config-4.0.0-SNAPSHOT.xsd
rename to endpoints/citrus-vertx/src/main/resources/org/citrusframework/schema/citrus-vertx-config-4.0.0.xsd
diff --git a/endpoints/citrus-websocket/pom.xml b/endpoints/citrus-websocket/pom.xml
index 8fa7a70532..0681e43e3c 100644
--- a/endpoints/citrus-websocket/pom.xml
+++ b/endpoints/citrus-websocket/pom.xml
@@ -5,7 +5,7 @@
citrus-endpoints
org.citrusframework
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
diff --git a/endpoints/citrus-websocket/src/main/resources/org/citrusframework/schema/citrus-websocket-config-4.0.0-SNAPSHOT.xsd b/endpoints/citrus-websocket/src/main/resources/org/citrusframework/schema/citrus-websocket-config-4.0.0.xsd
similarity index 100%
rename from endpoints/citrus-websocket/src/main/resources/org/citrusframework/schema/citrus-websocket-config-4.0.0-SNAPSHOT.xsd
rename to endpoints/citrus-websocket/src/main/resources/org/citrusframework/schema/citrus-websocket-config-4.0.0.xsd
diff --git a/endpoints/citrus-ws/pom.xml b/endpoints/citrus-ws/pom.xml
index d31da71692..5f3a1c858b 100644
--- a/endpoints/citrus-ws/pom.xml
+++ b/endpoints/citrus-ws/pom.xml
@@ -5,7 +5,7 @@
citrus-endpoints
org.citrusframework
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
diff --git a/endpoints/citrus-ws/src/main/resources/org/citrusframework/schema/citrus-ws-config-4.0.0-SNAPSHOT.xsd b/endpoints/citrus-ws/src/main/resources/org/citrusframework/schema/citrus-ws-config-4.0.0.xsd
similarity index 100%
rename from endpoints/citrus-ws/src/main/resources/org/citrusframework/schema/citrus-ws-config-4.0.0-SNAPSHOT.xsd
rename to endpoints/citrus-ws/src/main/resources/org/citrusframework/schema/citrus-ws-config-4.0.0.xsd
diff --git a/endpoints/citrus-ws/src/main/resources/org/citrusframework/schema/citrus-ws-testcase-4.0.0-SNAPSHOT.xsd b/endpoints/citrus-ws/src/main/resources/org/citrusframework/schema/citrus-ws-testcase-4.0.0.xsd
similarity index 99%
rename from endpoints/citrus-ws/src/main/resources/org/citrusframework/schema/citrus-ws-testcase-4.0.0-SNAPSHOT.xsd
rename to endpoints/citrus-ws/src/main/resources/org/citrusframework/schema/citrus-ws-testcase-4.0.0.xsd
index a90f18618d..0beb5d8fef 100644
--- a/endpoints/citrus-ws/src/main/resources/org/citrusframework/schema/citrus-ws-testcase-4.0.0-SNAPSHOT.xsd
+++ b/endpoints/citrus-ws/src/main/resources/org/citrusframework/schema/citrus-ws-testcase-4.0.0.xsd
@@ -22,7 +22,7 @@
attributeFormDefault="unqualified">
+ schemaLocation="http://www.citrusframework.org/schema/testcase/citrus-testcase-4.0.0.xsd" />
diff --git a/endpoints/citrus-zookeeper/pom.xml b/endpoints/citrus-zookeeper/pom.xml
index b24c991453..c4e48b147d 100644
--- a/endpoints/citrus-zookeeper/pom.xml
+++ b/endpoints/citrus-zookeeper/pom.xml
@@ -5,7 +5,7 @@
citrus-endpoints
org.citrusframework
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
diff --git a/endpoints/citrus-zookeeper/src/main/resources/org/citrusframework/schema/citrus-zookeeper-config-4.0.0-SNAPSHOT.xsd b/endpoints/citrus-zookeeper/src/main/resources/org/citrusframework/schema/citrus-zookeeper-config-4.0.0.xsd
similarity index 100%
rename from endpoints/citrus-zookeeper/src/main/resources/org/citrusframework/schema/citrus-zookeeper-config-4.0.0-SNAPSHOT.xsd
rename to endpoints/citrus-zookeeper/src/main/resources/org/citrusframework/schema/citrus-zookeeper-config-4.0.0.xsd
diff --git a/endpoints/citrus-zookeeper/src/main/resources/org/citrusframework/schema/citrus-zookeeper-testcase-4.0.0-SNAPSHOT.xsd b/endpoints/citrus-zookeeper/src/main/resources/org/citrusframework/schema/citrus-zookeeper-testcase-4.0.0.xsd
similarity index 100%
rename from endpoints/citrus-zookeeper/src/main/resources/org/citrusframework/schema/citrus-zookeeper-testcase-4.0.0-SNAPSHOT.xsd
rename to endpoints/citrus-zookeeper/src/main/resources/org/citrusframework/schema/citrus-zookeeper-testcase-4.0.0.xsd
diff --git a/endpoints/pom.xml b/endpoints/pom.xml
index 70c64efea3..d3824467b4 100644
--- a/endpoints/pom.xml
+++ b/endpoints/pom.xml
@@ -5,7 +5,7 @@
citrus
org.citrusframework
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
diff --git a/pom.xml b/pom.xml
index d67ad46a79..55baee1bc7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
org.citrusframework
citrus
pom
- 4.0.0-SNAPSHOT
+ 4.0.0
Citrus
Citrus Test Framework
https://citrusframework.org
diff --git a/runtime/citrus-cucumber/pom.xml b/runtime/citrus-cucumber/pom.xml
index 4fdb1ba89b..f0f911d8f1 100644
--- a/runtime/citrus-cucumber/pom.xml
+++ b/runtime/citrus-cucumber/pom.xml
@@ -5,7 +5,7 @@
citrus-runtime
org.citrusframework
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
diff --git a/runtime/citrus-cucumber/src/main/resources/org/citrusframework/schema/citrus-cucumber-testcase-4.0.0-SNAPSHOT.xsd b/runtime/citrus-cucumber/src/main/resources/org/citrusframework/schema/citrus-cucumber-testcase-4.0.0.xsd
similarity index 97%
rename from runtime/citrus-cucumber/src/main/resources/org/citrusframework/schema/citrus-cucumber-testcase-4.0.0-SNAPSHOT.xsd
rename to runtime/citrus-cucumber/src/main/resources/org/citrusframework/schema/citrus-cucumber-testcase-4.0.0.xsd
index 75f7c8bd86..c49bb5865b 100644
--- a/runtime/citrus-cucumber/src/main/resources/org/citrusframework/schema/citrus-cucumber-testcase-4.0.0-SNAPSHOT.xsd
+++ b/runtime/citrus-cucumber/src/main/resources/org/citrusframework/schema/citrus-cucumber-testcase-4.0.0.xsd
@@ -22,7 +22,7 @@
attributeFormDefault="unqualified">
+ schemaLocation="http://www.citrusframework.org/schema/testcase/citrus-testcase-4.0.0.xsd" />
diff --git a/runtime/citrus-groovy/pom.xml b/runtime/citrus-groovy/pom.xml
index 51c21e7eb8..ee76c34cfe 100644
--- a/runtime/citrus-groovy/pom.xml
+++ b/runtime/citrus-groovy/pom.xml
@@ -5,7 +5,7 @@
citrus-runtime
org.citrusframework
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
diff --git a/runtime/citrus-junit/pom.xml b/runtime/citrus-junit/pom.xml
index 2abd827985..c4e7253ddf 100644
--- a/runtime/citrus-junit/pom.xml
+++ b/runtime/citrus-junit/pom.xml
@@ -5,7 +5,7 @@
citrus-runtime
org.citrusframework
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
diff --git a/runtime/citrus-junit5/pom.xml b/runtime/citrus-junit5/pom.xml
index 09c709c217..e0973dc2d2 100644
--- a/runtime/citrus-junit5/pom.xml
+++ b/runtime/citrus-junit5/pom.xml
@@ -5,7 +5,7 @@
citrus-runtime
org.citrusframework
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
diff --git a/runtime/citrus-main/pom.xml b/runtime/citrus-main/pom.xml
index 0ab643f95b..30cf038cf4 100644
--- a/runtime/citrus-main/pom.xml
+++ b/runtime/citrus-main/pom.xml
@@ -5,7 +5,7 @@
citrus-runtime
org.citrusframework
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
diff --git a/runtime/citrus-quarkus/citrus-quarkus-deployment/pom.xml b/runtime/citrus-quarkus/citrus-quarkus-deployment/pom.xml
index be222a63c9..04548e2c4e 100644
--- a/runtime/citrus-quarkus/citrus-quarkus-deployment/pom.xml
+++ b/runtime/citrus-quarkus/citrus-quarkus-deployment/pom.xml
@@ -5,7 +5,7 @@
org.citrusframework
citrus-quarkus-extension
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
diff --git a/runtime/citrus-quarkus/citrus-quarkus-it/pom.xml b/runtime/citrus-quarkus/citrus-quarkus-it/pom.xml
index c66d9ab4f5..afd12650ea 100644
--- a/runtime/citrus-quarkus/citrus-quarkus-it/pom.xml
+++ b/runtime/citrus-quarkus/citrus-quarkus-it/pom.xml
@@ -5,7 +5,7 @@
org.citrusframework
citrus-quarkus-extension
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
diff --git a/runtime/citrus-quarkus/citrus-quarkus-runtime/pom.xml b/runtime/citrus-quarkus/citrus-quarkus-runtime/pom.xml
index 7796222395..99fedb3d98 100644
--- a/runtime/citrus-quarkus/citrus-quarkus-runtime/pom.xml
+++ b/runtime/citrus-quarkus/citrus-quarkus-runtime/pom.xml
@@ -5,7 +5,7 @@
org.citrusframework
citrus-quarkus-extension
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
diff --git a/runtime/citrus-quarkus/pom.xml b/runtime/citrus-quarkus/pom.xml
index ba4b24eb25..9890b9ba41 100644
--- a/runtime/citrus-quarkus/pom.xml
+++ b/runtime/citrus-quarkus/pom.xml
@@ -5,7 +5,7 @@
org.citrusframework
citrus-runtime
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
diff --git a/runtime/citrus-testng/pom.xml b/runtime/citrus-testng/pom.xml
index d2ff6cf348..6d4fc99cb0 100644
--- a/runtime/citrus-testng/pom.xml
+++ b/runtime/citrus-testng/pom.xml
@@ -5,7 +5,7 @@
citrus-runtime
org.citrusframework
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
diff --git a/runtime/citrus-xml/pom.xml b/runtime/citrus-xml/pom.xml
index e6bd8c9551..870b312f8e 100644
--- a/runtime/citrus-xml/pom.xml
+++ b/runtime/citrus-xml/pom.xml
@@ -5,7 +5,7 @@
citrus-runtime
org.citrusframework
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
diff --git a/runtime/citrus-xml/src/main/resources/org/citrusframework/schema/xml/testcase/citrus-testcase-4.0.0-SNAPSHOT.xsd b/runtime/citrus-xml/src/main/resources/org/citrusframework/schema/xml/testcase/citrus-testcase-4.0.0.xsd
similarity index 100%
rename from runtime/citrus-xml/src/main/resources/org/citrusframework/schema/xml/testcase/citrus-testcase-4.0.0-SNAPSHOT.xsd
rename to runtime/citrus-xml/src/main/resources/org/citrusframework/schema/xml/testcase/citrus-testcase-4.0.0.xsd
diff --git a/runtime/citrus-yaml/pom.xml b/runtime/citrus-yaml/pom.xml
index 98d0f4f3bf..8ffdbcd60b 100644
--- a/runtime/citrus-yaml/pom.xml
+++ b/runtime/citrus-yaml/pom.xml
@@ -5,7 +5,7 @@
citrus-runtime
org.citrusframework
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
diff --git a/runtime/pom.xml b/runtime/pom.xml
index c42c7629a9..0118083ef1 100644
--- a/runtime/pom.xml
+++ b/runtime/pom.xml
@@ -5,7 +5,7 @@
citrus
org.citrusframework
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
diff --git a/scripts/commands/release b/scripts/commands/release
index f2f11db65a..094f61583a 100644
--- a/scripts/commands/release
+++ b/scripts/commands/release
@@ -84,37 +84,37 @@ release::run() {
fi
# Verify that there are no modified file in git repo
- check_git_clean "$working_dir"
+# check_git_clean "$working_dir"
# Calculate common maven options
local maven_opts="$(extract_maven_opts)"
# Clean Maven build
- clean "$working_dir" "$maven_opts"
+# clean "$working_dir" "$maven_opts"
# Set release version in sources
- set_version "$working_dir" "$release_version" "$snapshot_version"
+# set_version "$working_dir" "$release_version" "$snapshot_version"
- if [ ! $(hasflag --local-release) ] && [ ! $(hasflag --snapshot-release) ]; then
+# if [ ! $(hasflag --local-release) ] && [ ! $(hasflag --snapshot-release) ]; then
# Commit spring.schemas for new version
- git_commit "$working_dir" spring.schemas "Add Spring schemas for $release_version"
- fi
+# git_commit "$working_dir" spring.schemas "Add Spring schemas for $release_version"
+# fi
# Update project metadata to new release version
- if [ $(hasflag --major-release) ] && [ ! $(hasflag --snapshot-release) ]; then
- update_project_metadata "$working_dir" "$release_version" "$next_version"
- else
- update_project_metadata "$working_dir" "$release_version" "$snapshot_version"
- fi
+# if [ $(hasflag --major-release) ] && [ ! $(hasflag --snapshot-release) ]; then
+# update_project_metadata "$working_dir" "$release_version" "$next_version"
+# else
+# update_project_metadata "$working_dir" "$release_version" "$snapshot_version"
+# fi
- if [ ! $(hasflag --local-release) ] && [ ! $(hasflag --snapshot-release) ]; then
+# if [ ! $(hasflag --local-release) ] && [ ! $(hasflag --snapshot-release) ]; then
# Commit project metadata for new version
- git_commit "$working_dir" project.yml "Update project metadata for $release_version"
- fi
+# git_commit "$working_dir" project.yml "Update project metadata for $release_version"
+# fi
# Build and stage artifacts
- build_and_stage_artifacts "$working_dir" "$release_version" "$maven_opts"
+# build_and_stage_artifacts "$working_dir" "$release_version" "$maven_opts"
# For a test run, we are done
if [ $(hasflag --dry-run -n) ]; then
@@ -133,7 +133,7 @@ release::run() {
if [ ! $(hasflag --local-release) ] && [ ! $(hasflag --snapshot-release) ]; then
# Release staging repo
- release_staging_repo "$working_dir" "$maven_opts"
+# release_staging_repo "$working_dir" "$maven_opts"
# Push everything (if configured)
git_push "$working_dir" "$release_version"
diff --git a/src/manual/overview.adoc b/src/manual/overview.adoc
index 0a2c71ea9b..1199a88fd5 100644
--- a/src/manual/overview.adoc
+++ b/src/manual/overview.adoc
@@ -14,7 +14,7 @@ hesitate to contact us. Find below the reference documentation for the latest Ci
|Version |HTML |PDF
|Latest |link:/citrus/reference/html/index.html[HTML] |link:/citrus/reference/pdf/citrus-reference.pdf[PDF]
-|4.0.0-SNAPSHOT |link:/citrus/reference/4.0.0-SNAPSHOT/html/index.html[HTML] |link:/citrus/reference/4.0.0-SNAPSHOT/pdf/citrus-reference-4.0.0-SNAPSHOT.pdf[PDF]
+|4.0.0 |link:/citrus/reference/4.0.0/html/index.html[HTML] |link:/citrus/reference/4.0.0/pdf/citrus-reference-4.0.0.pdf[PDF]
|3.4.0 |link:/citrus/reference/3.4.0/html/index.html[HTML] |link:/citrus/reference/3.4.0/pdf/citrus-reference-3.4.0.pdf[PDF]
|3.3.1 |link:/citrus/reference/3.3.1/html/index.html[HTML] |link:/citrus/reference/3.3.1/pdf/citrus-reference-3.3.1.pdf[PDF]
|3.3.0 |link:/citrus/reference/3.3.0/html/index.html[HTML] |link:/citrus/reference/3.3.0/pdf/citrus-reference-3.3.0.pdf[PDF]
diff --git a/tools/archetypes/jms/pom.xml b/tools/archetypes/jms/pom.xml
index 86e03a9985..ff97039f1d 100644
--- a/tools/archetypes/jms/pom.xml
+++ b/tools/archetypes/jms/pom.xml
@@ -6,7 +6,7 @@
citrus-archetypes
org.citrusframework.archetypes
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
diff --git a/tools/archetypes/jms/src/main/resources/archetype-resources/pom.xml b/tools/archetypes/jms/src/main/resources/archetype-resources/pom.xml
index 841bf25c71..c51c96edcc 100644
--- a/tools/archetypes/jms/src/main/resources/archetype-resources/pom.xml
+++ b/tools/archetypes/jms/src/main/resources/archetype-resources/pom.xml
@@ -17,7 +17,7 @@
${java.version}
${java.version}
- 4.0.0-SNAPSHOT
+ 4.0.0
2.28.0
2.0.6
diff --git a/tools/archetypes/pom.xml b/tools/archetypes/pom.xml
index 1f3c8e9f6b..5a18aa275a 100644
--- a/tools/archetypes/pom.xml
+++ b/tools/archetypes/pom.xml
@@ -5,7 +5,7 @@
citrus-tools
org.citrusframework
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
diff --git a/tools/archetypes/quickstart/pom.xml b/tools/archetypes/quickstart/pom.xml
index e1e647c38d..311aaf52d9 100644
--- a/tools/archetypes/quickstart/pom.xml
+++ b/tools/archetypes/quickstart/pom.xml
@@ -6,7 +6,7 @@
citrus-archetypes
org.citrusframework.archetypes
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
diff --git a/tools/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml b/tools/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
index b766a44bee..309eb4783a 100644
--- a/tools/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
+++ b/tools/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
@@ -17,7 +17,7 @@
${java.version}
${java.version}
- 4.0.0-SNAPSHOT
+ 4.0.0
2.0.6
2.20.0
diff --git a/tools/archetypes/soap/pom.xml b/tools/archetypes/soap/pom.xml
index d3722d4d29..4f60e3146c 100644
--- a/tools/archetypes/soap/pom.xml
+++ b/tools/archetypes/soap/pom.xml
@@ -6,7 +6,7 @@
citrus-archetypes
org.citrusframework.archetypes
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
diff --git a/tools/archetypes/soap/src/main/resources/archetype-resources/pom.xml b/tools/archetypes/soap/src/main/resources/archetype-resources/pom.xml
index 94145fd4ad..efb9438a0b 100644
--- a/tools/archetypes/soap/src/main/resources/archetype-resources/pom.xml
+++ b/tools/archetypes/soap/src/main/resources/archetype-resources/pom.xml
@@ -17,7 +17,7 @@
${java.version}
${java.version}
- 4.0.0-SNAPSHOT
+ 4.0.0
2.0.6
2.20.0
diff --git a/tools/docs-generator/pom.xml b/tools/docs-generator/pom.xml
index 6057a5b88c..c736489453 100644
--- a/tools/docs-generator/pom.xml
+++ b/tools/docs-generator/pom.xml
@@ -5,7 +5,7 @@
citrus-tools
org.citrusframework
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
@@ -24,7 +24,7 @@
org.citrusframework
citrus-test-generator
- 4.0.0-SNAPSHOT
+ 4.0.0
test
diff --git a/tools/maven/citrus-maven-plugin-integration/pom.xml b/tools/maven/citrus-maven-plugin-integration/pom.xml
index 492b30776b..2771496e87 100644
--- a/tools/maven/citrus-maven-plugin-integration/pom.xml
+++ b/tools/maven/citrus-maven-plugin-integration/pom.xml
@@ -21,7 +21,7 @@
citrus-maven
org.citrusframework.mvn
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
4.0.0
diff --git a/tools/maven/citrus-maven-plugin/pom.xml b/tools/maven/citrus-maven-plugin/pom.xml
index 634fa26871..2c6f903a65 100644
--- a/tools/maven/citrus-maven-plugin/pom.xml
+++ b/tools/maven/citrus-maven-plugin/pom.xml
@@ -5,7 +5,7 @@
citrus-maven
org.citrusframework.mvn
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
diff --git a/tools/maven/pom.xml b/tools/maven/pom.xml
index e332433d7e..7d4562c5a7 100644
--- a/tools/maven/pom.xml
+++ b/tools/maven/pom.xml
@@ -5,7 +5,7 @@
citrus-tools
org.citrusframework
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
diff --git a/tools/pom.xml b/tools/pom.xml
index c45d3e07ba..66c9a32086 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -5,7 +5,7 @@
citrus
org.citrusframework
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
diff --git a/tools/restdocs/pom.xml b/tools/restdocs/pom.xml
index 59abafa2e3..5339c98ef7 100644
--- a/tools/restdocs/pom.xml
+++ b/tools/restdocs/pom.xml
@@ -5,7 +5,7 @@
citrus-tools
org.citrusframework
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
diff --git a/tools/restdocs/src/main/resources/org/citrusframework/schema/citrus-restdocs-config-4.0.0-SNAPSHOT.xsd b/tools/restdocs/src/main/resources/org/citrusframework/schema/citrus-restdocs-config-4.0.0.xsd
similarity index 100%
rename from tools/restdocs/src/main/resources/org/citrusframework/schema/citrus-restdocs-config-4.0.0-SNAPSHOT.xsd
rename to tools/restdocs/src/main/resources/org/citrusframework/schema/citrus-restdocs-config-4.0.0.xsd
diff --git a/tools/test-generator/pom.xml b/tools/test-generator/pom.xml
index f5091f5cdc..283ed7522e 100644
--- a/tools/test-generator/pom.xml
+++ b/tools/test-generator/pom.xml
@@ -5,7 +5,7 @@
citrus-tools
org.citrusframework
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
diff --git a/utils/citrus-test-support/pom.xml b/utils/citrus-test-support/pom.xml
index b331da62e7..e53ed45e01 100644
--- a/utils/citrus-test-support/pom.xml
+++ b/utils/citrus-test-support/pom.xml
@@ -5,7 +5,7 @@
citrus-utils
org.citrusframework
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
diff --git a/utils/pom.xml b/utils/pom.xml
index 0434ba099b..6f5a7c4fda 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -5,7 +5,7 @@
citrus
org.citrusframework
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
diff --git a/validation/citrus-validation-binary/pom.xml b/validation/citrus-validation-binary/pom.xml
index 3c750e58fa..2d53a365dd 100644
--- a/validation/citrus-validation-binary/pom.xml
+++ b/validation/citrus-validation-binary/pom.xml
@@ -5,7 +5,7 @@
citrus-validation
org.citrusframework
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
diff --git a/validation/citrus-validation-groovy/pom.xml b/validation/citrus-validation-groovy/pom.xml
index 17943e2ae4..f3bf01f3ef 100644
--- a/validation/citrus-validation-groovy/pom.xml
+++ b/validation/citrus-validation-groovy/pom.xml
@@ -5,7 +5,7 @@
citrus-validation
org.citrusframework
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
diff --git a/validation/citrus-validation-hamcrest/pom.xml b/validation/citrus-validation-hamcrest/pom.xml
index 340fc1ca47..dd03efa8b7 100644
--- a/validation/citrus-validation-hamcrest/pom.xml
+++ b/validation/citrus-validation-hamcrest/pom.xml
@@ -5,7 +5,7 @@
citrus-validation
org.citrusframework
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
diff --git a/validation/citrus-validation-json/pom.xml b/validation/citrus-validation-json/pom.xml
index 1e4c07abe4..ec36239399 100644
--- a/validation/citrus-validation-json/pom.xml
+++ b/validation/citrus-validation-json/pom.xml
@@ -5,7 +5,7 @@
citrus-validation
org.citrusframework
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
diff --git a/validation/citrus-validation-text/pom.xml b/validation/citrus-validation-text/pom.xml
index 59163193a2..60d77d7cc8 100644
--- a/validation/citrus-validation-text/pom.xml
+++ b/validation/citrus-validation-text/pom.xml
@@ -5,7 +5,7 @@
citrus-validation
org.citrusframework
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
diff --git a/validation/citrus-validation-xml/pom.xml b/validation/citrus-validation-xml/pom.xml
index 0e7e787e6d..b2b33b23c7 100644
--- a/validation/citrus-validation-xml/pom.xml
+++ b/validation/citrus-validation-xml/pom.xml
@@ -5,7 +5,7 @@
citrus-validation
org.citrusframework
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml
diff --git a/validation/pom.xml b/validation/pom.xml
index dc097e6fc1..c6036ab734 100644
--- a/validation/pom.xml
+++ b/validation/pom.xml
@@ -5,7 +5,7 @@
citrus
org.citrusframework
- 4.0.0-SNAPSHOT
+ 4.0.0
../pom.xml