This is an automated email from the ASF dual-hosted git repository.

shuber pushed a commit to branch opensearch-persistence
in repository https://gitbox.apache.org/repos/asf/unomi.git

commit 9a2a6c45dd306aa68d01690462dc80a0149d0136
Author: Serge Huber <[email protected]>
AuthorDate: Thu Dec 5 10:20:45 2024 +0100

    Bump all versions to 2.7
---
 graphql/graphql-playground/pom.xml        | 2 +-
 itests/pom.xml                            | 2 +-
 persistence-opensearch/conditions/pom.xml | 2 +-
 persistence-opensearch/core/pom.xml       | 2 +-
 persistence-opensearch/pom.xml            | 2 +-
 persistence-spi/pom.xml                   | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/graphql/graphql-playground/pom.xml 
b/graphql/graphql-playground/pom.xml
index 9e5799a49..73ec4e686 100644
--- a/graphql/graphql-playground/pom.xml
+++ b/graphql/graphql-playground/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.unomi</groupId>
         <artifactId>unomi-graphql</artifactId>
-        <version>2.6.0-SNAPSHOT</version>
+        <version>2.7.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>unomi-graphql-playground</artifactId>
diff --git a/itests/pom.xml b/itests/pom.xml
index ecb75133c..592da8297 100644
--- a/itests/pom.xml
+++ b/itests/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.unomi</groupId>
         <artifactId>unomi-root</artifactId>
-        <version>2.6.0-SNAPSHOT</version>
+        <version>2.7.0-SNAPSHOT</version>
     </parent>
     <artifactId>unomi-itests</artifactId>
     <name>Apache Unomi :: Integration Tests</name>
diff --git a/persistence-opensearch/conditions/pom.xml 
b/persistence-opensearch/conditions/pom.xml
index 7512f8f04..ae970a3cf 100644
--- a/persistence-opensearch/conditions/pom.xml
+++ b/persistence-opensearch/conditions/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.unomi</groupId>
         <artifactId>unomi-persistence-opensearch</artifactId>
-        <version>2.6.0-SNAPSHOT</version>
+        <version>2.7.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>unomi-persistence-opensearch-conditions</artifactId>
diff --git a/persistence-opensearch/core/pom.xml 
b/persistence-opensearch/core/pom.xml
index 8e5eb2fa8..d950d82fc 100644
--- a/persistence-opensearch/core/pom.xml
+++ b/persistence-opensearch/core/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.unomi</groupId>
         <artifactId>unomi-persistence-opensearch</artifactId>
-        <version>2.6.0-SNAPSHOT</version>
+        <version>2.7.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>unomi-persistence-opensearch-core</artifactId>
diff --git a/persistence-opensearch/pom.xml b/persistence-opensearch/pom.xml
index 1f84083e0..bc69db1b7 100644
--- a/persistence-opensearch/pom.xml
+++ b/persistence-opensearch/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.unomi</groupId>
         <artifactId>unomi-root</artifactId>
-        <version>2.6.0-SNAPSHOT</version>
+        <version>2.7.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>unomi-persistence-opensearch</artifactId>
diff --git a/persistence-spi/pom.xml b/persistence-spi/pom.xml
index c8f17a510..337004450 100644
--- a/persistence-spi/pom.xml
+++ b/persistence-spi/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.unomi</groupId>
         <artifactId>unomi-root</artifactId>
-        <version>2.6.0-SNAPSHOT</version>
+        <version>2.7.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>unomi-persistence-spi</artifactId>

Reply via email to