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