This is an automated email from the ASF dual-hosted git repository.
jsinovassinnaik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git
The following commit(s) were added to refs/heads/master by this push:
new 0e8547d81 [maven-release-plugin] prepare for next development iteration
0e8547d81 is described below
commit 0e8547d811aeb5acad870cdf3feb24067836a347
Author: jsinovassin <[email protected]>
AuthorDate: Mon Nov 3 14:33:35 2025 +0100
[maven-release-plugin] prepare for next development iteration
---
api/pom.xml | 2 +-
bom/artifacts/pom.xml | 2 +-
bom/pom.xml | 2 +-
common/pom.xml | 2 +-
docker/pom.xml | 2 +-
extensions/geonames/pom.xml | 2 +-
extensions/geonames/rest/pom.xml | 2 +-
extensions/geonames/services/pom.xml | 2 +-
extensions/groovy-actions/karaf-kar/pom.xml | 2 +-
extensions/groovy-actions/pom.xml | 2 +-
extensions/groovy-actions/rest/pom.xml | 2 +-
extensions/groovy-actions/services/pom.xml | 2 +-
extensions/healthcheck/pom.xml | 2 +-
extensions/json-schema/pom.xml | 2 +-
extensions/json-schema/rest/pom.xml | 2 +-
extensions/json-schema/services/pom.xml | 2 +-
extensions/lists-extension/actions/pom.xml | 2 +-
extensions/lists-extension/pom.xml | 2 +-
extensions/lists-extension/rest/pom.xml | 2 +-
extensions/lists-extension/services/pom.xml | 2 +-
extensions/log4j-extension/pom.xml | 2 +-
extensions/pom.xml | 2 +-
extensions/privacy-extension/pom.xml | 2 +-
extensions/privacy-extension/rest/pom.xml | 2 +-
extensions/privacy-extension/services/pom.xml | 2 +-
extensions/router/pom.xml | 2 +-
extensions/router/router-api/pom.xml | 2 +-
extensions/router/router-core/pom.xml | 2 +-
extensions/router/router-karaf-feature/pom.xml | 2 +-
extensions/router/router-rest/pom.xml | 2 +-
extensions/router/router-service/pom.xml | 2 +-
extensions/salesforce-connector/actions/pom.xml | 2 +-
extensions/salesforce-connector/karaf-kar/pom.xml | 2 +-
extensions/salesforce-connector/pom.xml | 2 +-
extensions/salesforce-connector/rest/pom.xml | 2 +-
extensions/salesforce-connector/services/pom.xml | 2 +-
extensions/weather-update/core/pom.xml | 2 +-
extensions/weather-update/karaf-kar/pom.xml | 2 +-
extensions/weather-update/pom.xml | 2 +-
extensions/web-tracker/pom.xml | 2 +-
extensions/web-tracker/wab/pom.xml | 2 +-
graphql/cxs-impl/pom.xml | 2 +-
graphql/graphql-ui/pom.xml | 2 +-
graphql/karaf-feature/pom.xml | 2 +-
graphql/pom.xml | 2 +-
itests/pom.xml | 2 +-
kar/pom.xml | 2 +-
lifecycle-watcher/pom.xml | 2 +-
manual/pom.xml | 2 +-
metrics/pom.xml | 2 +-
package/pom.xml | 4 ++--
persistence-elasticsearch/conditions/pom.xml | 2 +-
persistence-elasticsearch/core/pom.xml | 2 +-
persistence-elasticsearch/pom.xml | 2 +-
persistence-spi/pom.xml | 2 +-
plugins/baseplugin/pom.xml | 2 +-
plugins/hover-event/pom.xml | 2 +-
plugins/kafka-injector/pom.xml | 2 +-
plugins/mail/pom.xml | 2 +-
plugins/optimization-test/pom.xml | 2 +-
plugins/past-event/pom.xml | 2 +-
plugins/pom.xml | 2 +-
plugins/request/pom.xml | 2 +-
plugins/tracked-event/pom.xml | 2 +-
pom.xml | 4 ++--
rest/pom.xml | 2 +-
samples/graphql-providers-feature/pom.xml | 2 +-
samples/graphql-providers/pom.xml | 2 +-
samples/groovy-actions/pom.xml | 2 +-
samples/login-integration/pom.xml | 2 +-
samples/pom.xml | 2 +-
samples/trainingplugin/pom.xml | 2 +-
samples/tweet-button-plugin/pom.xml | 2 +-
scripting/pom.xml | 2 +-
services/pom.xml | 2 +-
tools/pom.xml | 2 +-
tools/shell-commands/pom.xml | 2 +-
tools/shell-dev-commands/pom.xml | 2 +-
wab/pom.xml | 2 +-
79 files changed, 81 insertions(+), 81 deletions(-)
diff --git a/api/pom.xml b/api/pom.xml
index a50903cf7..af8c96220 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>unomi-root</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>unomi-api</artifactId>
diff --git a/bom/artifacts/pom.xml b/bom/artifacts/pom.xml
index f1f5a2d4b..b0c0ec5b2 100644
--- a/bom/artifacts/pom.xml
+++ b/bom/artifacts/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>unomi-root</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>unomi-bom-artifacts</artifactId>
diff --git a/bom/pom.xml b/bom/pom.xml
index 98344b017..adfcfffe7 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>unomi-root</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>unomi-bom</artifactId>
diff --git a/common/pom.xml b/common/pom.xml
index 0392fa4ad..e0b2b8ef9 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>unomi-root</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>unomi-common</artifactId>
<name>Apache Unomi :: Common Classes</name>
diff --git a/docker/pom.xml b/docker/pom.xml
index 82ceaf113..a14f43941 100644
--- a/docker/pom.xml
+++ b/docker/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>unomi-root</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>unomi-docker</artifactId>
diff --git a/extensions/geonames/pom.xml b/extensions/geonames/pom.xml
index af15c6c04..0199a087b 100644
--- a/extensions/geonames/pom.xml
+++ b/extensions/geonames/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>unomi-extensions</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>cxs-geonames</artifactId>
<name>Apache Unomi :: Extensions :: Geonames Database</name>
diff --git a/extensions/geonames/rest/pom.xml b/extensions/geonames/rest/pom.xml
index b0ecafab9..35d104956 100644
--- a/extensions/geonames/rest/pom.xml
+++ b/extensions/geonames/rest/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>cxs-geonames</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>cxs-geonames-rest</artifactId>
<name>Apache Unomi :: Extensions :: Geonames Database :: REST API</name>
diff --git a/extensions/geonames/services/pom.xml
b/extensions/geonames/services/pom.xml
index c0343f361..f66052dd7 100644
--- a/extensions/geonames/services/pom.xml
+++ b/extensions/geonames/services/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>cxs-geonames</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>cxs-geonames-services</artifactId>
<name>Apache Unomi :: Extensions :: Geonames Database :: Service</name>
diff --git a/extensions/groovy-actions/karaf-kar/pom.xml
b/extensions/groovy-actions/karaf-kar/pom.xml
index 19b18aabd..e5052b369 100644
--- a/extensions/groovy-actions/karaf-kar/pom.xml
+++ b/extensions/groovy-actions/karaf-kar/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>unomi-groovy-actions-root</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>unomi-groovy-actions</artifactId>
<name>Apache Unomi :: Extensions :: Groovy Actions :: Apache Karaf Feature
and KAR archive</name>
diff --git a/extensions/groovy-actions/pom.xml
b/extensions/groovy-actions/pom.xml
index 13b0f4553..22189ae58 100644
--- a/extensions/groovy-actions/pom.xml
+++ b/extensions/groovy-actions/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>unomi-extensions</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>unomi-groovy-actions-root</artifactId>
<name>Apache Unomi :: Extensions :: Groovy Actions</name>
diff --git a/extensions/groovy-actions/rest/pom.xml
b/extensions/groovy-actions/rest/pom.xml
index ab5a709af..e3620c88b 100644
--- a/extensions/groovy-actions/rest/pom.xml
+++ b/extensions/groovy-actions/rest/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>unomi-groovy-actions-root</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>unomi-groovy-actions-rest</artifactId>
<name>Apache Unomi :: Extensions :: Groovy Actions :: REST API</name>
diff --git a/extensions/groovy-actions/services/pom.xml
b/extensions/groovy-actions/services/pom.xml
index b8591b3eb..5e6540f55 100644
--- a/extensions/groovy-actions/services/pom.xml
+++ b/extensions/groovy-actions/services/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>unomi-groovy-actions-root</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>unomi-groovy-actions-services</artifactId>
<name>Apache Unomi :: Extensions :: Groovy Actions :: Service</name>
diff --git a/extensions/healthcheck/pom.xml b/extensions/healthcheck/pom.xml
index 6485bf46d..e16bd9ac7 100644
--- a/extensions/healthcheck/pom.xml
+++ b/extensions/healthcheck/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>unomi-extensions</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>healthcheck</artifactId>
<name>Apache Unomi :: Extensions :: HealthCheck</name>
diff --git a/extensions/json-schema/pom.xml b/extensions/json-schema/pom.xml
index a803a90be..ec244bfb7 100644
--- a/extensions/json-schema/pom.xml
+++ b/extensions/json-schema/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>unomi-extensions</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>unomi-json-schema-root</artifactId>
diff --git a/extensions/json-schema/rest/pom.xml
b/extensions/json-schema/rest/pom.xml
index aea8801be..de0ef217a 100644
--- a/extensions/json-schema/rest/pom.xml
+++ b/extensions/json-schema/rest/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>unomi-json-schema-root</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>unomi-json-schema-rest</artifactId>
<name>Apache Unomi :: Extensions :: JSON Schema :: REST API</name>
diff --git a/extensions/json-schema/services/pom.xml
b/extensions/json-schema/services/pom.xml
index a65aed94a..b4ed3dbe0 100644
--- a/extensions/json-schema/services/pom.xml
+++ b/extensions/json-schema/services/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>unomi-json-schema-root</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>unomi-json-schema-services</artifactId>
<name>Apache Unomi :: Extensions :: JSON Schema :: Service</name>
diff --git a/extensions/lists-extension/actions/pom.xml
b/extensions/lists-extension/actions/pom.xml
index fef6d282f..b2bd45796 100644
--- a/extensions/lists-extension/actions/pom.xml
+++ b/extensions/lists-extension/actions/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>cxs-lists-extension</artifactId>
<groupId>org.apache.unomi</groupId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>cxs-lists-extension-actions</artifactId>
<name>Apache Unomi :: Extensions :: Lists :: Actions</name>
diff --git a/extensions/lists-extension/pom.xml
b/extensions/lists-extension/pom.xml
index 8084998c8..fac5fd0f0 100644
--- a/extensions/lists-extension/pom.xml
+++ b/extensions/lists-extension/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>unomi-extensions</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>cxs-lists-extension</artifactId>
diff --git a/extensions/lists-extension/rest/pom.xml
b/extensions/lists-extension/rest/pom.xml
index 6350c8446..ba6ae96e1 100644
--- a/extensions/lists-extension/rest/pom.xml
+++ b/extensions/lists-extension/rest/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>cxs-lists-extension</artifactId>
<groupId>org.apache.unomi</groupId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>cxs-lists-extension-rest</artifactId>
<name>Apache Unomi :: Extensions :: Lists :: REST API</name>
diff --git a/extensions/lists-extension/services/pom.xml
b/extensions/lists-extension/services/pom.xml
index d56536002..13a3cd955 100644
--- a/extensions/lists-extension/services/pom.xml
+++ b/extensions/lists-extension/services/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>cxs-lists-extension</artifactId>
<groupId>org.apache.unomi</groupId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>cxs-lists-extension-services</artifactId>
<name>Apache Unomi :: Extensions :: Lists :: Service</name>
diff --git a/extensions/log4j-extension/pom.xml
b/extensions/log4j-extension/pom.xml
index 89578bb2b..fdfe248a3 100644
--- a/extensions/log4j-extension/pom.xml
+++ b/extensions/log4j-extension/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>unomi-extensions</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>log4j-extension</artifactId>
<name>Apache Unomi :: Extensions :: Log4j Extension</name>
diff --git a/extensions/pom.xml b/extensions/pom.xml
index dd16ea8f9..e94400112 100644
--- a/extensions/pom.xml
+++ b/extensions/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>unomi-root</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>unomi-extensions</artifactId>
<name>Apache Unomi :: Extensions</name>
diff --git a/extensions/privacy-extension/pom.xml
b/extensions/privacy-extension/pom.xml
index 8c410734e..89ca8893c 100644
--- a/extensions/privacy-extension/pom.xml
+++ b/extensions/privacy-extension/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>unomi-extensions</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>cxs-privacy-extension</artifactId>
<name>Apache Unomi :: Extensions :: Privacy</name>
diff --git a/extensions/privacy-extension/rest/pom.xml
b/extensions/privacy-extension/rest/pom.xml
index e3811bf59..6f02f40c1 100644
--- a/extensions/privacy-extension/rest/pom.xml
+++ b/extensions/privacy-extension/rest/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>cxs-privacy-extension</artifactId>
<groupId>org.apache.unomi</groupId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>cxs-privacy-extension-rest</artifactId>
<name>Apache Unomi :: Extensions :: Privacy :: REST API</name>
diff --git a/extensions/privacy-extension/services/pom.xml
b/extensions/privacy-extension/services/pom.xml
index 13d724388..e09eefaf1 100644
--- a/extensions/privacy-extension/services/pom.xml
+++ b/extensions/privacy-extension/services/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>cxs-privacy-extension</artifactId>
<groupId>org.apache.unomi</groupId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>cxs-privacy-extension-services</artifactId>
<name>Apache Unomi :: Extensions :: Privacy :: Services</name>
diff --git a/extensions/router/pom.xml b/extensions/router/pom.xml
index 3ddc43393..b75236bb0 100644
--- a/extensions/router/pom.xml
+++ b/extensions/router/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>unomi-extensions</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>unomi-router</artifactId>
<name>Apache Unomi :: Extensions :: Router</name>
diff --git a/extensions/router/router-api/pom.xml
b/extensions/router/router-api/pom.xml
index 7b9013f10..5bcb5e5b2 100644
--- a/extensions/router/router-api/pom.xml
+++ b/extensions/router/router-api/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>unomi-router</artifactId>
<groupId>org.apache.unomi</groupId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>unomi-router-api</artifactId>
<name>Apache Unomi :: Extensions :: Router :: API</name>
diff --git a/extensions/router/router-core/pom.xml
b/extensions/router/router-core/pom.xml
index 62a0f6ec0..c28a7e1b0 100644
--- a/extensions/router/router-core/pom.xml
+++ b/extensions/router/router-core/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>unomi-router</artifactId>
<groupId>org.apache.unomi</groupId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>unomi-router-core</artifactId>
<name>Apache Unomi :: Extensions :: Router :: Core</name>
diff --git a/extensions/router/router-karaf-feature/pom.xml
b/extensions/router/router-karaf-feature/pom.xml
index 098d0aef5..ce10178b4 100644
--- a/extensions/router/router-karaf-feature/pom.xml
+++ b/extensions/router/router-karaf-feature/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>unomi-router</artifactId>
<groupId>org.apache.unomi</groupId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>unomi-router-karaf-feature</artifactId>
<name>Apache Unomi :: Extensions :: Router :: Apache Karaf Feature</name>
diff --git a/extensions/router/router-rest/pom.xml
b/extensions/router/router-rest/pom.xml
index 8b9f318bb..e566eaba9 100644
--- a/extensions/router/router-rest/pom.xml
+++ b/extensions/router/router-rest/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>unomi-router</artifactId>
<groupId>org.apache.unomi</groupId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>unomi-router-rest</artifactId>
<name>Apache Unomi :: Extensions :: Router :: REST API</name>
diff --git a/extensions/router/router-service/pom.xml
b/extensions/router/router-service/pom.xml
index 46e3f50d8..15d9629b4 100644
--- a/extensions/router/router-service/pom.xml
+++ b/extensions/router/router-service/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>unomi-router</artifactId>
<groupId>org.apache.unomi</groupId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>unomi-router-service</artifactId>
<name>Apache Unomi :: Extensions :: Router :: Services</name>
diff --git a/extensions/salesforce-connector/actions/pom.xml
b/extensions/salesforce-connector/actions/pom.xml
index aaf87e186..94f687a39 100644
--- a/extensions/salesforce-connector/actions/pom.xml
+++ b/extensions/salesforce-connector/actions/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>unomi-salesforce-connector</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>unomi-salesforce-connector-actions</artifactId>
<name>Apache Unomi :: Extensions :: Salesforce connector :: Rule
Actions</name>
diff --git a/extensions/salesforce-connector/karaf-kar/pom.xml
b/extensions/salesforce-connector/karaf-kar/pom.xml
index 5806cff2a..24b9fc780 100644
--- a/extensions/salesforce-connector/karaf-kar/pom.xml
+++ b/extensions/salesforce-connector/karaf-kar/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>unomi-salesforce-connector</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>unomi-salesforce-connector-karaf-kar</artifactId>
<name>Apache Unomi :: Extensions :: Salesforce connector :: Apache Karaf
Feature and KAR archive</name>
diff --git a/extensions/salesforce-connector/pom.xml
b/extensions/salesforce-connector/pom.xml
index 002f3fa70..66ca01881 100644
--- a/extensions/salesforce-connector/pom.xml
+++ b/extensions/salesforce-connector/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>unomi-extensions</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>unomi-salesforce-connector</artifactId>
<name>Apache Unomi :: Extensions :: Salesforce connector</name>
diff --git a/extensions/salesforce-connector/rest/pom.xml
b/extensions/salesforce-connector/rest/pom.xml
index c8ac04fae..a3b750136 100644
--- a/extensions/salesforce-connector/rest/pom.xml
+++ b/extensions/salesforce-connector/rest/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>unomi-salesforce-connector</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>unomi-salesforce-connector-rest</artifactId>
<name>Apache Unomi :: Extensions :: Salesforce connector :: REST API</name>
diff --git a/extensions/salesforce-connector/services/pom.xml
b/extensions/salesforce-connector/services/pom.xml
index 8bdc88b48..bfe5a8eb0 100644
--- a/extensions/salesforce-connector/services/pom.xml
+++ b/extensions/salesforce-connector/services/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>unomi-salesforce-connector</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>unomi-salesforce-connector-services</artifactId>
<name>Apache Unomi :: Extensions :: Salesforce connector :: Service</name>
diff --git a/extensions/weather-update/core/pom.xml
b/extensions/weather-update/core/pom.xml
index 2e99fa016..2e5a2e5a7 100755
--- a/extensions/weather-update/core/pom.xml
+++ b/extensions/weather-update/core/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>unomi-weather-update</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>unomi-weather-update-core</artifactId>
<name>Apache Unomi :: Extension :: Weather Update :: Core</name>
diff --git a/extensions/weather-update/karaf-kar/pom.xml
b/extensions/weather-update/karaf-kar/pom.xml
index c9bc6b855..0a62a5e2d 100644
--- a/extensions/weather-update/karaf-kar/pom.xml
+++ b/extensions/weather-update/karaf-kar/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>unomi-weather-update</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>unomi-weather-update-karaf-kar</artifactId>
<name>Apache Unomi :: Extension :: Weather Update :: Apache Karaf Feature
and KAR archive</name>
diff --git a/extensions/weather-update/pom.xml
b/extensions/weather-update/pom.xml
index 37b168a23..e3f7953d1 100644
--- a/extensions/weather-update/pom.xml
+++ b/extensions/weather-update/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>unomi-extensions</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>unomi-weather-update</artifactId>
diff --git a/extensions/web-tracker/pom.xml b/extensions/web-tracker/pom.xml
index 10a77e3ff..40fc01236 100644
--- a/extensions/web-tracker/pom.xml
+++ b/extensions/web-tracker/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>unomi-extensions</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>unomi-web-tracker</artifactId>
<name>Apache Unomi :: Extension :: Web Tracker</name>
diff --git a/extensions/web-tracker/wab/pom.xml
b/extensions/web-tracker/wab/pom.xml
index 7008ab510..2a5c2a172 100644
--- a/extensions/web-tracker/wab/pom.xml
+++ b/extensions/web-tracker/wab/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>unomi-web-tracker</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>unomi-web-tracker-wab</artifactId>
diff --git a/graphql/cxs-impl/pom.xml b/graphql/cxs-impl/pom.xml
index c69607a7d..03ea7b058 100644
--- a/graphql/cxs-impl/pom.xml
+++ b/graphql/cxs-impl/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>unomi-graphql</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>cdp-graphql-api-impl</artifactId>
<name>Apache Unomi :: GraphQL API :: CDP Implementation</name>
diff --git a/graphql/graphql-ui/pom.xml b/graphql/graphql-ui/pom.xml
index ce21e591c..f3b8234e8 100644
--- a/graphql/graphql-ui/pom.xml
+++ b/graphql/graphql-ui/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>unomi-graphql</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>unomi-graphql-ui</artifactId>
<name>Apache Unomi :: GraphQL API :: GraphQL UI</name>
diff --git a/graphql/karaf-feature/pom.xml b/graphql/karaf-feature/pom.xml
index 5e0bc55fb..bcb16ab60 100644
--- a/graphql/karaf-feature/pom.xml
+++ b/graphql/karaf-feature/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>unomi-graphql</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>cdp-graphql-feature</artifactId>
<name>Apache Unomi :: GraphQL API :: Karaf Feature</name>
diff --git a/graphql/pom.xml b/graphql/pom.xml
index 36dd4eb4b..2f65b8530 100644
--- a/graphql/pom.xml
+++ b/graphql/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>unomi-root</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>unomi-graphql</artifactId>
<name>Apache Unomi :: GraphQL API</name>
diff --git a/itests/pom.xml b/itests/pom.xml
index dfa1ed8dd..fb139fe53 100644
--- a/itests/pom.xml
+++ b/itests/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>unomi-root</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>unomi-itests</artifactId>
<name>Apache Unomi :: Integration Tests</name>
diff --git a/kar/pom.xml b/kar/pom.xml
index 8ba240f23..e23898a4e 100644
--- a/kar/pom.xml
+++ b/kar/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>unomi-root</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>unomi-kar</artifactId>
<name>Apache Unomi :: Karaf KAR package</name>
diff --git a/lifecycle-watcher/pom.xml b/lifecycle-watcher/pom.xml
index 9611b8155..3de08b3a4 100644
--- a/lifecycle-watcher/pom.xml
+++ b/lifecycle-watcher/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>unomi-root</artifactId>
<groupId>org.apache.unomi</groupId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>unomi-lifecycle-watcher</artifactId>
<name>Apache Unomi :: Main Lifecycle Watcher</name>
diff --git a/manual/pom.xml b/manual/pom.xml
index 2ce2efa1b..45d7ffce4 100644
--- a/manual/pom.xml
+++ b/manual/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>unomi-root</artifactId>
<groupId>org.apache.unomi</groupId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/metrics/pom.xml b/metrics/pom.xml
index 73ba6ddc5..f6e3ef028 100644
--- a/metrics/pom.xml
+++ b/metrics/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>unomi-root</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>unomi-metrics</artifactId>
<name>Apache Unomi :: Metrics</name>
diff --git a/package/pom.xml b/package/pom.xml
index f579fa090..29a752f01 100644
--- a/package/pom.xml
+++ b/package/pom.xml
@@ -21,10 +21,10 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>unomi-root</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>unomi</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
<name>Apache Unomi :: Distribution Package</name>
<description>Packaged distributions of the Apache Unomi Context
Server</description>
<packaging>pom</packaging>
diff --git a/persistence-elasticsearch/conditions/pom.xml
b/persistence-elasticsearch/conditions/pom.xml
index 828ab908c..d4a350d83 100644
--- a/persistence-elasticsearch/conditions/pom.xml
+++ b/persistence-elasticsearch/conditions/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>unomi-persistence-elasticsearch</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>unomi-persistence-elasticsearch-conditions</artifactId>
diff --git a/persistence-elasticsearch/core/pom.xml
b/persistence-elasticsearch/core/pom.xml
index c019536c1..ad4d14c8c 100644
--- a/persistence-elasticsearch/core/pom.xml
+++ b/persistence-elasticsearch/core/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>unomi-persistence-elasticsearch</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>unomi-persistence-elasticsearch-core</artifactId>
diff --git a/persistence-elasticsearch/pom.xml
b/persistence-elasticsearch/pom.xml
index bac234c59..292771332 100644
--- a/persistence-elasticsearch/pom.xml
+++ b/persistence-elasticsearch/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>unomi-root</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>unomi-persistence-elasticsearch</artifactId>
diff --git a/persistence-spi/pom.xml b/persistence-spi/pom.xml
index 82c1c053e..bb2bfe939 100644
--- a/persistence-spi/pom.xml
+++ b/persistence-spi/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>unomi-root</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>unomi-persistence-spi</artifactId>
<name>Apache Unomi :: Persistence :: SPI</name>
diff --git a/plugins/baseplugin/pom.xml b/plugins/baseplugin/pom.xml
index 89ae5e553..547774ca9 100644
--- a/plugins/baseplugin/pom.xml
+++ b/plugins/baseplugin/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>unomi-plugins</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>unomi-plugins-base</artifactId>
<name>Apache Unomi :: Plugins :: Base Actions and Conditions</name>
diff --git a/plugins/hover-event/pom.xml b/plugins/hover-event/pom.xml
index 893d1a430..6cf245d7c 100644
--- a/plugins/hover-event/pom.xml
+++ b/plugins/hover-event/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>unomi-plugins</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>unomi-plugins-hover-event</artifactId>
<name>Apache Unomi :: Plugins :: Hover event support</name>
diff --git a/plugins/kafka-injector/pom.xml b/plugins/kafka-injector/pom.xml
index 5d7069824..dedeaa654 100644
--- a/plugins/kafka-injector/pom.xml
+++ b/plugins/kafka-injector/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>unomi-plugins</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>kafka-extension</artifactId>
<name>Apache Unomi :: Plugins :: Kafka Injector</name>
diff --git a/plugins/mail/pom.xml b/plugins/mail/pom.xml
index a777b699a..b9c86e39c 100644
--- a/plugins/mail/pom.xml
+++ b/plugins/mail/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>unomi-plugins</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>unomi-plugins-mail</artifactId>
<name>Apache Unomi :: Plugins :: Mail notifications actions</name>
diff --git a/plugins/optimization-test/pom.xml
b/plugins/optimization-test/pom.xml
index 5445f5fa6..5b7d48986 100644
--- a/plugins/optimization-test/pom.xml
+++ b/plugins/optimization-test/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>unomi-plugins</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>unomi-plugins-optimization-test</artifactId>
<name>Apache Unomi :: Plugins :: Rules and Actions for optimization tests
(A/B testing)</name>
diff --git a/plugins/past-event/pom.xml b/plugins/past-event/pom.xml
index 9cc1549a2..f11d69234 100644
--- a/plugins/past-event/pom.xml
+++ b/plugins/past-event/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>unomi-plugins</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>unomi-plugins-past-event</artifactId>
<name>Apache Unomi :: Plugins :: Conditions based on past events</name>
diff --git a/plugins/pom.xml b/plugins/pom.xml
index 94787f350..d0cd1c233 100644
--- a/plugins/pom.xml
+++ b/plugins/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>unomi-root</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>unomi-plugins</artifactId>
<name>Apache Unomi :: Plugins</name>
diff --git a/plugins/request/pom.xml b/plugins/request/pom.xml
index c78458d46..f9ad2ec12 100644
--- a/plugins/request/pom.xml
+++ b/plugins/request/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>unomi-plugins</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>unomi-plugins-request</artifactId>
<name>Apache Unomi :: Plugins :: Request reading actions</name>
diff --git a/plugins/tracked-event/pom.xml b/plugins/tracked-event/pom.xml
index 27d5a7024..644e18a11 100644
--- a/plugins/tracked-event/pom.xml
+++ b/plugins/tracked-event/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>unomi-plugins</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>unomi-plugins-tracked-event</artifactId>
<name>Apache Unomi :: Plugins :: Conditions for events that need to be
tracked</name>
diff --git a/pom.xml b/pom.xml
index f3202ef50..27afea869 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
event tracking server.
</description>
<url>https://unomi.apache.org</url>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<licenses>
@@ -169,7 +169,7 @@
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/unomi.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/unomi.git</developerConnection>
- <tag>unomi-root-3.0.0</tag>
+ <tag>HEAD</tag>
<url>https://gitbox.apache.org/repos/asf/unomi.git</url>
</scm>
diff --git a/rest/pom.xml b/rest/pom.xml
index bc158c85e..a6fee92fd 100644
--- a/rest/pom.xml
+++ b/rest/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>unomi-root</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>unomi-rest</artifactId>
<name>Apache Unomi :: REST API</name>
diff --git a/samples/graphql-providers-feature/pom.xml
b/samples/graphql-providers-feature/pom.xml
index 6252eb854..533ae6c18 100644
--- a/samples/graphql-providers-feature/pom.xml
+++ b/samples/graphql-providers-feature/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>samples</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>graphql-providers-sample-feature</artifactId>
<name>Apache Unomi :: Samples :: Graphql Providers :: Karaf Feature</name>
diff --git a/samples/graphql-providers/pom.xml
b/samples/graphql-providers/pom.xml
index 0d58166df..f867e28cb 100644
--- a/samples/graphql-providers/pom.xml
+++ b/samples/graphql-providers/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>samples</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>graphql-providers-sample</artifactId>
<name>Apache Unomi :: Samples :: Graphql Providers</name>
diff --git a/samples/groovy-actions/pom.xml b/samples/groovy-actions/pom.xml
index e2156fafe..7cf7a3be8 100644
--- a/samples/groovy-actions/pom.xml
+++ b/samples/groovy-actions/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>samples</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>test-groovy-action-sample</artifactId>
<name>Apache Unomi :: Samples :: Test Groovy Action</name>
diff --git a/samples/login-integration/pom.xml
b/samples/login-integration/pom.xml
index b19a829b8..772e2aeab 100644
--- a/samples/login-integration/pom.xml
+++ b/samples/login-integration/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>samples</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>login-integration-sample</artifactId>
<name>Apache Unomi :: Samples :: External Login plugin</name>
diff --git a/samples/pom.xml b/samples/pom.xml
index a518cafc2..f347a810c 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>unomi-root</artifactId>
<groupId>org.apache.unomi</groupId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>samples</artifactId>
<name>Apache Unomi :: Samples</name>
diff --git a/samples/trainingplugin/pom.xml b/samples/trainingplugin/pom.xml
index fc6ddb3ba..1f2f8886d 100644
--- a/samples/trainingplugin/pom.xml
+++ b/samples/trainingplugin/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>samples</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>training-plugin</artifactId>
<name>Apache Unomi :: Samples :: Training plugin</name>
diff --git a/samples/tweet-button-plugin/pom.xml
b/samples/tweet-button-plugin/pom.xml
index 962e862b8..fd7950085 100644
--- a/samples/tweet-button-plugin/pom.xml
+++ b/samples/tweet-button-plugin/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>samples</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>tweet-button-plugin</artifactId>
<name>Apache Unomi :: Samples :: Tweet Button plugin</name>
diff --git a/scripting/pom.xml b/scripting/pom.xml
index bc03d7bf5..61f155a79 100644
--- a/scripting/pom.xml
+++ b/scripting/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>unomi-root</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>unomi-scripting</artifactId>
<name>Apache Unomi :: Scripting Services</name>
diff --git a/services/pom.xml b/services/pom.xml
index 4e7cc1914..cf869b183 100644
--- a/services/pom.xml
+++ b/services/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>unomi-root</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>unomi-services</artifactId>
<name>Apache Unomi :: Core Services</name>
diff --git a/tools/pom.xml b/tools/pom.xml
index 764d946c7..a64263f6b 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>unomi-root</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>unomi-tools</artifactId>
<name>Apache Unomi :: Tools</name>
diff --git a/tools/shell-commands/pom.xml b/tools/shell-commands/pom.xml
index 9d1ac2cda..d343ab134 100644
--- a/tools/shell-commands/pom.xml
+++ b/tools/shell-commands/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>unomi-tools</artifactId>
<groupId>org.apache.unomi</groupId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>shell-commands</artifactId>
<name>Apache Unomi :: Tools :: Shell commands</name>
diff --git a/tools/shell-dev-commands/pom.xml b/tools/shell-dev-commands/pom.xml
index f994a88d7..7f4da7452 100644
--- a/tools/shell-dev-commands/pom.xml
+++ b/tools/shell-dev-commands/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>unomi-tools</artifactId>
<groupId>org.apache.unomi</groupId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>shell-dev-commands</artifactId>
<name>Apache Unomi :: Tools :: Shell Dev commands</name>
diff --git a/wab/pom.xml b/wab/pom.xml
index d32be84a3..b391ea26b 100644
--- a/wab/pom.xml
+++ b/wab/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>unomi-root</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>unomi-wab</artifactId>
<name>Apache Unomi :: Core Web Application</name>