diff --git a/README.md b/README.md
index 84b93ac2809..7ff26ebf526 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ scenarios.
**Note:** the Docker Hub repository mentioned above is not the official project repository from Eclipse Foundation.
***
-Suppose the target is the current snapshot 2.0.0-BETA-M12.
+Suppose the target is the current snapshot 2.0.0-SNAPSHOT.
* Clone Eclipse Kapua™ into a local directory
* Open an OS shell and move to Kapua project root directory
@@ -66,7 +66,7 @@ Suppose the target is the current snapshot 2.0.0-BETA-M12.
The Kapua repository mentioned above hosts only images of released versions. It is possible to test different versions of Kapua doing a checkout into
the release branches (for example, "release-1.6.x") and to the tagged commits to select the specific version (for example, the commit tagged as "1.6.7"). Doing so, it is assured
-that the following step will pull proper images from the Docker Hub. If, on the other hand, your target is a SNAPSHOT version (for example, the 2.0.0-BETA-M12), a local build is required
+that the following step will pull proper images from the Docker Hub. If, on the other hand, your target is a SNAPSHOT version (for example, the 2.0.0-SNAPSHOT), a local build is required
in order to create the docker images and proceed to the next step. Instructions for building can be found in the building.md file under the path docs/developer-guide.
Assuming that your interest is to deploy a release before 2.0.0 and that you want to pull images from the Docker Hub, it is important to set now the
`IMAGE_VERSION` environment variable with a value equal to the target version. For example, in the case of the 1.6.7
diff --git a/UPGRADE_NOTES.md b/UPGRADE_NOTES.md
index 800b1880190..903c3bc79c2 100644
--- a/UPGRADE_NOTES.md
+++ b/UPGRADE_NOTES.md
@@ -1,8 +1,8 @@
-# Upgrade Notes v 2.0.0-BETA-M12
+# Upgrade Notes v 2.0.0-SNAPSHOT
Below are described most important changes, features, additions and bugfixes that needs attention while performing the upgrade from the previous version.
-This report is only partial for Eclipse Kapua release 2.0.0-BETA-M12, since we started to maintain it mid-release development.
+This report is only partial for Eclipse Kapua release 2.0.0-SNAPSHOT, since we started to maintain it mid-release development.
## Changes
diff --git a/assembly/api/pom.xml b/assembly/api/pom.xml
index cfe0ad6f6ee..58f093f52d9 100644
--- a/assembly/api/pom.xml
+++ b/assembly/api/pom.xml
@@ -19,7 +19,7 @@
kapua-assembly
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
pom
diff --git a/assembly/broker-artemis/pom.xml b/assembly/broker-artemis/pom.xml
index 711801acc2f..800c1c2fd16 100644
--- a/assembly/broker-artemis/pom.xml
+++ b/assembly/broker-artemis/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-assembly
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
pom
diff --git a/assembly/console/pom.xml b/assembly/console/pom.xml
index d27c601e5e9..fb5cfb7de74 100644
--- a/assembly/console/pom.xml
+++ b/assembly/console/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.kapua
kapua-assembly
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
pom
diff --git a/assembly/consumer/lifecycle/entrypoint/run-consumer-lifecycle b/assembly/consumer/lifecycle/entrypoint/run-consumer-lifecycle
index 1964bb573f2..c195ffe5bdc 100644
--- a/assembly/consumer/lifecycle/entrypoint/run-consumer-lifecycle
+++ b/assembly/consumer/lifecycle/entrypoint/run-consumer-lifecycle
@@ -13,4 +13,4 @@
JAVA_OPTS="${JAVA_OPTS} --add-opens java.base/java.lang=ALL-UNNAMED"
-java ${JAVA_OPTS} ${DEBUG_OPTS} ${JMX_OPTS} -jar kapua-consumer-lifecycle-2.0.0-BETA-M12-app.jar
+java ${JAVA_OPTS} ${DEBUG_OPTS} ${JMX_OPTS} -jar kapua-consumer-lifecycle-2.0.0-SNAPSHOT-app.jar
diff --git a/assembly/consumer/lifecycle/pom.xml b/assembly/consumer/lifecycle/pom.xml
index 37036735eb3..5f25aeec3df 100644
--- a/assembly/consumer/lifecycle/pom.xml
+++ b/assembly/consumer/lifecycle/pom.xml
@@ -17,7 +17,7 @@
kapua-assembly-consumer
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
4.0.0
diff --git a/assembly/consumer/pom.xml b/assembly/consumer/pom.xml
index 5ce44a43d46..a123700dcf8 100644
--- a/assembly/consumer/pom.xml
+++ b/assembly/consumer/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-assembly
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
pom
diff --git a/assembly/consumer/telemetry/entrypoint/run-consumer-telemetry b/assembly/consumer/telemetry/entrypoint/run-consumer-telemetry
index db335ff3bf5..acee8c5b7df 100644
--- a/assembly/consumer/telemetry/entrypoint/run-consumer-telemetry
+++ b/assembly/consumer/telemetry/entrypoint/run-consumer-telemetry
@@ -13,4 +13,4 @@
JAVA_OPTS="${JAVA_OPTS} --add-opens java.base/java.lang=ALL-UNNAMED"
-java ${JAVA_OPTS} ${DEBUG_OPTS} ${JMX_OPTS} -jar kapua-consumer-telemetry-2.0.0-BETA-M12-app.jar
+java ${JAVA_OPTS} ${DEBUG_OPTS} ${JMX_OPTS} -jar kapua-consumer-telemetry-2.0.0-SNAPSHOT-app.jar
diff --git a/assembly/consumer/telemetry/pom.xml b/assembly/consumer/telemetry/pom.xml
index 040239e2a7e..85f87399843 100644
--- a/assembly/consumer/telemetry/pom.xml
+++ b/assembly/consumer/telemetry/pom.xml
@@ -18,7 +18,7 @@
kapua-assembly-consumer
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
4.0.0
diff --git a/assembly/events-broker/pom.xml b/assembly/events-broker/pom.xml
index fa8797a7b8a..d94fb2fe6a3 100644
--- a/assembly/events-broker/pom.xml
+++ b/assembly/events-broker/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.kapua
kapua-assembly
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
pom
diff --git a/assembly/java-base/pom.xml b/assembly/java-base/pom.xml
index 2a88cb8eeaa..2077c72356b 100644
--- a/assembly/java-base/pom.xml
+++ b/assembly/java-base/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.kapua
kapua-assembly
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
pom
diff --git a/assembly/jetty-base/pom.xml b/assembly/jetty-base/pom.xml
index 27d73ae8f94..c510c0a8e37 100644
--- a/assembly/jetty-base/pom.xml
+++ b/assembly/jetty-base/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.kapua
kapua-assembly
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
pom
diff --git a/assembly/job-engine/pom.xml b/assembly/job-engine/pom.xml
index 446b32319f5..300fda4e6bd 100644
--- a/assembly/job-engine/pom.xml
+++ b/assembly/job-engine/pom.xml
@@ -19,7 +19,7 @@
kapua-assembly
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-assembly-job-engine
diff --git a/assembly/pom.xml b/assembly/pom.xml
index d3fab284d61..5ebe784df3d 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.kapua
kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-assembly
diff --git a/assembly/service/authentication/entrypoint/run-service-authentication b/assembly/service/authentication/entrypoint/run-service-authentication
index 8a54ca96fdf..0723aad2aea 100644
--- a/assembly/service/authentication/entrypoint/run-service-authentication
+++ b/assembly/service/authentication/entrypoint/run-service-authentication
@@ -11,4 +11,4 @@
# Eurotech
################################################################################
-java ${JAVA_OPTS} ${DEBUG_OPTS} ${JMX_OPTS} -jar kapua-service-authentication-2.0.0-BETA-M12-app.jar
+java ${JAVA_OPTS} ${DEBUG_OPTS} ${JMX_OPTS} -jar kapua-service-authentication-2.0.0-SNAPSHOT-app.jar
diff --git a/assembly/service/authentication/pom.xml b/assembly/service/authentication/pom.xml
index 2fbee711327..fb1cf9a693d 100644
--- a/assembly/service/authentication/pom.xml
+++ b/assembly/service/authentication/pom.xml
@@ -17,7 +17,7 @@
kapua-assembly-service
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
4.0.0
diff --git a/assembly/service/pom.xml b/assembly/service/pom.xml
index fbff8c20726..d1e57275099 100644
--- a/assembly/service/pom.xml
+++ b/assembly/service/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-assembly
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
pom
diff --git a/assembly/sql/pom.xml b/assembly/sql/pom.xml
index b971e3d617a..ae50c447c1b 100644
--- a/assembly/sql/pom.xml
+++ b/assembly/sql/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.kapua
kapua-assembly
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
pom
diff --git a/broker/artemis/plugin/pom.xml b/broker/artemis/plugin/pom.xml
index c89947726ea..23aceb9b723 100644
--- a/broker/artemis/plugin/pom.xml
+++ b/broker/artemis/plugin/pom.xml
@@ -17,7 +17,7 @@
org.eclipse.kapua
kapua-broker-artemis
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-broker-artemis-plugin
diff --git a/broker/artemis/pom.xml b/broker/artemis/pom.xml
index d79656a93e5..1345caf23dd 100644
--- a/broker/artemis/pom.xml
+++ b/broker/artemis/pom.xml
@@ -19,7 +19,7 @@
kapua-broker
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
pom
diff --git a/broker/pom.xml b/broker/pom.xml
index 0b92db54162..92c7c0f0280 100644
--- a/broker/pom.xml
+++ b/broker/pom.xml
@@ -19,7 +19,7 @@
kapua
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
pom
diff --git a/build-tools/pom.xml b/build-tools/pom.xml
index 8c214502846..f20ec3ebd0d 100644
--- a/build-tools/pom.xml
+++ b/build-tools/pom.xml
@@ -24,7 +24,7 @@
org.eclipse.kapua.build
kapua-build-tools
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
UTF-8
diff --git a/client/gateway/api/pom.xml b/client/gateway/api/pom.xml
index ba023a03f4d..038667dcdf1 100644
--- a/client/gateway/api/pom.xml
+++ b/client/gateway/api/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.kapua
kapua-client-gateway
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
..
diff --git a/client/gateway/features/karaf/pom.xml b/client/gateway/features/karaf/pom.xml
index 80acf0413ed..9d1d7b3cded 100644
--- a/client/gateway/features/karaf/pom.xml
+++ b/client/gateway/features/karaf/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-client-gateway-features
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
..
diff --git a/client/gateway/features/pom.xml b/client/gateway/features/pom.xml
index e316692e989..7c867e1a706 100644
--- a/client/gateway/features/pom.xml
+++ b/client/gateway/features/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-client-gateway
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
Eclipse Kapua :: Gateway Client :: Features
diff --git a/client/gateway/pom.xml b/client/gateway/pom.xml
index c747e7f628e..ea801340faf 100644
--- a/client/gateway/pom.xml
+++ b/client/gateway/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-client
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-client-gateway
diff --git a/client/gateway/profile/kura/pom.xml b/client/gateway/profile/kura/pom.xml
index 982d4ec6c55..52b64273580 100644
--- a/client/gateway/profile/kura/pom.xml
+++ b/client/gateway/profile/kura/pom.xml
@@ -20,7 +20,7 @@
org.eclipse.kapua
kapua-client-gateway
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
../..
diff --git a/client/gateway/provider/fuse/pom.xml b/client/gateway/provider/fuse/pom.xml
index 24dd29b5333..e128b2287b2 100644
--- a/client/gateway/provider/fuse/pom.xml
+++ b/client/gateway/provider/fuse/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.kapua
kapua-client-gateway-provider
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
..
diff --git a/client/gateway/provider/mqtt/pom.xml b/client/gateway/provider/mqtt/pom.xml
index 61822f19082..a6c98e4ef4b 100644
--- a/client/gateway/provider/mqtt/pom.xml
+++ b/client/gateway/provider/mqtt/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.kapua
kapua-client-gateway-provider
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
..
diff --git a/client/gateway/provider/paho/pom.xml b/client/gateway/provider/paho/pom.xml
index 7503b67e961..9a79684a1ed 100644
--- a/client/gateway/provider/paho/pom.xml
+++ b/client/gateway/provider/paho/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.kapua
kapua-client-gateway-provider
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
..
diff --git a/client/gateway/provider/pom.xml b/client/gateway/provider/pom.xml
index 6cf0b429f5c..6111daf6b41 100644
--- a/client/gateway/provider/pom.xml
+++ b/client/gateway/provider/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-client-gateway
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
..
diff --git a/client/gateway/spi/pom.xml b/client/gateway/spi/pom.xml
index 3f69f3172a3..efec9cb99e8 100644
--- a/client/gateway/spi/pom.xml
+++ b/client/gateway/spi/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.kapua
kapua-client-gateway
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
..
diff --git a/client/pom.xml b/client/pom.xml
index 14c426842b3..5431729dda9 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-client
diff --git a/client/security/pom.xml b/client/security/pom.xml
index c704b78e5da..21fec21dd4e 100644
--- a/client/security/pom.xml
+++ b/client/security/pom.xml
@@ -17,7 +17,7 @@
org.eclipse.kapua
kapua-client
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-client-security
diff --git a/commons-rest/errors/pom.xml b/commons-rest/errors/pom.xml
index 2e4ade8d06a..2a64357562a 100644
--- a/commons-rest/errors/pom.xml
+++ b/commons-rest/errors/pom.xml
@@ -18,7 +18,7 @@
kapua-commons-rest
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-commons-rest-errors
diff --git a/commons-rest/filters/pom.xml b/commons-rest/filters/pom.xml
index da7b2afff6f..f8fa10b7616 100644
--- a/commons-rest/filters/pom.xml
+++ b/commons-rest/filters/pom.xml
@@ -18,7 +18,7 @@
kapua-commons-rest
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-commons-rest-filters
diff --git a/commons-rest/model/pom.xml b/commons-rest/model/pom.xml
index ec08523ecec..ac15f47306b 100644
--- a/commons-rest/model/pom.xml
+++ b/commons-rest/model/pom.xml
@@ -19,7 +19,7 @@
kapua-commons-rest
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-commons-rest-model
diff --git a/commons-rest/pom.xml b/commons-rest/pom.xml
index 2062cf70cab..a2aebed7408 100644
--- a/commons-rest/pom.xml
+++ b/commons-rest/pom.xml
@@ -18,7 +18,7 @@
kapua
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-commons-rest
diff --git a/commons/pom.xml b/commons/pom.xml
index c9052f19a6d..74291ef1810 100644
--- a/commons/pom.xml
+++ b/commons/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.kapua
kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-commons
diff --git a/console/core/pom.xml b/console/core/pom.xml
index c7c9f523208..8ebbdce495d 100644
--- a/console/core/pom.xml
+++ b/console/core/pom.xml
@@ -19,7 +19,7 @@
kapua-console
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-console-core
diff --git a/console/module/about/pom.xml b/console/module/about/pom.xml
index ba47f534519..dde6939c235 100644
--- a/console/module/about/pom.xml
+++ b/console/module/about/pom.xml
@@ -18,7 +18,7 @@
kapua-console-module
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-console-module-about
diff --git a/console/module/account/pom.xml b/console/module/account/pom.xml
index 9ab01eed571..8306dc9866f 100644
--- a/console/module/account/pom.xml
+++ b/console/module/account/pom.xml
@@ -18,7 +18,7 @@
kapua-console-module
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-console-module-account
diff --git a/console/module/api/pom.xml b/console/module/api/pom.xml
index e80326d68f2..3cfbc4e7426 100644
--- a/console/module/api/pom.xml
+++ b/console/module/api/pom.xml
@@ -19,7 +19,7 @@
kapua-console-module
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-console-module-api
diff --git a/console/module/authentication/pom.xml b/console/module/authentication/pom.xml
index 3717b5825b9..4ef0e140ee4 100644
--- a/console/module/authentication/pom.xml
+++ b/console/module/authentication/pom.xml
@@ -19,7 +19,7 @@
kapua-console-module
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-console-module-authentication
diff --git a/console/module/authorization/pom.xml b/console/module/authorization/pom.xml
index 7d166c32101..db2c98a35b5 100644
--- a/console/module/authorization/pom.xml
+++ b/console/module/authorization/pom.xml
@@ -19,7 +19,7 @@
kapua-console-module
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-console-module-authorization
diff --git a/console/module/certificate/pom.xml b/console/module/certificate/pom.xml
index a1e0334d3d5..24675a2f6f0 100644
--- a/console/module/certificate/pom.xml
+++ b/console/module/certificate/pom.xml
@@ -18,7 +18,7 @@
kapua-console-module
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-console-module-certificate
diff --git a/console/module/data/pom.xml b/console/module/data/pom.xml
index 5a31cb0fcd5..82a0c4f6315 100644
--- a/console/module/data/pom.xml
+++ b/console/module/data/pom.xml
@@ -19,7 +19,7 @@
kapua-console-module
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-console-module-data
diff --git a/console/module/device/pom.xml b/console/module/device/pom.xml
index 0a063ecdcc7..9e356621451 100644
--- a/console/module/device/pom.xml
+++ b/console/module/device/pom.xml
@@ -19,7 +19,7 @@
kapua-console-module
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-console-module-device
diff --git a/console/module/endpoint/pom.xml b/console/module/endpoint/pom.xml
index dafb6539efb..d087be90a3b 100644
--- a/console/module/endpoint/pom.xml
+++ b/console/module/endpoint/pom.xml
@@ -19,7 +19,7 @@
kapua-console-module
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-console-module-endpoint
diff --git a/console/module/job/pom.xml b/console/module/job/pom.xml
index 5f1bd1ae3be..2051bd99d2b 100644
--- a/console/module/job/pom.xml
+++ b/console/module/job/pom.xml
@@ -19,7 +19,7 @@
kapua-console-module
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-console-module-job
diff --git a/console/module/pom.xml b/console/module/pom.xml
index 342a8d9f9e3..83c64df7934 100644
--- a/console/module/pom.xml
+++ b/console/module/pom.xml
@@ -17,7 +17,7 @@
kapua-console
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-console-module
diff --git a/console/module/tag/pom.xml b/console/module/tag/pom.xml
index 07f828ea0a5..24f2e8e2d8c 100644
--- a/console/module/tag/pom.xml
+++ b/console/module/tag/pom.xml
@@ -19,7 +19,7 @@
kapua-console-module
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-console-module-tag
diff --git a/console/module/user/pom.xml b/console/module/user/pom.xml
index 8b06cb18a26..36af077403f 100644
--- a/console/module/user/pom.xml
+++ b/console/module/user/pom.xml
@@ -19,7 +19,7 @@
kapua-console-module
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-console-module-user
diff --git a/console/module/welcome/pom.xml b/console/module/welcome/pom.xml
index 4b38dcb937b..8e7504a1b4b 100644
--- a/console/module/welcome/pom.xml
+++ b/console/module/welcome/pom.xml
@@ -19,7 +19,7 @@
kapua-console-module
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-console-module-welcome
diff --git a/console/pom.xml b/console/pom.xml
index ec90734a135..7b059e865f5 100644
--- a/console/pom.xml
+++ b/console/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.kapua
kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-console
diff --git a/console/web/pom.xml b/console/web/pom.xml
index 327fd33ba0f..2d7e143e08e 100644
--- a/console/web/pom.xml
+++ b/console/web/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-console
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-console-web
diff --git a/consumer/lifecycle-app/pom.xml b/consumer/lifecycle-app/pom.xml
index 0a27a7157ee..e94cfba362d 100644
--- a/consumer/lifecycle-app/pom.xml
+++ b/consumer/lifecycle-app/pom.xml
@@ -19,7 +19,7 @@
kapua-consumer
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-consumer-lifecycle-app
diff --git a/consumer/lifecycle/pom.xml b/consumer/lifecycle/pom.xml
index 320c4097328..b5dc362e6c1 100644
--- a/consumer/lifecycle/pom.xml
+++ b/consumer/lifecycle/pom.xml
@@ -17,7 +17,7 @@
org.eclipse.kapua
kapua-consumer
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-consumer-lifecycle
diff --git a/consumer/pom.xml b/consumer/pom.xml
index 3bee21fadce..80eb08f0c6b 100644
--- a/consumer/pom.xml
+++ b/consumer/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.kapua
kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
pom
diff --git a/consumer/telemetry-app/pom.xml b/consumer/telemetry-app/pom.xml
index 30fe07dfcfd..642b6994251 100644
--- a/consumer/telemetry-app/pom.xml
+++ b/consumer/telemetry-app/pom.xml
@@ -18,7 +18,7 @@
kapua-consumer
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
4.0.0
diff --git a/consumer/telemetry/pom.xml b/consumer/telemetry/pom.xml
index d3aa0079abc..d2246392818 100644
--- a/consumer/telemetry/pom.xml
+++ b/consumer/telemetry/pom.xml
@@ -17,7 +17,7 @@
org.eclipse.kapua
kapua-consumer
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-consumer-telemetry
diff --git a/deployment/commons/pom.xml b/deployment/commons/pom.xml
index 03ccd03f67f..8b58311bc34 100644
--- a/deployment/commons/pom.xml
+++ b/deployment/commons/pom.xml
@@ -19,7 +19,7 @@
kapua-deployment
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-deployment-commons
diff --git a/deployment/commons/sso/keycloak/build b/deployment/commons/sso/keycloak/build
index 9803f5b531f..b41dff75ca5 100755
--- a/deployment/commons/sso/keycloak/build
+++ b/deployment/commons/sso/keycloak/build
@@ -14,7 +14,7 @@
echo "Building Kapua Keycloak Docker image..."
-docker build -f ./docker/Dockerfile -t kapua/kapua-keycloak:"${IMAGE_VERSION:=2.0.0-BETA-M12}" . ||
+docker build -f ./docker/Dockerfile -t kapua/kapua-keycloak:"${IMAGE_VERSION:=2.0.0-SNAPSHOT}" . ||
{
echo "Building Kapua Keycloak docker image... ERROR!"
exit 1
diff --git a/deployment/docker/pom.xml b/deployment/docker/pom.xml
index ccaadde0db5..3b131628952 100644
--- a/deployment/docker/pom.xml
+++ b/deployment/docker/pom.xml
@@ -19,7 +19,7 @@
kapua-deployment
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-docker
diff --git a/deployment/docker/unix/docker-common.sh b/deployment/docker/unix/docker-common.sh
index 1558d848c5d..5d38c6afa35 100755
--- a/deployment/docker/unix/docker-common.sh
+++ b/deployment/docker/unix/docker-common.sh
@@ -15,7 +15,7 @@
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
-export IMAGE_VERSION=${IMAGE_VERSION:=2.0.0-BETA-M12}
+export IMAGE_VERSION=${IMAGE_VERSION:=2.0.0-SNAPSHOT}
export CRYPTO_SECRET_KEY="${CRYPTO_SECRET_KEY:=dockerSecretKey!}"
# Certificates
diff --git a/deployment/minishift/minishift-importer.sh b/deployment/minishift/minishift-importer.sh
index 1b39eba0c37..ff59713039b 100755
--- a/deployment/minishift/minishift-importer.sh
+++ b/deployment/minishift/minishift-importer.sh
@@ -29,7 +29,7 @@
ERROR=0
DOCKER_ACCOUNT=${DOCKER_ACCOUNT:=kapua}
-IMAGE_VERSION=${IMAGE_VERSION:=2.0.0-BETA-M12}
+IMAGE_VERSION=${IMAGE_VERSION:=2.0.0-SNAPSHOT}
SERVICES=("console" "api" "sql" "broker" "events-broker")
TMP_DIR="/tmp/kapua-containers-$(date +%s)"
diff --git a/deployment/minishift/minishift-pull-images.sh b/deployment/minishift/minishift-pull-images.sh
index 1720ffc1f74..f0ad673fe62 100755
--- a/deployment/minishift/minishift-pull-images.sh
+++ b/deployment/minishift/minishift-pull-images.sh
@@ -17,7 +17,7 @@
#
DOCKER_ACCOUNT=${DOCKER_ACCOUNT:=kapua}
-IMAGE_VERSION=${IMAGE_VERSION:=2.0.0-BETA-M12}
+IMAGE_VERSION=${IMAGE_VERSION:=2.0.0-SNAPSHOT}
SERVICES=("console" "api" "sql" "broker" "events-broker")
echo "Pulling Kapua images..."
diff --git a/deployment/minishift/pom.xml b/deployment/minishift/pom.xml
index 2e82ae071e6..a55cf485d3d 100644
--- a/deployment/minishift/pom.xml
+++ b/deployment/minishift/pom.xml
@@ -19,7 +19,7 @@
kapua-deployment
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-minishift
diff --git a/deployment/minishift/sso/keycloak-importer b/deployment/minishift/sso/keycloak-importer
index 81ff6024f97..0852105df57 100755
--- a/deployment/minishift/sso/keycloak-importer
+++ b/deployment/minishift/sso/keycloak-importer
@@ -14,7 +14,7 @@
ERROR=0
DOCKER_ACCOUNT=${DOCKER_ACCOUNT:=kapua}
-IMAGE_VERSION=${IMAGE_VERSION:=2.0.0-BETA-M12}
+IMAGE_VERSION=${IMAGE_VERSION:=2.0.0-SNAPSHOT}
KEYCLOAK="keycloak"
TMP_DIR="/tmp/keycloak-container-$(date +%s)"
diff --git a/deployment/openshift/openshift-deploy.sh b/deployment/openshift/openshift-deploy.sh
index 6e8f1f03e52..fa3b163a4d1 100755
--- a/deployment/openshift/openshift-deploy.sh
+++ b/deployment/openshift/openshift-deploy.sh
@@ -19,7 +19,7 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
. ${SCRIPT_DIR}/openshift-common.sh
: DOCKER_ACCOUNT=${DOCKER_ACCOUNT:=kapua}
-: IMAGE_VERSION=${IMAGE_VERSION:=2.0.0-BETA-M12}
+: IMAGE_VERSION=${IMAGE_VERSION:=2.0.0-SNAPSHOT}
: JAVA_OPTS_EXTRA=${JAVA_OPTS_EXTRA:=''}
### Test if the project is already created ... fail otherwise
diff --git a/deployment/openshift/pom.xml b/deployment/openshift/pom.xml
index b2ccd0cafac..07acf537a5d 100644
--- a/deployment/openshift/pom.xml
+++ b/deployment/openshift/pom.xml
@@ -19,7 +19,7 @@
kapua-deployment
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
pom
diff --git a/deployment/pom.xml b/deployment/pom.xml
index 7ee6c212bb9..d8b273bcca9 100644
--- a/deployment/pom.xml
+++ b/deployment/pom.xml
@@ -19,7 +19,7 @@
kapua
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-deployment
diff --git a/dev-tools/cucumber-reports/pom.xml b/dev-tools/cucumber-reports/pom.xml
index e0577416353..7da7e7550fe 100644
--- a/dev-tools/cucumber-reports/pom.xml
+++ b/dev-tools/cucumber-reports/pom.xml
@@ -19,7 +19,7 @@
kapua-dev-tools
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-cucumber-reports
diff --git a/dev-tools/pom.xml b/dev-tools/pom.xml
index ea0b2cc3b04..e73810351e0 100644
--- a/dev-tools/pom.xml
+++ b/dev-tools/pom.xml
@@ -20,7 +20,7 @@
org.eclipse.kapua
kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-dev-tools
diff --git a/docs/developer-guide/en/running.md b/docs/developer-guide/en/running.md
index 2ea533b8b54..e4763092125 100644
--- a/docs/developer-guide/en/running.md
+++ b/docs/developer-guide/en/running.md
@@ -175,7 +175,7 @@ default, Kapua comes with the NodePort service that routes all traffic from port
connect your MQTT clients directly to this service. For the simulator example similar to the above, that would look
something like
- java -jar target/kapua-simulator-kura-2.0.0-BETA-M12-app.jar --broker tcp://kapua-broker:kapua-password@192.168.64.2:31883
+ java -jar target/kapua-simulator-kura-2.0.0-SNAPSHOT-app.jar --broker tcp://kapua-broker:kapua-password@192.168.64.2:31883
This is suitable only for the local deployments. In the cloud or production environments, you should deploy a proper
LoadBalancer Openshift service to enable external traffic flow to the broker.
diff --git a/extras/encryption-migrator/README.md b/extras/encryption-migrator/README.md
index ef5c09d6443..d21284368b9 100644
--- a/extras/encryption-migrator/README.md
+++ b/extras/encryption-migrator/README.md
@@ -63,5 +63,5 @@ Other useful properties from Kapua
#### Example usage
```bash
-java -Dcommons.db.connection.host=somehost -Dmigrator.encryption.key.old=changeMePlease\!\! -Dmigrator.encryption.key.new=changedMeThanks\! -jar kapua-encryption-migrator-2.0.0-BETA-M12-app.jar
+java -Dcommons.db.connection.host=somehost -Dmigrator.encryption.key.old=changeMePlease\!\! -Dmigrator.encryption.key.new=changedMeThanks\! -jar kapua-encryption-migrator-2.0.0-SNAPSHOT-app.jar
```
diff --git a/extras/encryption-migrator/pom.xml b/extras/encryption-migrator/pom.xml
index ff63eaf92fa..b6decc08918 100644
--- a/extras/encryption-migrator/pom.xml
+++ b/extras/encryption-migrator/pom.xml
@@ -18,7 +18,7 @@
kapua-extras
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-encryption-migrator
diff --git a/extras/es-migrator/pom.xml b/extras/es-migrator/pom.xml
index 855ca32db1c..adf09b348f6 100644
--- a/extras/es-migrator/pom.xml
+++ b/extras/es-migrator/pom.xml
@@ -17,7 +17,7 @@
kapua-extras
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
4.0.0
kapua-es-migrator
diff --git a/extras/foreignkeys/pom.xml b/extras/foreignkeys/pom.xml
index 9bba09560a2..823c1a0af90 100644
--- a/extras/foreignkeys/pom.xml
+++ b/extras/foreignkeys/pom.xml
@@ -17,7 +17,7 @@
org.eclipse.kapua
kapua-extras
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-foreignkeys
diff --git a/extras/liquibase-unlocker/README.md b/extras/liquibase-unlocker/README.md
index b285cecbad2..e14c8ff915c 100644
--- a/extras/liquibase-unlocker/README.md
+++ b/extras/liquibase-unlocker/README.md
@@ -23,7 +23,7 @@ on. The proposed script doesn't require this and get the job done with a single
#### Usage
```bash
-java -jar kapua-liquibase-unlocker-2.0.0-BETA-M12-app.jar
+java -jar kapua-liquibase-unlocker-2.0.0-SNAPSHOT-app.jar
```
To be used when the deployment is stucked for the afore mentioned reasons, the lock will be released and the deployment will continue.
\ No newline at end of file
diff --git a/extras/liquibase-unlocker/pom.xml b/extras/liquibase-unlocker/pom.xml
index fe2eaa780dc..75459b3629e 100644
--- a/extras/liquibase-unlocker/pom.xml
+++ b/extras/liquibase-unlocker/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-extras
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-liquibase-unlocker
diff --git a/extras/pom.xml b/extras/pom.xml
index 922344750ca..d9081643a4b 100644
--- a/extras/pom.xml
+++ b/extras/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-extras
diff --git a/job-engine/api/pom.xml b/job-engine/api/pom.xml
index cd20f63c8a9..caf65abd75e 100644
--- a/job-engine/api/pom.xml
+++ b/job-engine/api/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-job-engine
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-job-engine-api
diff --git a/job-engine/app/core/pom.xml b/job-engine/app/core/pom.xml
index bbafde1941f..18ac1bc63a0 100644
--- a/job-engine/app/core/pom.xml
+++ b/job-engine/app/core/pom.xml
@@ -19,7 +19,7 @@
kapua-job-engine-app
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-job-engine-app-core
diff --git a/job-engine/app/pom.xml b/job-engine/app/pom.xml
index 2ee3d3cdb42..e9735c06874 100644
--- a/job-engine/app/pom.xml
+++ b/job-engine/app/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-job-engine
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-job-engine-app
diff --git a/job-engine/app/resources/pom.xml b/job-engine/app/resources/pom.xml
index ef96550ccf7..f6187da02f2 100644
--- a/job-engine/app/resources/pom.xml
+++ b/job-engine/app/resources/pom.xml
@@ -18,7 +18,7 @@
kapua-job-engine-app
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-job-engine-app-resources
diff --git a/job-engine/app/web/pom.xml b/job-engine/app/web/pom.xml
index 09a84480cfc..5aee7ffe7c2 100644
--- a/job-engine/app/web/pom.xml
+++ b/job-engine/app/web/pom.xml
@@ -18,7 +18,7 @@
kapua-job-engine-app
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-job-engine-app-web
diff --git a/job-engine/client/pom.xml b/job-engine/client/pom.xml
index f737ae037c6..9f281a9d722 100644
--- a/job-engine/client/pom.xml
+++ b/job-engine/client/pom.xml
@@ -20,7 +20,7 @@
kapua-job-engine
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-job-engine-client
diff --git a/job-engine/commons/pom.xml b/job-engine/commons/pom.xml
index 8c8f2ad451d..45ef3090e1f 100644
--- a/job-engine/commons/pom.xml
+++ b/job-engine/commons/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.kapua
kapua-job-engine
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-job-engine-commons
diff --git a/job-engine/jbatch/pom.xml b/job-engine/jbatch/pom.xml
index 48554e88b6e..69cd46a6307 100644
--- a/job-engine/jbatch/pom.xml
+++ b/job-engine/jbatch/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-job-engine
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-job-engine-jbatch
diff --git a/job-engine/pom.xml b/job-engine/pom.xml
index 4ad828bc3ae..9d9bbf12e07 100644
--- a/job-engine/pom.xml
+++ b/job-engine/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-job-engine
diff --git a/locator/guice/pom.xml b/locator/guice/pom.xml
index 802f80abdc5..8a8f0b0580f 100644
--- a/locator/guice/pom.xml
+++ b/locator/guice/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.kapua
kapua-locator
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-locator-guice
diff --git a/locator/pom.xml b/locator/pom.xml
index 05daaab8893..1fe1ecb010a 100644
--- a/locator/pom.xml
+++ b/locator/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.kapua
kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-locator
diff --git a/message/api/pom.xml b/message/api/pom.xml
index 245b20b10e3..bd22c26b3f5 100644
--- a/message/api/pom.xml
+++ b/message/api/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.kapua
kapua-message
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-message-api
diff --git a/message/internal/pom.xml b/message/internal/pom.xml
index 30bfc174813..56c1f4827ba 100644
--- a/message/internal/pom.xml
+++ b/message/internal/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.kapua
kapua-message
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-message-internal
diff --git a/message/pom.xml b/message/pom.xml
index c4be8a278ab..9211cefdb0b 100644
--- a/message/pom.xml
+++ b/message/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.kapua
kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
pom
diff --git a/plug-ins/pom.xml b/plug-ins/pom.xml
index 693ce74b301..bc76f9cd2ec 100644
--- a/plug-ins/pom.xml
+++ b/plug-ins/pom.xml
@@ -21,7 +21,7 @@
org.eclipse.kapua
kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
pom
diff --git a/plug-ins/sso/openid-connect/api/pom.xml b/plug-ins/sso/openid-connect/api/pom.xml
index bdf15d6220d..c86a548f012 100644
--- a/plug-ins/sso/openid-connect/api/pom.xml
+++ b/plug-ins/sso/openid-connect/api/pom.xml
@@ -20,7 +20,7 @@
org.eclipse.kapua
kapua-openid-connect
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-openid-api
diff --git a/plug-ins/sso/openid-connect/pom.xml b/plug-ins/sso/openid-connect/pom.xml
index 8866e8d4752..6e40026d012 100644
--- a/plug-ins/sso/openid-connect/pom.xml
+++ b/plug-ins/sso/openid-connect/pom.xml
@@ -21,7 +21,7 @@
org.eclipse.kapua
kapua-sso
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
pom
diff --git a/plug-ins/sso/openid-connect/provider-generic/pom.xml b/plug-ins/sso/openid-connect/provider-generic/pom.xml
index 27bb0f33a28..234c44e5d9a 100644
--- a/plug-ins/sso/openid-connect/provider-generic/pom.xml
+++ b/plug-ins/sso/openid-connect/provider-generic/pom.xml
@@ -21,7 +21,7 @@
org.eclipse.kapua
kapua-openid-connect
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-openid-provider-generic
diff --git a/plug-ins/sso/openid-connect/provider-keycloak/pom.xml b/plug-ins/sso/openid-connect/provider-keycloak/pom.xml
index 268353c19b3..e7b2dabe727 100644
--- a/plug-ins/sso/openid-connect/provider-keycloak/pom.xml
+++ b/plug-ins/sso/openid-connect/provider-keycloak/pom.xml
@@ -21,7 +21,7 @@
org.eclipse.kapua
kapua-openid-connect
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-openid-provider-keycloak
diff --git a/plug-ins/sso/openid-connect/provider/pom.xml b/plug-ins/sso/openid-connect/provider/pom.xml
index 0b228c87de8..5210db1467e 100644
--- a/plug-ins/sso/openid-connect/provider/pom.xml
+++ b/plug-ins/sso/openid-connect/provider/pom.xml
@@ -20,7 +20,7 @@
org.eclipse.kapua
kapua-openid-connect
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-openid-provider
diff --git a/plug-ins/sso/pom.xml b/plug-ins/sso/pom.xml
index a78e332c6c6..d25d1cb6c71 100644
--- a/plug-ins/sso/pom.xml
+++ b/plug-ins/sso/pom.xml
@@ -21,7 +21,7 @@
org.eclipse.kapua
kapua-plug-ins
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
pom
diff --git a/pom.xml b/pom.xml
index 84508245655..78417b14e0f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
org.eclipse.kapua
kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua
pom
diff --git a/qa/common/pom.xml b/qa/common/pom.xml
index 0ffe885fb86..556675428eb 100644
--- a/qa/common/pom.xml
+++ b/qa/common/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-qa
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-qa-common
diff --git a/qa/integration-steps/pom.xml b/qa/integration-steps/pom.xml
index b2615ac56f2..a58b1d779aa 100644
--- a/qa/integration-steps/pom.xml
+++ b/qa/integration-steps/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-qa
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-qa-integration-steps
diff --git a/qa/integration-steps/src/main/java/org/eclipse/kapua/qa/integration/steps/DockerSteps.java b/qa/integration-steps/src/main/java/org/eclipse/kapua/qa/integration/steps/DockerSteps.java
index ef2883b8c05..e0770152bfc 100644
--- a/qa/integration-steps/src/main/java/org/eclipse/kapua/qa/integration/steps/DockerSteps.java
+++ b/qa/integration-steps/src/main/java/org/eclipse/kapua/qa/integration/steps/DockerSteps.java
@@ -65,7 +65,7 @@ public class DockerSteps {
private static final Logger logger = LoggerFactory.getLogger(DockerSteps.class);
private static final String NETWORK_PREFIX = "kapua-net";
- private static final String KAPUA_VERSION = "2.0.0-BETA-M12";
+ private static final String KAPUA_VERSION = "2.0.0-SNAPSHOT";
private static final String ES_IMAGE = "elasticsearch:7.8.1";
private static final String BROKER_IMAGE = "kapua-broker-artemis";
private static final String LIFECYCLE_CONSUMER_IMAGE = "kapua-consumer-lifecycle";
diff --git a/qa/integration/pom.xml b/qa/integration/pom.xml
index 1724c2ecc83..ea567d6c78f 100644
--- a/qa/integration/pom.xml
+++ b/qa/integration/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-qa
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
${kapua-client.maven.toolchain.jdk.version}
diff --git a/qa/markers/pom.xml b/qa/markers/pom.xml
index f51de5327a8..3702972e8fd 100644
--- a/qa/markers/pom.xml
+++ b/qa/markers/pom.xml
@@ -17,7 +17,7 @@
org.eclipse.kapua
kapua-qa
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-qa-markers
diff --git a/qa/pom.xml b/qa/pom.xml
index 1425872755b..043d7a9cb3a 100644
--- a/qa/pom.xml
+++ b/qa/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.kapua
kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-qa
diff --git a/rest-api/core/pom.xml b/rest-api/core/pom.xml
index 0c6b3b1e0a9..6eff84da8f0 100644
--- a/rest-api/core/pom.xml
+++ b/rest-api/core/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-rest-api
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-rest-api-core
diff --git a/rest-api/pom.xml b/rest-api/pom.xml
index 7f95f672c45..d9c724071ae 100644
--- a/rest-api/pom.xml
+++ b/rest-api/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-rest-api
diff --git a/rest-api/resources/pom.xml b/rest-api/resources/pom.xml
index 32c65667c11..5ff08d21186 100644
--- a/rest-api/resources/pom.xml
+++ b/rest-api/resources/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-rest-api
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-rest-api-resources
diff --git a/rest-api/resources/src/main/resources/openapi/openapi.yaml b/rest-api/resources/src/main/resources/openapi/openapi.yaml
index f3161b144ed..54cd7314191 100644
--- a/rest-api/resources/src/main/resources/openapi/openapi.yaml
+++ b/rest-api/resources/src/main/resources/openapi/openapi.yaml
@@ -2,7 +2,7 @@ openapi: 3.0.3
info:
title: Eclipse Kapua REST API
- version: '2.0.0-BETA-M12'
+ version: '2.0.0-SNAPSHOT'
contact:
name: Eclipse Kapua Dev Team
url: https://eclipse.org/kapua
diff --git a/rest-api/web/pom.xml b/rest-api/web/pom.xml
index 24ffb7dda63..fa04ce9aee8 100644
--- a/rest-api/web/pom.xml
+++ b/rest-api/web/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-rest-api
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-rest-api-web
diff --git a/service/account/api/pom.xml b/service/account/api/pom.xml
index b181423d779..4a839865368 100644
--- a/service/account/api/pom.xml
+++ b/service/account/api/pom.xml
@@ -17,7 +17,7 @@
org.eclipse.kapua
kapua-account
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-account-api
diff --git a/service/account/internal/pom.xml b/service/account/internal/pom.xml
index b7ff96b4581..15e2a079308 100644
--- a/service/account/internal/pom.xml
+++ b/service/account/internal/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-account
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-account-internal
diff --git a/service/account/pom.xml b/service/account/pom.xml
index e49d6f2130c..294591e8006 100644
--- a/service/account/pom.xml
+++ b/service/account/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.kapua
kapua-service
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
pom
diff --git a/service/account/test-steps/pom.xml b/service/account/test-steps/pom.xml
index 242cb3b4313..89e20b84c4e 100644
--- a/service/account/test-steps/pom.xml
+++ b/service/account/test-steps/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-account
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-account-test-steps
diff --git a/service/account/test/pom.xml b/service/account/test/pom.xml
index 39feb2daf66..32e7fbdb2cd 100644
--- a/service/account/test/pom.xml
+++ b/service/account/test/pom.xml
@@ -20,7 +20,7 @@
org.eclipse.kapua
kapua-account
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-account-test
diff --git a/service/api/pom.xml b/service/api/pom.xml
index 62e8a5dbf98..6ed8a02f79f 100644
--- a/service/api/pom.xml
+++ b/service/api/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-service
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-service-api
diff --git a/service/authentication-app/pom.xml b/service/authentication-app/pom.xml
index 2d10c86011e..f1cc6ce21a2 100644
--- a/service/authentication-app/pom.xml
+++ b/service/authentication-app/pom.xml
@@ -17,7 +17,7 @@
kapua-service
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
4.0.0
diff --git a/service/authentication/pom.xml b/service/authentication/pom.xml
index ccbb64bfc4a..8629e4dd594 100644
--- a/service/authentication/pom.xml
+++ b/service/authentication/pom.xml
@@ -17,7 +17,7 @@
org.eclipse.kapua
kapua-service
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-service-authentication
diff --git a/service/camel/pom.xml b/service/camel/pom.xml
index 1e27e6052e3..19eaeda3f5b 100644
--- a/service/camel/pom.xml
+++ b/service/camel/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-service
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-service-camel
diff --git a/service/client/pom.xml b/service/client/pom.xml
index e5da1a06d54..dcfa2682d80 100644
--- a/service/client/pom.xml
+++ b/service/client/pom.xml
@@ -17,7 +17,7 @@
org.eclipse.kapua
kapua-service
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-service-client
diff --git a/service/commons/elasticsearch/client-api/pom.xml b/service/commons/elasticsearch/client-api/pom.xml
index 71998e87173..1ba930dad8e 100644
--- a/service/commons/elasticsearch/client-api/pom.xml
+++ b/service/commons/elasticsearch/client-api/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-service-elasticsearch
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-service-elasticsearch-client-api
diff --git a/service/commons/elasticsearch/client-rest/pom.xml b/service/commons/elasticsearch/client-rest/pom.xml
index 3c7d2dc65f6..20039236402 100644
--- a/service/commons/elasticsearch/client-rest/pom.xml
+++ b/service/commons/elasticsearch/client-rest/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-service-elasticsearch
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-service-elasticsearch-client-rest
diff --git a/service/commons/elasticsearch/pom.xml b/service/commons/elasticsearch/pom.xml
index 4544b1780e9..6296247106e 100644
--- a/service/commons/elasticsearch/pom.xml
+++ b/service/commons/elasticsearch/pom.xml
@@ -19,7 +19,7 @@
kapua-service-commons
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-service-elasticsearch
diff --git a/service/commons/pom.xml b/service/commons/pom.xml
index 24ec6466849..ad240da38e3 100644
--- a/service/commons/pom.xml
+++ b/service/commons/pom.xml
@@ -19,7 +19,7 @@
kapua-service
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-service-commons
diff --git a/service/commons/storable/api/pom.xml b/service/commons/storable/api/pom.xml
index e7ada746ad3..dd07f744277 100644
--- a/service/commons/storable/api/pom.xml
+++ b/service/commons/storable/api/pom.xml
@@ -19,7 +19,7 @@
kapua-service-storable
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-service-storable-api
diff --git a/service/commons/storable/internal/pom.xml b/service/commons/storable/internal/pom.xml
index c148b7f3563..58c19e18789 100644
--- a/service/commons/storable/internal/pom.xml
+++ b/service/commons/storable/internal/pom.xml
@@ -19,7 +19,7 @@
kapua-service-storable
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-service-storable-internal
diff --git a/service/commons/storable/pom.xml b/service/commons/storable/pom.xml
index b5fbec3efa9..1923e3faa5e 100644
--- a/service/commons/storable/pom.xml
+++ b/service/commons/storable/pom.xml
@@ -19,7 +19,7 @@
kapua-service-commons
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-service-storable
diff --git a/service/commons/utils/api/pom.xml b/service/commons/utils/api/pom.xml
index 18c0b33fbbe..f2431fa01d5 100644
--- a/service/commons/utils/api/pom.xml
+++ b/service/commons/utils/api/pom.xml
@@ -19,7 +19,7 @@
kapua-service-commons-utils
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-service-commons-utils-api
diff --git a/service/commons/utils/internal/pom.xml b/service/commons/utils/internal/pom.xml
index ddc69c97497..6f85ee08f14 100644
--- a/service/commons/utils/internal/pom.xml
+++ b/service/commons/utils/internal/pom.xml
@@ -19,7 +19,7 @@
kapua-service-commons-utils
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-service-commons-utils-internal
diff --git a/service/commons/utils/pom.xml b/service/commons/utils/pom.xml
index c140f996ae4..00eeeaf9db8 100644
--- a/service/commons/utils/pom.xml
+++ b/service/commons/utils/pom.xml
@@ -19,7 +19,7 @@
kapua-service-commons
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-service-commons-utils
diff --git a/service/datastore/api/pom.xml b/service/datastore/api/pom.xml
index 04efe9865b3..b1d64133b71 100644
--- a/service/datastore/api/pom.xml
+++ b/service/datastore/api/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.kapua
kapua-datastore
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-datastore-api
diff --git a/service/datastore/internal/pom.xml b/service/datastore/internal/pom.xml
index 489a0eb64f1..59e98f97bae 100644
--- a/service/datastore/internal/pom.xml
+++ b/service/datastore/internal/pom.xml
@@ -20,7 +20,7 @@
org.eclipse.kapua
kapua-datastore
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-datastore-internal
diff --git a/service/datastore/pom.xml b/service/datastore/pom.xml
index 62262d2b321..e9078c59892 100644
--- a/service/datastore/pom.xml
+++ b/service/datastore/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.kapua
kapua-service
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-datastore
diff --git a/service/datastore/test-steps/pom.xml b/service/datastore/test-steps/pom.xml
index 20f2b106963..7b46c303554 100644
--- a/service/datastore/test-steps/pom.xml
+++ b/service/datastore/test-steps/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-datastore
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-datastore-test-steps
diff --git a/service/datastore/test/pom.xml b/service/datastore/test/pom.xml
index f8ffa272abc..79d85119302 100644
--- a/service/datastore/test/pom.xml
+++ b/service/datastore/test/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-datastore
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-datastore-test
diff --git a/service/device/api/pom.xml b/service/device/api/pom.xml
index 85b4bd4c0f8..bbc4191df4e 100644
--- a/service/device/api/pom.xml
+++ b/service/device/api/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-device
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-device-api
diff --git a/service/device/authentication/pom.xml b/service/device/authentication/pom.xml
index 732264cdfad..4f6b0274a41 100644
--- a/service/device/authentication/pom.xml
+++ b/service/device/authentication/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.kapua
kapua-device
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-device-authentication
diff --git a/service/device/call/api/pom.xml b/service/device/call/api/pom.xml
index 62cbec903b7..baad4047799 100644
--- a/service/device/call/api/pom.xml
+++ b/service/device/call/api/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-device-call
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-device-call-api
diff --git a/service/device/call/kura/pom.xml b/service/device/call/kura/pom.xml
index 7d97e78341a..8e6def2ff79 100644
--- a/service/device/call/kura/pom.xml
+++ b/service/device/call/kura/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.kapua
kapua-device-call
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-device-call-kura
diff --git a/service/device/call/pom.xml b/service/device/call/pom.xml
index aefacfed4e1..73c0c13025b 100644
--- a/service/device/call/pom.xml
+++ b/service/device/call/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.kapua
kapua-device
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
pom
diff --git a/service/device/commons/pom.xml b/service/device/commons/pom.xml
index 12083278a15..555790ab0cf 100644
--- a/service/device/commons/pom.xml
+++ b/service/device/commons/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.kapua
kapua-device
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-device-commons
diff --git a/service/device/management/all/api/pom.xml b/service/device/management/all/api/pom.xml
index 2c77a32d2d9..e606c977e1e 100644
--- a/service/device/management/all/api/pom.xml
+++ b/service/device/management/all/api/pom.xml
@@ -19,7 +19,7 @@
kapua-device-management-all
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-device-management-all-api
diff --git a/service/device/management/all/internal/pom.xml b/service/device/management/all/internal/pom.xml
index acc11873429..b1b0742fca3 100644
--- a/service/device/management/all/internal/pom.xml
+++ b/service/device/management/all/internal/pom.xml
@@ -19,7 +19,7 @@
kapua-device-management-all
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-device-management-all-internal
diff --git a/service/device/management/all/job/pom.xml b/service/device/management/all/job/pom.xml
index 809a656de49..846893679fc 100644
--- a/service/device/management/all/job/pom.xml
+++ b/service/device/management/all/job/pom.xml
@@ -19,7 +19,7 @@
kapua-device-management-all
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-device-management-all-job
diff --git a/service/device/management/all/pom.xml b/service/device/management/all/pom.xml
index 68d7839ea53..0c370dfebbb 100644
--- a/service/device/management/all/pom.xml
+++ b/service/device/management/all/pom.xml
@@ -19,7 +19,7 @@
kapua-device-management
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
pom
diff --git a/service/device/management/api/pom.xml b/service/device/management/api/pom.xml
index 7d1ae1bab61..dad06556e70 100644
--- a/service/device/management/api/pom.xml
+++ b/service/device/management/api/pom.xml
@@ -19,7 +19,7 @@
kapua-device-management
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-device-management-api
diff --git a/service/device/management/asset-store/api/pom.xml b/service/device/management/asset-store/api/pom.xml
index 33af4c177e4..67a6e8795b6 100644
--- a/service/device/management/asset-store/api/pom.xml
+++ b/service/device/management/asset-store/api/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.kapua
kapua-device-management-asset-store
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-device-management-asset-store-api
diff --git a/service/device/management/asset-store/dummy/pom.xml b/service/device/management/asset-store/dummy/pom.xml
index d3d4a80edc4..899eabc0d14 100644
--- a/service/device/management/asset-store/dummy/pom.xml
+++ b/service/device/management/asset-store/dummy/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-device-management-asset-store
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-device-management-asset-store-dummy
diff --git a/service/device/management/asset-store/pom.xml b/service/device/management/asset-store/pom.xml
index 2d6fac32ea5..38e98e4b580 100644
--- a/service/device/management/asset-store/pom.xml
+++ b/service/device/management/asset-store/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.kapua
kapua-device-management
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-device-management-asset-store
diff --git a/service/device/management/asset/api/pom.xml b/service/device/management/asset/api/pom.xml
index b8814874d20..146809d0d59 100644
--- a/service/device/management/asset/api/pom.xml
+++ b/service/device/management/asset/api/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-device-management-asset
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-device-management-asset-api
diff --git a/service/device/management/asset/internal/pom.xml b/service/device/management/asset/internal/pom.xml
index 36d4a6c501c..2f8d60640c5 100644
--- a/service/device/management/asset/internal/pom.xml
+++ b/service/device/management/asset/internal/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.kapua
kapua-device-management-asset
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-device-management-asset-internal
diff --git a/service/device/management/asset/job/pom.xml b/service/device/management/asset/job/pom.xml
index d06036f5cfa..8e49adb4f31 100644
--- a/service/device/management/asset/job/pom.xml
+++ b/service/device/management/asset/job/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-device-management-asset
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-device-management-asset-job
diff --git a/service/device/management/asset/pom.xml b/service/device/management/asset/pom.xml
index c8fdfbc180f..4d6e320824d 100644
--- a/service/device/management/asset/pom.xml
+++ b/service/device/management/asset/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-device-management
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
pom
diff --git a/service/device/management/bundle/api/pom.xml b/service/device/management/bundle/api/pom.xml
index 218e994dcb0..ca012c5ae7f 100644
--- a/service/device/management/bundle/api/pom.xml
+++ b/service/device/management/bundle/api/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-device-management-bundle
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-device-management-bundle-api
diff --git a/service/device/management/bundle/internal/pom.xml b/service/device/management/bundle/internal/pom.xml
index bcdaa9e36d7..9b4bbef99b1 100644
--- a/service/device/management/bundle/internal/pom.xml
+++ b/service/device/management/bundle/internal/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.kapua
kapua-device-management-bundle
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-device-management-bundle-internal
diff --git a/service/device/management/bundle/job/pom.xml b/service/device/management/bundle/job/pom.xml
index ee8e791fd88..740307a9d57 100644
--- a/service/device/management/bundle/job/pom.xml
+++ b/service/device/management/bundle/job/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-device-management-bundle
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-device-management-bundle-job
diff --git a/service/device/management/bundle/pom.xml b/service/device/management/bundle/pom.xml
index 7841a41e2af..78ff17228e3 100644
--- a/service/device/management/bundle/pom.xml
+++ b/service/device/management/bundle/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-device-management
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
pom
diff --git a/service/device/management/command/api/pom.xml b/service/device/management/command/api/pom.xml
index 26dc8221138..85890b09642 100644
--- a/service/device/management/command/api/pom.xml
+++ b/service/device/management/command/api/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-device-management-command
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-device-management-command-api
diff --git a/service/device/management/command/internal/pom.xml b/service/device/management/command/internal/pom.xml
index bb4486496ee..07f8addb802 100644
--- a/service/device/management/command/internal/pom.xml
+++ b/service/device/management/command/internal/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.kapua
kapua-device-management-command
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-device-management-command-internal
diff --git a/service/device/management/command/job/pom.xml b/service/device/management/command/job/pom.xml
index 6484fe21354..704547f9e06 100644
--- a/service/device/management/command/job/pom.xml
+++ b/service/device/management/command/job/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-device-management-command
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-device-management-command-job
diff --git a/service/device/management/command/pom.xml b/service/device/management/command/pom.xml
index dc416f24090..500ada5c5e1 100644
--- a/service/device/management/command/pom.xml
+++ b/service/device/management/command/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-device-management
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
pom
diff --git a/service/device/management/configuration-store/api/pom.xml b/service/device/management/configuration-store/api/pom.xml
index 32aad3ed9e0..da4f82a0b6a 100644
--- a/service/device/management/configuration-store/api/pom.xml
+++ b/service/device/management/configuration-store/api/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.kapua
kapua-device-management-configuration-store
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-device-management-configuration-store-api
diff --git a/service/device/management/configuration-store/dummy/pom.xml b/service/device/management/configuration-store/dummy/pom.xml
index 1ed24bf73d1..67393d238e6 100644
--- a/service/device/management/configuration-store/dummy/pom.xml
+++ b/service/device/management/configuration-store/dummy/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-device-management-configuration-store
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-device-management-configuration-store-dummy
diff --git a/service/device/management/configuration-store/pom.xml b/service/device/management/configuration-store/pom.xml
index ebc5b9e6258..a30b36ee98a 100644
--- a/service/device/management/configuration-store/pom.xml
+++ b/service/device/management/configuration-store/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.kapua
kapua-device-management
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-device-management-configuration-store
diff --git a/service/device/management/configuration/api/pom.xml b/service/device/management/configuration/api/pom.xml
index 16c634c28b2..bacf6351847 100644
--- a/service/device/management/configuration/api/pom.xml
+++ b/service/device/management/configuration/api/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-device-management-configuration
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-device-management-configuration-api
diff --git a/service/device/management/configuration/internal/pom.xml b/service/device/management/configuration/internal/pom.xml
index ad0849d2fdd..9a6840edd33 100644
--- a/service/device/management/configuration/internal/pom.xml
+++ b/service/device/management/configuration/internal/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.kapua
kapua-device-management-configuration
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-device-management-configuration-internal
diff --git a/service/device/management/configuration/job/pom.xml b/service/device/management/configuration/job/pom.xml
index 6f4a3dc9723..f6a78c0c928 100644
--- a/service/device/management/configuration/job/pom.xml
+++ b/service/device/management/configuration/job/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-device-management-configuration
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-device-management-configuration-job
diff --git a/service/device/management/configuration/message-api/pom.xml b/service/device/management/configuration/message-api/pom.xml
index c19b906436e..77623454e66 100644
--- a/service/device/management/configuration/message-api/pom.xml
+++ b/service/device/management/configuration/message-api/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-device-management-configuration
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-device-management-configuration-message-api
diff --git a/service/device/management/configuration/pom.xml b/service/device/management/configuration/pom.xml
index 6f3285b865a..07549b23eec 100644
--- a/service/device/management/configuration/pom.xml
+++ b/service/device/management/configuration/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.kapua
kapua-device-management
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
pom
diff --git a/service/device/management/inventory/api/pom.xml b/service/device/management/inventory/api/pom.xml
index bde9ab984cb..bb72a5ec7df 100644
--- a/service/device/management/inventory/api/pom.xml
+++ b/service/device/management/inventory/api/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-device-management-inventory
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-device-management-inventory-api
diff --git a/service/device/management/inventory/internal/pom.xml b/service/device/management/inventory/internal/pom.xml
index c01c7aeb330..c7d086ce473 100644
--- a/service/device/management/inventory/internal/pom.xml
+++ b/service/device/management/inventory/internal/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-device-management-inventory
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-device-management-inventory-internal
diff --git a/service/device/management/inventory/pom.xml b/service/device/management/inventory/pom.xml
index ab10058b120..2a4b305bbb1 100644
--- a/service/device/management/inventory/pom.xml
+++ b/service/device/management/inventory/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-device-management
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-device-management-inventory
diff --git a/service/device/management/job/api/pom.xml b/service/device/management/job/api/pom.xml
index 3c3d3c9281e..14c4984b9cb 100644
--- a/service/device/management/job/api/pom.xml
+++ b/service/device/management/job/api/pom.xml
@@ -18,7 +18,7 @@
kapua-device-management-job
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-device-management-job-api
diff --git a/service/device/management/job/internal/pom.xml b/service/device/management/job/internal/pom.xml
index 574b4296bc6..63175fa44bd 100644
--- a/service/device/management/job/internal/pom.xml
+++ b/service/device/management/job/internal/pom.xml
@@ -18,7 +18,7 @@
kapua-device-management-job
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-device-management-job-internal
diff --git a/service/device/management/job/pom.xml b/service/device/management/job/pom.xml
index 34c5cc959db..27ae9b80300 100644
--- a/service/device/management/job/pom.xml
+++ b/service/device/management/job/pom.xml
@@ -18,7 +18,7 @@
kapua-device-management
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
pom
diff --git a/service/device/management/keystore/api/pom.xml b/service/device/management/keystore/api/pom.xml
index 17d204e436b..ecf2a8099df 100644
--- a/service/device/management/keystore/api/pom.xml
+++ b/service/device/management/keystore/api/pom.xml
@@ -17,7 +17,7 @@
org.eclipse.kapua
kapua-device-management-keystore
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-device-management-keystore-api
diff --git a/service/device/management/keystore/internal/pom.xml b/service/device/management/keystore/internal/pom.xml
index 8e7414846fc..bf44177a0b4 100644
--- a/service/device/management/keystore/internal/pom.xml
+++ b/service/device/management/keystore/internal/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-device-management-keystore
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-device-management-keystore-internal
diff --git a/service/device/management/keystore/job/pom.xml b/service/device/management/keystore/job/pom.xml
index f3a2bdab04e..99a5dabe511 100644
--- a/service/device/management/keystore/job/pom.xml
+++ b/service/device/management/keystore/job/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-device-management-keystore
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-device-management-keystore-job
diff --git a/service/device/management/keystore/pom.xml b/service/device/management/keystore/pom.xml
index 50453de1610..1b5190b7a3a 100644
--- a/service/device/management/keystore/pom.xml
+++ b/service/device/management/keystore/pom.xml
@@ -19,7 +19,7 @@
kapua-device-management
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-device-management-keystore
diff --git a/service/device/management/packages/api/pom.xml b/service/device/management/packages/api/pom.xml
index 129b6117e82..45e8dc1de51 100644
--- a/service/device/management/packages/api/pom.xml
+++ b/service/device/management/packages/api/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-device-management-packages
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-device-management-packages-api
diff --git a/service/device/management/packages/internal/pom.xml b/service/device/management/packages/internal/pom.xml
index 32f81895076..0c1bc5f41a2 100644
--- a/service/device/management/packages/internal/pom.xml
+++ b/service/device/management/packages/internal/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.kapua
kapua-device-management-packages
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-device-management-packages-internal
diff --git a/service/device/management/packages/job/pom.xml b/service/device/management/packages/job/pom.xml
index 0343a0dfef6..ca2fa2ab3c9 100644
--- a/service/device/management/packages/job/pom.xml
+++ b/service/device/management/packages/job/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-device-management-packages
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-device-management-packages-job
diff --git a/service/device/management/packages/pom.xml b/service/device/management/packages/pom.xml
index 193ee1400ee..476def35dba 100644
--- a/service/device/management/packages/pom.xml
+++ b/service/device/management/packages/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-device-management
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
pom
diff --git a/service/device/management/pom.xml b/service/device/management/pom.xml
index 37a30bf5c9e..87fa5c62143 100644
--- a/service/device/management/pom.xml
+++ b/service/device/management/pom.xml
@@ -19,7 +19,7 @@
kapua-device
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-device-management
diff --git a/service/device/management/registry/api/pom.xml b/service/device/management/registry/api/pom.xml
index 8514709401c..6fe5faa0046 100644
--- a/service/device/management/registry/api/pom.xml
+++ b/service/device/management/registry/api/pom.xml
@@ -19,7 +19,7 @@
kapua-device-management-registry
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-device-management-registry-api
diff --git a/service/device/management/registry/internal/pom.xml b/service/device/management/registry/internal/pom.xml
index 0fb23aeee51..63ce818278e 100644
--- a/service/device/management/registry/internal/pom.xml
+++ b/service/device/management/registry/internal/pom.xml
@@ -19,7 +19,7 @@
kapua-device-management-registry
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-device-management-registry-internal
diff --git a/service/device/management/registry/pom.xml b/service/device/management/registry/pom.xml
index ed8f381b187..9826b437951 100644
--- a/service/device/management/registry/pom.xml
+++ b/service/device/management/registry/pom.xml
@@ -19,7 +19,7 @@
kapua-device-management
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
pom
diff --git a/service/device/management/request/api/pom.xml b/service/device/management/request/api/pom.xml
index df89d2b9e27..ebaa064d6f3 100644
--- a/service/device/management/request/api/pom.xml
+++ b/service/device/management/request/api/pom.xml
@@ -18,7 +18,7 @@
kapua-device-management-request
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-device-management-request-api
diff --git a/service/device/management/request/internal/pom.xml b/service/device/management/request/internal/pom.xml
index c2b7876f1fa..ff5c7073167 100644
--- a/service/device/management/request/internal/pom.xml
+++ b/service/device/management/request/internal/pom.xml
@@ -19,7 +19,7 @@
kapua-device-management-request
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-device-management-request-internal
diff --git a/service/device/management/request/pom.xml b/service/device/management/request/pom.xml
index 11126d08cc1..fa746ead743 100644
--- a/service/device/management/request/pom.xml
+++ b/service/device/management/request/pom.xml
@@ -18,7 +18,7 @@
kapua-device-management
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
pom
diff --git a/service/device/pom.xml b/service/device/pom.xml
index 55646c6ed51..3783c0628e6 100644
--- a/service/device/pom.xml
+++ b/service/device/pom.xml
@@ -17,7 +17,7 @@
org.eclipse.kapua
kapua-service
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-device
diff --git a/service/device/registry/api/pom.xml b/service/device/registry/api/pom.xml
index 9d4e47f79f3..e7136b912f6 100644
--- a/service/device/registry/api/pom.xml
+++ b/service/device/registry/api/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-device-registry
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-device-registry-api
diff --git a/service/device/registry/internal/pom.xml b/service/device/registry/internal/pom.xml
index 0db273b45f7..9cdd74e59ca 100644
--- a/service/device/registry/internal/pom.xml
+++ b/service/device/registry/internal/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-device-registry
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-device-registry-internal
diff --git a/service/device/registry/pom.xml b/service/device/registry/pom.xml
index 0fd04312a1f..22d28b8c212 100644
--- a/service/device/registry/pom.xml
+++ b/service/device/registry/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.kapua
kapua-device
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
pom
diff --git a/service/device/registry/test-steps/pom.xml b/service/device/registry/test-steps/pom.xml
index 283217fe0d1..41ef0138d3d 100644
--- a/service/device/registry/test-steps/pom.xml
+++ b/service/device/registry/test-steps/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-device-registry
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-device-registry-test-steps
diff --git a/service/device/registry/test/pom.xml b/service/device/registry/test/pom.xml
index d14c1227ac6..2e99e104a14 100644
--- a/service/device/registry/test/pom.xml
+++ b/service/device/registry/test/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-device-registry
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-device-registry-test
diff --git a/service/endpoint/api/pom.xml b/service/endpoint/api/pom.xml
index ed132ec9822..585ac90232d 100644
--- a/service/endpoint/api/pom.xml
+++ b/service/endpoint/api/pom.xml
@@ -17,7 +17,7 @@
kapua-endpoint
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
4.0.0
diff --git a/service/endpoint/internal/pom.xml b/service/endpoint/internal/pom.xml
index d74035d8840..8bc47451ba4 100644
--- a/service/endpoint/internal/pom.xml
+++ b/service/endpoint/internal/pom.xml
@@ -19,7 +19,7 @@
kapua-endpoint
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-endpoint-internal
diff --git a/service/endpoint/pom.xml b/service/endpoint/pom.xml
index 9c4084db31f..c70b59719da 100644
--- a/service/endpoint/pom.xml
+++ b/service/endpoint/pom.xml
@@ -19,7 +19,7 @@
kapua-service
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
pom
diff --git a/service/endpoint/test-steps/pom.xml b/service/endpoint/test-steps/pom.xml
index 389476ad168..4a35e40d0e0 100644
--- a/service/endpoint/test-steps/pom.xml
+++ b/service/endpoint/test-steps/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-endpoint
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-endpoint-test-steps
diff --git a/service/job/api/pom.xml b/service/job/api/pom.xml
index 0d3b8130a59..dfc0198e30a 100644
--- a/service/job/api/pom.xml
+++ b/service/job/api/pom.xml
@@ -17,7 +17,7 @@
org.eclipse.kapua
kapua-job
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-job-api
diff --git a/service/job/internal/pom.xml b/service/job/internal/pom.xml
index 0d915eb216d..e12d3a8421a 100755
--- a/service/job/internal/pom.xml
+++ b/service/job/internal/pom.xml
@@ -17,7 +17,7 @@
org.eclipse.kapua
kapua-job
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-job-internal
diff --git a/service/job/pom.xml b/service/job/pom.xml
index aeac745d205..badd4beb92b 100644
--- a/service/job/pom.xml
+++ b/service/job/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.kapua
kapua-service
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
pom
diff --git a/service/job/test-steps/pom.xml b/service/job/test-steps/pom.xml
index 5c5641fb9c9..73c5a29f25f 100644
--- a/service/job/test-steps/pom.xml
+++ b/service/job/test-steps/pom.xml
@@ -20,7 +20,7 @@
org.eclipse.kapua
kapua-job
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-job-test-steps
diff --git a/service/job/test/pom.xml b/service/job/test/pom.xml
index d79b7e993a5..7a1453460de 100644
--- a/service/job/test/pom.xml
+++ b/service/job/test/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.kapua
kapua-job
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-job-test
diff --git a/service/pom.xml b/service/pom.xml
index 27b06e07b6d..d36b506a07a 100644
--- a/service/pom.xml
+++ b/service/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-service
diff --git a/service/scheduler/api/pom.xml b/service/scheduler/api/pom.xml
index db7d7b19594..823bcc81892 100644
--- a/service/scheduler/api/pom.xml
+++ b/service/scheduler/api/pom.xml
@@ -17,7 +17,7 @@
org.eclipse.kapua
kapua-scheduler
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-scheduler-api
diff --git a/service/scheduler/pom.xml b/service/scheduler/pom.xml
index 9d67b752f0a..a3b44380319 100644
--- a/service/scheduler/pom.xml
+++ b/service/scheduler/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.kapua
kapua-service
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
pom
diff --git a/service/scheduler/quartz/pom.xml b/service/scheduler/quartz/pom.xml
index f80d9658ad1..b4769c75d0a 100644
--- a/service/scheduler/quartz/pom.xml
+++ b/service/scheduler/quartz/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-scheduler
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-scheduler-quartz
diff --git a/service/scheduler/test-steps/pom.xml b/service/scheduler/test-steps/pom.xml
index 594334373ce..14e5c811e39 100644
--- a/service/scheduler/test-steps/pom.xml
+++ b/service/scheduler/test-steps/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-scheduler
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-scheduler-test-steps
diff --git a/service/scheduler/test/pom.xml b/service/scheduler/test/pom.xml
index b3cfa5d41aa..ffd21b3c848 100644
--- a/service/scheduler/test/pom.xml
+++ b/service/scheduler/test/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-scheduler
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-scheduler-test
diff --git a/service/security/authentication/api/pom.xml b/service/security/authentication/api/pom.xml
index fe862f01ea3..c265bc77889 100644
--- a/service/security/authentication/api/pom.xml
+++ b/service/security/authentication/api/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-security-authentication
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-security-authentication-api
diff --git a/service/security/authentication/pom.xml b/service/security/authentication/pom.xml
index 886c3a2f37f..d19348d2d64 100644
--- a/service/security/authentication/pom.xml
+++ b/service/security/authentication/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.kapua
kapua-security
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
pom
diff --git a/service/security/authorization/api/pom.xml b/service/security/authorization/api/pom.xml
index 0a62ebcb836..bb6299f0b4f 100644
--- a/service/security/authorization/api/pom.xml
+++ b/service/security/authorization/api/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-security-authorization
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-security-authorization-api
diff --git a/service/security/authorization/pom.xml b/service/security/authorization/pom.xml
index 76e710671c1..0b12f6c5c56 100644
--- a/service/security/authorization/pom.xml
+++ b/service/security/authorization/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.kapua
kapua-security
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
pom
diff --git a/service/security/certificate/api/pom.xml b/service/security/certificate/api/pom.xml
index 42fe9582d15..86acf1a5507 100644
--- a/service/security/certificate/api/pom.xml
+++ b/service/security/certificate/api/pom.xml
@@ -18,7 +18,7 @@
kapua-security-certificate
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
4.0.0
diff --git a/service/security/certificate/internal/pom.xml b/service/security/certificate/internal/pom.xml
index 3bab246200a..15bf91914ea 100644
--- a/service/security/certificate/internal/pom.xml
+++ b/service/security/certificate/internal/pom.xml
@@ -18,7 +18,7 @@
kapua-security-certificate
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
4.0.0
diff --git a/service/security/certificate/pom.xml b/service/security/certificate/pom.xml
index 467b26becee..4e95858d6af 100644
--- a/service/security/certificate/pom.xml
+++ b/service/security/certificate/pom.xml
@@ -18,7 +18,7 @@
kapua-security
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
4.0.0
diff --git a/service/security/pom.xml b/service/security/pom.xml
index 42099f8cb7e..ccaa19e519d 100644
--- a/service/security/pom.xml
+++ b/service/security/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.kapua
kapua-service
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
pom
diff --git a/service/security/registration/api/pom.xml b/service/security/registration/api/pom.xml
index 9e364cf8853..48abe806cd2 100644
--- a/service/security/registration/api/pom.xml
+++ b/service/security/registration/api/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.kapua
kapua-security-registration
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-security-registration-api
diff --git a/service/security/registration/pom.xml b/service/security/registration/pom.xml
index 92bb45dc3c6..422af670a7f 100644
--- a/service/security/registration/pom.xml
+++ b/service/security/registration/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.kapua
kapua-security
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-security-registration
diff --git a/service/security/registration/simple/pom.xml b/service/security/registration/simple/pom.xml
index 5efa9bef541..918eb5d1d8c 100644
--- a/service/security/registration/simple/pom.xml
+++ b/service/security/registration/simple/pom.xml
@@ -20,7 +20,7 @@
org.eclipse.kapua
kapua-security-registration
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-security-registration-simple
diff --git a/service/security/shiro/pom.xml b/service/security/shiro/pom.xml
index 2e7095a923a..97eae289739 100644
--- a/service/security/shiro/pom.xml
+++ b/service/security/shiro/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.kapua
kapua-security
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-security-shiro
diff --git a/service/security/test-steps/pom.xml b/service/security/test-steps/pom.xml
index d8523d2f7cd..cb1270f0378 100644
--- a/service/security/test-steps/pom.xml
+++ b/service/security/test-steps/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-security
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-security-test-steps
diff --git a/service/security/test/pom.xml b/service/security/test/pom.xml
index 296fe2eb55c..088c371ff22 100644
--- a/service/security/test/pom.xml
+++ b/service/security/test/pom.xml
@@ -20,7 +20,7 @@
org.eclipse.kapua
kapua-security
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-security-test
diff --git a/service/stream/api/pom.xml b/service/stream/api/pom.xml
index cd6e7e3beb0..7c4a5c4940f 100644
--- a/service/stream/api/pom.xml
+++ b/service/stream/api/pom.xml
@@ -18,7 +18,7 @@
kapua-stream
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-stream-api
diff --git a/service/stream/internal/pom.xml b/service/stream/internal/pom.xml
index 2f8721abbe2..9c3f6fb99fc 100644
--- a/service/stream/internal/pom.xml
+++ b/service/stream/internal/pom.xml
@@ -18,7 +18,7 @@
kapua-stream
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-stream-internal
diff --git a/service/stream/pom.xml b/service/stream/pom.xml
index c30a833cad8..4a954ed14b9 100644
--- a/service/stream/pom.xml
+++ b/service/stream/pom.xml
@@ -16,7 +16,7 @@
kapua-service
org.eclipse.kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
4.0.0
diff --git a/service/system/api/pom.xml b/service/system/api/pom.xml
index d65e972f8ee..76fec3fe32a 100644
--- a/service/system/api/pom.xml
+++ b/service/system/api/pom.xml
@@ -17,7 +17,7 @@
org.eclipse.kapua
kapua-system
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-system-api
diff --git a/service/system/internal/pom.xml b/service/system/internal/pom.xml
index 2b7d3efe474..f68490c6ffc 100644
--- a/service/system/internal/pom.xml
+++ b/service/system/internal/pom.xml
@@ -17,7 +17,7 @@
org.eclipse.kapua
kapua-system
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-system-internal
diff --git a/service/system/pom.xml b/service/system/pom.xml
index 37253b88074..e0ad7c2014c 100644
--- a/service/system/pom.xml
+++ b/service/system/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-service
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
pom
diff --git a/service/system/test-steps/pom.xml b/service/system/test-steps/pom.xml
index f6c4defb830..b194279767b 100644
--- a/service/system/test-steps/pom.xml
+++ b/service/system/test-steps/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-system
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-system-test-steps
diff --git a/service/system/test/pom.xml b/service/system/test/pom.xml
index 7207afab929..62a791801e4 100644
--- a/service/system/test/pom.xml
+++ b/service/system/test/pom.xml
@@ -20,7 +20,7 @@
org.eclipse.kapua
kapua-system
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-system-test
diff --git a/service/tag/api/pom.xml b/service/tag/api/pom.xml
index 8675d2f7f47..d9fce47d7d3 100644
--- a/service/tag/api/pom.xml
+++ b/service/tag/api/pom.xml
@@ -17,7 +17,7 @@
org.eclipse.kapua
kapua-tag
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-tag-api
diff --git a/service/tag/internal/pom.xml b/service/tag/internal/pom.xml
index 633b4a13bdc..d6383810dc8 100644
--- a/service/tag/internal/pom.xml
+++ b/service/tag/internal/pom.xml
@@ -17,7 +17,7 @@
org.eclipse.kapua
kapua-tag
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-tag-internal
diff --git a/service/tag/pom.xml b/service/tag/pom.xml
index 107410ecdd9..37aa02723c4 100644
--- a/service/tag/pom.xml
+++ b/service/tag/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-service
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
pom
diff --git a/service/tag/test-steps/pom.xml b/service/tag/test-steps/pom.xml
index 1a6e0cf4ccc..ca49c46560c 100644
--- a/service/tag/test-steps/pom.xml
+++ b/service/tag/test-steps/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-tag
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-tag-test-steps
diff --git a/service/tag/test/pom.xml b/service/tag/test/pom.xml
index f3e41f2ed35..9cd75fbebfb 100644
--- a/service/tag/test/pom.xml
+++ b/service/tag/test/pom.xml
@@ -20,7 +20,7 @@
org.eclipse.kapua
kapua-tag
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-tag-test
diff --git a/service/user/api/pom.xml b/service/user/api/pom.xml
index 50d1113eb89..77eb984a4ea 100644
--- a/service/user/api/pom.xml
+++ b/service/user/api/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.kapua
kapua-user
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-user-api
diff --git a/service/user/internal/pom.xml b/service/user/internal/pom.xml
index 7e8872fd96a..b1fcb8186a6 100644
--- a/service/user/internal/pom.xml
+++ b/service/user/internal/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-user
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-user-internal
diff --git a/service/user/pom.xml b/service/user/pom.xml
index e3a621d30ff..703e5b37913 100644
--- a/service/user/pom.xml
+++ b/service/user/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.kapua
kapua-service
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
pom
diff --git a/service/user/test-steps/pom.xml b/service/user/test-steps/pom.xml
index 4ba94c45652..2b15609eaff 100644
--- a/service/user/test-steps/pom.xml
+++ b/service/user/test-steps/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-user
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-user-test-steps
diff --git a/service/user/test/pom.xml b/service/user/test/pom.xml
index 7454af9a1d0..bee4764017c 100644
--- a/service/user/test/pom.xml
+++ b/service/user/test/pom.xml
@@ -20,7 +20,7 @@
org.eclipse.kapua
kapua-user
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-user-test
diff --git a/simulator-kura/pom.xml b/simulator-kura/pom.xml
index b394f83a065..af76b085570 100644
--- a/simulator-kura/pom.xml
+++ b/simulator-kura/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-simulator-kura
diff --git a/translator/api/pom.xml b/translator/api/pom.xml
index f7e4202f681..58ad77697c6 100644
--- a/translator/api/pom.xml
+++ b/translator/api/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-translator
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-translator-api
diff --git a/translator/kapua/kura/pom.xml b/translator/kapua/kura/pom.xml
index 7f6622d8dac..dff690e42e3 100644
--- a/translator/kapua/kura/pom.xml
+++ b/translator/kapua/kura/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.kapua
kapua-translator-kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-translator-kapua-kura
diff --git a/translator/kapua/pom.xml b/translator/kapua/pom.xml
index e27d768201a..7cfc5ce688c 100644
--- a/translator/kapua/pom.xml
+++ b/translator/kapua/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.kapua
kapua-translator
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-translator-kapua
diff --git a/translator/kura/jms/pom.xml b/translator/kura/jms/pom.xml
index accecb720cd..b804ab3ea24 100644
--- a/translator/kura/jms/pom.xml
+++ b/translator/kura/jms/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.kapua
kapua-translator-kura
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-translator-kura-jms
diff --git a/translator/kura/mqtt/pom.xml b/translator/kura/mqtt/pom.xml
index ef811433556..c968f02d778 100644
--- a/translator/kura/mqtt/pom.xml
+++ b/translator/kura/mqtt/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.kapua
kapua-translator-kura
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-translator-kura-mqtt
diff --git a/translator/kura/pom.xml b/translator/kura/pom.xml
index 67225aebdac..7cd4049eb55 100644
--- a/translator/kura/pom.xml
+++ b/translator/kura/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-translator
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-translator-kura
diff --git a/translator/pom.xml b/translator/pom.xml
index 8dabcd2f82f..2df1941cf86 100644
--- a/translator/pom.xml
+++ b/translator/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-translator
diff --git a/translator/test-steps/pom.xml b/translator/test-steps/pom.xml
index 61cf0a6bd9e..2a603daa7bc 100644
--- a/translator/test-steps/pom.xml
+++ b/translator/test-steps/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-translator
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-translator-test-steps
diff --git a/translator/test/pom.xml b/translator/test/pom.xml
index fe13164b42d..e0018153794 100644
--- a/translator/test/pom.xml
+++ b/translator/test/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua-translator
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-translator-test
diff --git a/transport/api/pom.xml b/transport/api/pom.xml
index ef87023d72c..b0135d785df 100644
--- a/transport/api/pom.xml
+++ b/transport/api/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.kapua
kapua-transport
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-transport-api
diff --git a/transport/jms/pom.xml b/transport/jms/pom.xml
index ad15ddd12cc..b34cfbb7a5e 100644
--- a/transport/jms/pom.xml
+++ b/transport/jms/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.kapua
kapua-transport
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-transport-jms
diff --git a/transport/mqtt/pom.xml b/transport/mqtt/pom.xml
index bde2e272508..692d2496827 100644
--- a/transport/mqtt/pom.xml
+++ b/transport/mqtt/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.kapua
kapua-transport
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
kapua-transport-mqtt
diff --git a/transport/pom.xml b/transport/pom.xml
index beebf2a33da..1e8e3fd6e25 100644
--- a/transport/pom.xml
+++ b/transport/pom.xml
@@ -18,7 +18,7 @@
org.eclipse.kapua
kapua
- 2.0.0-BETA-M12
+ 2.0.0-SNAPSHOT
pom