From 8e269ddc22d4ff6aba5a416a80004f3bc3419f49 Mon Sep 17 00:00:00 2001 From: tommystendahl Date: Tue, 15 Oct 2024 09:59:52 +0200 Subject: [PATCH] Step major version to v6 (#746) --- CHANGES.md | 2 +- application/pom.xml | 2 +- cassandra-test-image/pom.xml | 2 +- connection.impl/pom.xml | 2 +- connection/pom.xml | 2 +- core/pom.xml | 2 +- ecchronos-binary/pom.xml | 2 +- fm.impl/pom.xml | 2 +- fm/pom.xml | 2 +- pom.xml | 2 +- rest/pom.xml | 2 +- standalone-integration/pom.xml | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index fd1083c1..6e4ec256 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # Changes -## Version 5.0.6 +## Version 6.0.0 ## Version 5.0.5 diff --git a/application/pom.xml b/application/pom.xml index a6c3ab7d..86600aee 100644 --- a/application/pom.xml +++ b/application/pom.xml @@ -19,7 +19,7 @@ com.ericsson.bss.cassandra.ecchronos parent - 5.0.6-SNAPSHOT + 6.0.0-SNAPSHOT 4.0.0 diff --git a/cassandra-test-image/pom.xml b/cassandra-test-image/pom.xml index 1f4f60f7..861de6ba 100644 --- a/cassandra-test-image/pom.xml +++ b/cassandra-test-image/pom.xml @@ -20,7 +20,7 @@ com.ericsson.bss.cassandra.ecchronos parent - 5.0.6-SNAPSHOT + 6.0.0-SNAPSHOT cassandra-test-image Test image for integration tests using Apache Cassandra diff --git a/connection.impl/pom.xml b/connection.impl/pom.xml index 957c834d..2d979c99 100644 --- a/connection.impl/pom.xml +++ b/connection.impl/pom.xml @@ -20,7 +20,7 @@ com.ericsson.bss.cassandra.ecchronos parent - 5.0.6-SNAPSHOT + 6.0.0-SNAPSHOT connection.impl bundle diff --git a/connection/pom.xml b/connection/pom.xml index cd9a8fae..1140f03a 100644 --- a/connection/pom.xml +++ b/connection/pom.xml @@ -20,7 +20,7 @@ com.ericsson.bss.cassandra.ecchronos parent - 5.0.6-SNAPSHOT + 6.0.0-SNAPSHOT connection bundle diff --git a/core/pom.xml b/core/pom.xml index 9991b4fc..2225bf17 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -20,7 +20,7 @@ com.ericsson.bss.cassandra.ecchronos parent - 5.0.6-SNAPSHOT + 6.0.0-SNAPSHOT core bundle diff --git a/ecchronos-binary/pom.xml b/ecchronos-binary/pom.xml index abc18e70..45e9b589 100644 --- a/ecchronos-binary/pom.xml +++ b/ecchronos-binary/pom.xml @@ -19,7 +19,7 @@ com.ericsson.bss.cassandra.ecchronos parent - 5.0.6-SNAPSHOT + 6.0.0-SNAPSHOT 4.0.0 diff --git a/fm.impl/pom.xml b/fm.impl/pom.xml index 630ab76e..a9640a87 100644 --- a/fm.impl/pom.xml +++ b/fm.impl/pom.xml @@ -20,7 +20,7 @@ com.ericsson.bss.cassandra.ecchronos parent - 5.0.6-SNAPSHOT + 6.0.0-SNAPSHOT fm.impl bundle diff --git a/fm/pom.xml b/fm/pom.xml index fb1829ab..4cfdb211 100644 --- a/fm/pom.xml +++ b/fm/pom.xml @@ -20,7 +20,7 @@ com.ericsson.bss.cassandra.ecchronos parent - 5.0.6-SNAPSHOT + 6.0.0-SNAPSHOT fm bundle diff --git a/pom.xml b/pom.xml index 06461326..1beaf468 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ com.ericsson.bss.cassandra.ecchronos parent - 5.0.6-SNAPSHOT + 6.0.0-SNAPSHOT pom Ericsson Cassandra Chronos diff --git a/rest/pom.xml b/rest/pom.xml index 3255b4ab..0b580688 100644 --- a/rest/pom.xml +++ b/rest/pom.xml @@ -21,7 +21,7 @@ com.ericsson.bss.cassandra.ecchronos parent - 5.0.6-SNAPSHOT + 6.0.0-SNAPSHOT rest REST interface base classes diff --git a/standalone-integration/pom.xml b/standalone-integration/pom.xml index 7b00e49a..ef630ad2 100644 --- a/standalone-integration/pom.xml +++ b/standalone-integration/pom.xml @@ -20,7 +20,7 @@ com.ericsson.bss.cassandra.ecchronos parent - 5.0.6-SNAPSHOT + 6.0.0-SNAPSHOT standalone-integration Integration tests for a standalone environment