From b97ed540a8d2e2f520daf19713eedf45a181da02 Mon Sep 17 00:00:00 2001
From: tommy stendahl <tommy.stendahl@ericsson.com>
Date: Thu, 23 May 2024 10:10:45 +0200
Subject: [PATCH] [maven-release-plugin] prepare for next development iteration

---
 application/pom.xml            | 2 +-
 cassandra-test-image/pom.xml   | 2 +-
 connection.impl/pom.xml        | 2 +-
 connection/pom.xml             | 2 +-
 core.osgi/pom.xml              | 2 +-
 core/pom.xml                   | 2 +-
 ecchronos-binary/pom.xml       | 2 +-
 fm.impl/pom.xml                | 2 +-
 fm/pom.xml                     | 2 +-
 karaf-feature/pom.xml          | 2 +-
 osgi-integration/pom.xml       | 2 +-
 pom.xml                        | 4 ++--
 rest.osgi/pom.xml              | 2 +-
 rest/pom.xml                   | 2 +-
 standalone-integration/pom.xml | 2 +-
 15 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/application/pom.xml b/application/pom.xml
index e2c6882f3..47bc4c5db 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>com.ericsson.bss.cassandra.ecchronos</groupId>
         <artifactId>parent</artifactId>
-        <version>5.0.4</version>
+        <version>5.0.5-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/cassandra-test-image/pom.xml b/cassandra-test-image/pom.xml
index 5f28b71a1..e51cc5a71 100644
--- a/cassandra-test-image/pom.xml
+++ b/cassandra-test-image/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>com.ericsson.bss.cassandra.ecchronos</groupId>
         <artifactId>parent</artifactId>
-        <version>5.0.4</version>
+        <version>5.0.5-SNAPSHOT</version>
     </parent>
     <artifactId>cassandra-test-image</artifactId>
     <description>Test image for integration tests using Apache Cassandra</description>
diff --git a/connection.impl/pom.xml b/connection.impl/pom.xml
index 6a9689aad..89370c6bc 100644
--- a/connection.impl/pom.xml
+++ b/connection.impl/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>com.ericsson.bss.cassandra.ecchronos</groupId>
         <artifactId>parent</artifactId>
-        <version>5.0.4</version>
+        <version>5.0.5-SNAPSHOT</version>
     </parent>
     <artifactId>connection.impl</artifactId>
     <packaging>bundle</packaging>
diff --git a/connection/pom.xml b/connection/pom.xml
index b33612db4..902632105 100644
--- a/connection/pom.xml
+++ b/connection/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>com.ericsson.bss.cassandra.ecchronos</groupId>
         <artifactId>parent</artifactId>
-        <version>5.0.4</version>
+        <version>5.0.5-SNAPSHOT</version>
     </parent>
     <artifactId>connection</artifactId>
     <packaging>bundle</packaging>
diff --git a/core.osgi/pom.xml b/core.osgi/pom.xml
index c5bcfdf75..198ce0d00 100644
--- a/core.osgi/pom.xml
+++ b/core.osgi/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>parent</artifactId>
         <groupId>com.ericsson.bss.cassandra.ecchronos</groupId>
-        <version>5.0.4</version>
+        <version>5.0.5-SNAPSHOT</version>
     </parent>
     <packaging>bundle</packaging>
 
diff --git a/core/pom.xml b/core/pom.xml
index 5a234514f..b292176f0 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>com.ericsson.bss.cassandra.ecchronos</groupId>
         <artifactId>parent</artifactId>
-        <version>5.0.4</version>
+        <version>5.0.5-SNAPSHOT</version>
     </parent>
     <artifactId>core</artifactId>
     <packaging>bundle</packaging>
diff --git a/ecchronos-binary/pom.xml b/ecchronos-binary/pom.xml
index 7c4728b83..5b11c74e2 100644
--- a/ecchronos-binary/pom.xml
+++ b/ecchronos-binary/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>com.ericsson.bss.cassandra.ecchronos</groupId>
         <artifactId>parent</artifactId>
-        <version>5.0.4</version>
+        <version>5.0.5-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/fm.impl/pom.xml b/fm.impl/pom.xml
index ce68978c5..ccf8db634 100644
--- a/fm.impl/pom.xml
+++ b/fm.impl/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>com.ericsson.bss.cassandra.ecchronos</groupId>
         <artifactId>parent</artifactId>
-        <version>5.0.4</version>
+        <version>5.0.5-SNAPSHOT</version>
     </parent>
     <artifactId>fm.impl</artifactId>
     <packaging>bundle</packaging>
diff --git a/fm/pom.xml b/fm/pom.xml
index 9e4004228..8498ea362 100644
--- a/fm/pom.xml
+++ b/fm/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>com.ericsson.bss.cassandra.ecchronos</groupId>
         <artifactId>parent</artifactId>
-        <version>5.0.4</version>
+        <version>5.0.5-SNAPSHOT</version>
     </parent>
     <artifactId>fm</artifactId>
     <packaging>bundle</packaging>
diff --git a/karaf-feature/pom.xml b/karaf-feature/pom.xml
index 471870d7b..646a55761 100644
--- a/karaf-feature/pom.xml
+++ b/karaf-feature/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>com.ericsson.bss.cassandra.ecchronos</groupId>
         <artifactId>parent</artifactId>
-        <version>5.0.4</version>
+        <version>5.0.5-SNAPSHOT</version>
     </parent>
     <artifactId>karaf-feature</artifactId>
     <packaging>feature</packaging>
diff --git a/osgi-integration/pom.xml b/osgi-integration/pom.xml
index b6aeccae7..bc70e9f41 100644
--- a/osgi-integration/pom.xml
+++ b/osgi-integration/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>parent</artifactId>
         <groupId>com.ericsson.bss.cassandra.ecchronos</groupId>
-        <version>5.0.4</version>
+        <version>5.0.5-SNAPSHOT</version>
     </parent>
     <artifactId>osgi-integration</artifactId>
     <description>Integration tests for an OSGi environment</description>
diff --git a/pom.xml b/pom.xml
index 55ee87916..ff5ab5cca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
 
     <groupId>com.ericsson.bss.cassandra.ecchronos</groupId>
     <artifactId>parent</artifactId>
-    <version>5.0.4</version>
+    <version>5.0.5-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Ericsson Cassandra Chronos</name>
@@ -1139,6 +1139,6 @@ limitations under the License.
         <url>https://github.com/ericsson/ecchronos</url>
         <connection>scm:git:git@github.com:ericsson/ecchronos.git</connection>
         <developerConnection>scm:git:git@github.com:ericsson/ecchronos.git</developerConnection>
-      <tag>ecchronos-5.0.4</tag>
+      <tag>HEAD</tag>
   </scm>
 </project>
diff --git a/rest.osgi/pom.xml b/rest.osgi/pom.xml
index 2490462dd..2df2ff544 100644
--- a/rest.osgi/pom.xml
+++ b/rest.osgi/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>com.ericsson.bss.cassandra.ecchronos</groupId>
         <artifactId>parent</artifactId>
-        <version>5.0.4</version>
+        <version>5.0.5-SNAPSHOT</version>
     </parent>
     <packaging>bundle</packaging>
     <artifactId>rest.osgi</artifactId>
diff --git a/rest/pom.xml b/rest/pom.xml
index 918974a24..ae42ca0d3 100644
--- a/rest/pom.xml
+++ b/rest/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>com.ericsson.bss.cassandra.ecchronos</groupId>
         <artifactId>parent</artifactId>
-        <version>5.0.4</version>
+        <version>5.0.5-SNAPSHOT</version>
     </parent>
     <artifactId>rest</artifactId>
     <description>REST interface base classes</description>
diff --git a/standalone-integration/pom.xml b/standalone-integration/pom.xml
index c0c5b64ba..4b41c0d5e 100644
--- a/standalone-integration/pom.xml
+++ b/standalone-integration/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>com.ericsson.bss.cassandra.ecchronos</groupId>
         <artifactId>parent</artifactId>
-        <version>5.0.4</version>
+        <version>5.0.5-SNAPSHOT</version>
     </parent>
     <artifactId>standalone-integration</artifactId>
     <description>Integration tests for a standalone environment</description>