diff --git a/standard-worker-container/pom.xml b/standard-worker-container/pom.xml
index e03311527..1a41e1cbe 100644
--- a/standard-worker-container/pom.xml
+++ b/standard-worker-container/pom.xml
@@ -41,22 +41,22 @@
com.github.workerframework
worker-api
- ${parent.version}
+ 1.4.0-SNAPSHOT
com.github.workerframework
worker-core
- ${parent.version}
+ 1.4.0-SNAPSHOT
com.github.workerframework
worker-queue-rabbit
- ${parent.version}
+ 1.4.0-SNAPSHOT
com.github.workerframework
worker-store-cs
- ${parent.version}
+ 1.4.0-SNAPSHOT
diff --git a/util-rabbitmq/pom.xml b/util-rabbitmq/pom.xml
index f43ec1468..51cdf4b9b 100644
--- a/util-rabbitmq/pom.xml
+++ b/util-rabbitmq/pom.xml
@@ -21,6 +21,7 @@
com.github.workerframework
util-rabbitmq
+ 1.4.0-SNAPSHOT
com.github.workerframework
diff --git a/worker-api/pom.xml b/worker-api/pom.xml
index 699081507..d388c0930 100644
--- a/worker-api/pom.xml
+++ b/worker-api/pom.xml
@@ -21,6 +21,7 @@
com.github.workerframework
worker-api
+ 1.4.0-SNAPSHOT
com.github.workerframework
diff --git a/worker-archetype/pom.xml b/worker-archetype/pom.xml
index 5f6b8087b..24556e199 100644
--- a/worker-archetype/pom.xml
+++ b/worker-archetype/pom.xml
@@ -21,6 +21,7 @@
com.github.workerframework
worker-archetype
+ 1.4.0-SNAPSHOT
maven-archetype
diff --git a/worker-caf/pom.xml b/worker-caf/pom.xml
index 2847a1efd..64f29a244 100644
--- a/worker-caf/pom.xml
+++ b/worker-caf/pom.xml
@@ -21,6 +21,7 @@
com.github.workerframework
worker-caf
+ 1.4.0-SNAPSHOT
com.github.workerframework
@@ -32,7 +33,7 @@
com.github.workerframework
worker-api
- ${parent.version}
+ 1.4.0-SNAPSHOT
javax.validation
diff --git a/worker-configs/pom.xml b/worker-configs/pom.xml
index 57863ea77..f87b8bf6a 100644
--- a/worker-configs/pom.xml
+++ b/worker-configs/pom.xml
@@ -21,6 +21,7 @@
com.github.workerframework
worker-configs
+ 1.4.0-SNAPSHOT
com.github.workerframework
diff --git a/worker-core/pom.xml b/worker-core/pom.xml
index 54743a84a..6ec062eac 100644
--- a/worker-core/pom.xml
+++ b/worker-core/pom.xml
@@ -21,6 +21,7 @@
com.github.workerframework
worker-core
+ 1.4.0-SNAPSHOT
com.github.workerframework
@@ -36,7 +37,7 @@
com.github.workerframework
worker-api
- ${parent.version}
+ 1.4.0-SNAPSHOT
com.github.cafapi.cipher
@@ -61,7 +62,7 @@
com.github.workerframework
util-rabbitmq
- ${parent.version}
+ 1.4.0-SNAPSHOT
org.testng
@@ -81,7 +82,7 @@
com.github.workerframework
worker-caf
- ${parent.version}
+ 1.4.0-SNAPSHOT
test
diff --git a/worker-example/pom.xml b/worker-example/pom.xml
index 2d7b2b73e..12de536ff 100644
--- a/worker-example/pom.xml
+++ b/worker-example/pom.xml
@@ -44,6 +44,7 @@
com.github.workerframework
worker-example-aggregator
+ 1.4.0-SNAPSHOT
pom
Builds Worker-Example projects together from a handy top level project.
diff --git a/worker-example/worker-example-container/pom.xml b/worker-example/worker-example-container/pom.xml
index 6e6f5dd8e..5e6e662de 100644
--- a/worker-example/worker-example-container/pom.xml
+++ b/worker-example/worker-example-container/pom.xml
@@ -21,6 +21,7 @@
com.github.workerframework
worker-example-container
+ 1.4.0-SNAPSHOT
pom
@@ -72,7 +73,7 @@
com.github.workerframework
worker-example
- ${parent.version}
+ 1.4.0-SNAPSHOT
com.github.workerframework
diff --git a/worker-example/worker-example-message-builder/pom.xml b/worker-example/worker-example-message-builder/pom.xml
index ebfee75a7..a5609dc4a 100644
--- a/worker-example/worker-example-message-builder/pom.xml
+++ b/worker-example/worker-example-message-builder/pom.xml
@@ -21,7 +21,8 @@
com.github.workerframework.messagebuilder
worker-example-message-builder
-
+ 1.4.0-SNAPSHOT
+
com.github.workerframework
worker-example-aggregator
@@ -38,7 +39,7 @@
com.github.workerframework
worker-example-shared
- ${parent.version}
+ 1.4.0-SNAPSHOT
com.hpe.caf.messagebuilder
diff --git a/worker-example/worker-example-shared/pom.xml b/worker-example/worker-example-shared/pom.xml
index 8ebf35849..2f3ceabce 100644
--- a/worker-example/worker-example-shared/pom.xml
+++ b/worker-example/worker-example-shared/pom.xml
@@ -21,6 +21,7 @@
com.github.workerframework
worker-example-shared
+ 1.4.0-SNAPSHOT
com.github.workerframework
diff --git a/worker-example/worker-example/pom.xml b/worker-example/worker-example/pom.xml
index 42de159ab..04619a6ed 100644
--- a/worker-example/worker-example/pom.xml
+++ b/worker-example/worker-example/pom.xml
@@ -21,6 +21,7 @@
com.github.workerframework
worker-example
+ 1.4.0-SNAPSHOT
com.github.workerframework
@@ -39,7 +40,7 @@
com.github.workerframework
worker-framework
- ${project.version}
+ 1.4.0-SNAPSHOT
pom
import
@@ -50,7 +51,7 @@
com.github.workerframework
worker-example-shared
- ${parent.version}
+ 1.4.0-SNAPSHOT
com.github.workerframework
diff --git a/worker-framework/pom.xml b/worker-framework/pom.xml
index 1a10a31ce..b6cd818c2 100644
--- a/worker-framework/pom.xml
+++ b/worker-framework/pom.xml
@@ -21,6 +21,7 @@
com.github.workerframework
worker-framework
+ 1.4.0-SNAPSHOT
pom
@@ -34,12 +35,12 @@
com.github.workerframework
worker-api
- ${parent.version}
+ 1.4.0-SNAPSHOT
com.github.workerframework
worker-configs
- ${parent.version}
+ 1.4.0-SNAPSHOT
com.hpe.caf
@@ -54,33 +55,33 @@
com.github.workerframework
util-rabbitmq
- ${parent.version}
+ 1.4.0-SNAPSHOT
com.github.workerframework
standard-worker-container
pom
- ${parent.version}
+ 1.4.0-SNAPSHOT
com.github.workerframework
worker-caf
- ${parent.version}
+ 1.4.0-SNAPSHOT
com.github.workerframework
worker-core
- ${parent.version}
+ 1.4.0-SNAPSHOT
com.github.workerframework
worker-queue-rabbit
- ${parent.version}
+ 1.4.0-SNAPSHOT
com.github.workerframework
worker-store-cs
- ${parent.version}
+ 1.4.0-SNAPSHOT
javax.ws.rs
@@ -91,17 +92,17 @@
com.github.workerframework
worker-store-fs
- ${parent.version}
+ 1.4.0-SNAPSHOT
com.github.workerframework
worker-testing-integration
- ${parent.version}
+ 1.4.0-SNAPSHOT
com.github.workerframework
worker-testing-util
- ${parent.version}
+ 1.4.0-SNAPSHOT
diff --git a/worker-queue-rabbit/pom.xml b/worker-queue-rabbit/pom.xml
index 0f14f2c76..7aa05a512 100644
--- a/worker-queue-rabbit/pom.xml
+++ b/worker-queue-rabbit/pom.xml
@@ -21,6 +21,7 @@
com.github.workerframework
worker-queue-rabbit
+ 1.4.0-SNAPSHOT
com.github.workerframework
@@ -32,7 +33,7 @@
com.github.workerframework
worker-api
- ${parent.version}
+ 1.4.0-SNAPSHOT
org.slf4j
@@ -41,12 +42,12 @@
com.github.workerframework
util-rabbitmq
- ${parent.version}
+ 1.4.0-SNAPSHOT
com.github.workerframework
worker-configs
- ${parent.version}
+ 1.4.0-SNAPSHOT
com.rabbitmq
diff --git a/worker-store-cs/pom.xml b/worker-store-cs/pom.xml
index 9b2260d70..63d0fdd53 100644
--- a/worker-store-cs/pom.xml
+++ b/worker-store-cs/pom.xml
@@ -21,6 +21,7 @@
com.github.workerframework
worker-store-cs
+ 1.4.0-SNAPSHOT
com.github.workerframework
@@ -32,7 +33,7 @@
com.github.workerframework
worker-api
- ${parent.version}
+ 1.4.0-SNAPSHOT
com.github.cafapi.util
diff --git a/worker-store-fs/pom.xml b/worker-store-fs/pom.xml
index 4aa303521..58a6c1397 100644
--- a/worker-store-fs/pom.xml
+++ b/worker-store-fs/pom.xml
@@ -21,6 +21,7 @@
com.github.workerframework
worker-store-fs
+ 1.4.0-SNAPSHOT
com.github.workerframework
@@ -32,7 +33,7 @@
com.github.workerframework
worker-api
- ${parent.version}
+ 1.4.0-SNAPSHOT
org.slf4j
diff --git a/worker-store-s3/pom.xml b/worker-store-s3/pom.xml
index b5f39919b..9af301833 100644
--- a/worker-store-s3/pom.xml
+++ b/worker-store-s3/pom.xml
@@ -21,6 +21,7 @@
com.github.workerframework
worker-store-s3
+ 1.4.0-SNAPSHOT
com.github.workerframework
@@ -32,7 +33,7 @@
com.github.workerframework
worker-api
- ${parent.version}
+ 1.4.0-SNAPSHOT
com.github.cafapi.util
diff --git a/worker-testing-integration/pom.xml b/worker-testing-integration/pom.xml
index 039642f92..5ec642cee 100644
--- a/worker-testing-integration/pom.xml
+++ b/worker-testing-integration/pom.xml
@@ -21,6 +21,7 @@
com.github.workerframework
worker-testing-integration
+ 1.4.0-SNAPSHOT
com.github.workerframework
@@ -32,22 +33,22 @@
com.github.workerframework
worker-api
- ${parent.version}
+ 1.4.0-SNAPSHOT
com.github.workerframework
util-rabbitmq
- ${parent.version}
+ 1.4.0-SNAPSHOT
com.github.workerframework
worker-core
- ${parent.version}
+ 1.4.0-SNAPSHOT
com.github.workerframework
worker-testing-util
- ${parent.version}
+ 1.4.0-SNAPSHOT
com.google.guava
diff --git a/worker-testing-util/pom.xml b/worker-testing-util/pom.xml
index 4644e3ac9..090a00d95 100644
--- a/worker-testing-util/pom.xml
+++ b/worker-testing-util/pom.xml
@@ -21,6 +21,7 @@
com.github.workerframework
worker-testing-util
+ 1.4.0-SNAPSHOT
com.github.workerframework
@@ -36,22 +37,22 @@
com.github.workerframework
worker-configs
- ${parent.version}
+ 1.4.0-SNAPSHOT
com.github.workerframework
util-rabbitmq
- ${parent.version}
+ 1.4.0-SNAPSHOT
com.github.workerframework
worker-core
- ${parent.version}
+ 1.4.0-SNAPSHOT
com.github.workerframework
worker-queue-rabbit
- ${parent.version}
+ 1.4.0-SNAPSHOT
com.google.guava