Skip to content

Commit

Permalink
[maven-release-plugin] prepare release ecchronos-4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
masokol committed Dec 15, 2022
1 parent 207c436 commit 73eaace
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.ericsson.bss.cassandra.ecchronos</groupId>
<artifactId>parent</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion cassandra-test-image/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.ericsson.bss.cassandra.ecchronos</groupId>
<artifactId>parent</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
</parent>
<artifactId>cassandra-test-image</artifactId>
<description>Test image for integration tests using Apache Cassandra</description>
Expand Down
2 changes: 1 addition & 1 deletion connection.impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.ericsson.bss.cassandra.ecchronos</groupId>
<artifactId>parent</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
</parent>
<artifactId>connection.impl</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion connection/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.ericsson.bss.cassandra.ecchronos</groupId>
<artifactId>parent</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
</parent>
<artifactId>connection</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion core.osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.ericsson.bss.cassandra.ecchronos</groupId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
</parent>
<packaging>bundle</packaging>

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.ericsson.bss.cassandra.ecchronos</groupId>
<artifactId>parent</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
</parent>
<artifactId>core</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ecchronos-binary/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.ericsson.bss.cassandra.ecchronos</groupId>
<artifactId>parent</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion fm.impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.ericsson.bss.cassandra.ecchronos</groupId>
<artifactId>parent</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
</parent>
<artifactId>fm.impl</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion fm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.ericsson.bss.cassandra.ecchronos</groupId>
<artifactId>parent</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
</parent>
<artifactId>fm</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion karaf-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.ericsson.bss.cassandra.ecchronos</groupId>
<artifactId>parent</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
</parent>
<artifactId>karaf-feature</artifactId>
<packaging>feature</packaging>
Expand Down
2 changes: 1 addition & 1 deletion osgi-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.ericsson.bss.cassandra.ecchronos</groupId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
</parent>
<artifactId>osgi-integration</artifactId>
<description>Integration tests for an OSGi environment</description>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>com.ericsson.bss.cassandra.ecchronos</groupId>
<artifactId>parent</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
<packaging>pom</packaging>

<name>Ericsson Cassandra Chronos</name>
Expand Down Expand Up @@ -1059,6 +1059,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>HEAD</tag>
<tag>ecchronos-4.0.2</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion rest.osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.ericsson.bss.cassandra.ecchronos</groupId>
<artifactId>parent</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
</parent>
<packaging>bundle</packaging>
<artifactId>rest.osgi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.ericsson.bss.cassandra.ecchronos</groupId>
<artifactId>parent</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
</parent>
<artifactId>rest</artifactId>
<description>REST interface base classes</description>
Expand Down
2 changes: 1 addition & 1 deletion standalone-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.ericsson.bss.cassandra.ecchronos</groupId>
<artifactId>parent</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
</parent>
<artifactId>standalone-integration</artifactId>
<description>Integration tests for a standalone environment</description>
Expand Down

0 comments on commit 73eaace

Please sign in to comment.