From 875bee421c2ec69119c192e2392abf954c0acf96 Mon Sep 17 00:00:00 2001 From: tommy stendahl Date: Wed, 17 Apr 2024 13:47:59 +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 d432b881c..9ece233da 100644 --- a/application/pom.xml +++ b/application/pom.xml @@ -19,7 +19,7 @@ com.ericsson.bss.cassandra.ecchronos parent - 5.0.2 + 5.0.3-SNAPSHOT 4.0.0 diff --git a/cassandra-test-image/pom.xml b/cassandra-test-image/pom.xml index 4723d7f5a..db48e4b3d 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.2 + 5.0.3-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 b4972dde0..c4e0959ae 100644 --- a/connection.impl/pom.xml +++ b/connection.impl/pom.xml @@ -20,7 +20,7 @@ com.ericsson.bss.cassandra.ecchronos parent - 5.0.2 + 5.0.3-SNAPSHOT connection.impl bundle diff --git a/connection/pom.xml b/connection/pom.xml index 74a31f8ec..9c31eeff9 100644 --- a/connection/pom.xml +++ b/connection/pom.xml @@ -20,7 +20,7 @@ com.ericsson.bss.cassandra.ecchronos parent - 5.0.2 + 5.0.3-SNAPSHOT connection bundle diff --git a/core.osgi/pom.xml b/core.osgi/pom.xml index 359356cba..194f4323b 100644 --- a/core.osgi/pom.xml +++ b/core.osgi/pom.xml @@ -20,7 +20,7 @@ parent com.ericsson.bss.cassandra.ecchronos - 5.0.2 + 5.0.3-SNAPSHOT bundle diff --git a/core/pom.xml b/core/pom.xml index 7bc30b889..43429d8ae 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -20,7 +20,7 @@ com.ericsson.bss.cassandra.ecchronos parent - 5.0.2 + 5.0.3-SNAPSHOT core bundle diff --git a/ecchronos-binary/pom.xml b/ecchronos-binary/pom.xml index d9095c920..2dec188a9 100644 --- a/ecchronos-binary/pom.xml +++ b/ecchronos-binary/pom.xml @@ -19,7 +19,7 @@ com.ericsson.bss.cassandra.ecchronos parent - 5.0.2 + 5.0.3-SNAPSHOT 4.0.0 diff --git a/fm.impl/pom.xml b/fm.impl/pom.xml index 5f6794eb2..fe791cbca 100644 --- a/fm.impl/pom.xml +++ b/fm.impl/pom.xml @@ -20,7 +20,7 @@ com.ericsson.bss.cassandra.ecchronos parent - 5.0.2 + 5.0.3-SNAPSHOT fm.impl bundle diff --git a/fm/pom.xml b/fm/pom.xml index f5c1ec784..0ff1789fa 100644 --- a/fm/pom.xml +++ b/fm/pom.xml @@ -20,7 +20,7 @@ com.ericsson.bss.cassandra.ecchronos parent - 5.0.2 + 5.0.3-SNAPSHOT fm bundle diff --git a/karaf-feature/pom.xml b/karaf-feature/pom.xml index 6ec8493b8..617de29b8 100644 --- a/karaf-feature/pom.xml +++ b/karaf-feature/pom.xml @@ -20,7 +20,7 @@ com.ericsson.bss.cassandra.ecchronos parent - 5.0.2 + 5.0.3-SNAPSHOT karaf-feature feature diff --git a/osgi-integration/pom.xml b/osgi-integration/pom.xml index 38294dc2b..36828c440 100644 --- a/osgi-integration/pom.xml +++ b/osgi-integration/pom.xml @@ -20,7 +20,7 @@ parent com.ericsson.bss.cassandra.ecchronos - 5.0.2 + 5.0.3-SNAPSHOT osgi-integration Integration tests for an OSGi environment diff --git a/pom.xml b/pom.xml index 164374c27..35a04a057 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ com.ericsson.bss.cassandra.ecchronos parent - 5.0.2 + 5.0.3-SNAPSHOT pom Ericsson Cassandra Chronos @@ -1132,6 +1132,6 @@ limitations under the License. https://github.com/ericsson/ecchronos scm:git:git@github.com:ericsson/ecchronos.git scm:git:git@github.com:ericsson/ecchronos.git - ecchronos-5.0.2 + HEAD diff --git a/rest.osgi/pom.xml b/rest.osgi/pom.xml index 73d84f0e1..49aa89c04 100644 --- a/rest.osgi/pom.xml +++ b/rest.osgi/pom.xml @@ -21,7 +21,7 @@ com.ericsson.bss.cassandra.ecchronos parent - 5.0.2 + 5.0.3-SNAPSHOT bundle rest.osgi diff --git a/rest/pom.xml b/rest/pom.xml index 623a4b936..b0b9d3ce7 100644 --- a/rest/pom.xml +++ b/rest/pom.xml @@ -21,7 +21,7 @@ com.ericsson.bss.cassandra.ecchronos parent - 5.0.2 + 5.0.3-SNAPSHOT rest REST interface base classes diff --git a/standalone-integration/pom.xml b/standalone-integration/pom.xml index 3c199f19e..096fa0751 100644 --- a/standalone-integration/pom.xml +++ b/standalone-integration/pom.xml @@ -20,7 +20,7 @@ com.ericsson.bss.cassandra.ecchronos parent - 5.0.2 + 5.0.3-SNAPSHOT standalone-integration Integration tests for a standalone environment