Skip to content

Commit 9fdc52a

Browse files
committed
[maven-release-plugin] prepare release v0.20.1
1 parent df75caf commit 9fdc52a

File tree

12 files changed

+14
-14
lines changed

12 files changed

+14
-14
lines changed

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>elasticactors-parent</artifactId>
2020
<groupId>org.elasticsoftware.elasticactors</groupId>
21-
<version>0.20.1-SNAPSHOT</version>
21+
<version>0.20.1</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

backplane-cassandra/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>elasticactors-parent</artifactId>
2020
<groupId>org.elasticsoftware.elasticactors</groupId>
21-
<version>0.20.1-SNAPSHOT</version>
21+
<version>0.20.1</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

backplane-redis/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>elasticactors-parent</artifactId>
2020
<groupId>org.elasticsoftware.elasticactors</groupId>
21-
<version>0.20.1-SNAPSHOT</version>
21+
<version>0.20.1</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>elasticactors-parent</artifactId>
2020
<groupId>org.elasticsoftware.elasticactors</groupId>
21-
<version>0.20.1-SNAPSHOT</version>
21+
<version>0.20.1</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

cluster-shoal/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>elasticactors-parent</artifactId>
2020
<groupId>org.elasticsoftware.elasticactors</groupId>
21-
<version>0.20.1-SNAPSHOT</version>
21+
<version>0.20.1</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>elasticactors-parent</artifactId>
2020
<groupId>org.elasticsoftware.elasticactors</groupId>
21-
<version>0.20.1-SNAPSHOT</version>
21+
<version>0.20.1</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

messaging-kafka/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<artifactId>elasticactors-parent</artifactId>
44
<groupId>org.elasticsoftware.elasticactors</groupId>
5-
<version>0.20.1-SNAPSHOT</version>
5+
<version>0.20.1</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88

messaging-rabbitmq/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>elasticactors-parent</artifactId>
2020
<groupId>org.elasticsoftware.elasticactors</groupId>
21-
<version>0.20.1-SNAPSHOT</version>
21+
<version>0.20.1</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<groupId>org.elasticsoftware.elasticactors</groupId>
2121
<artifactId>elasticactors-parent</artifactId>
22-
<version>0.20.1-SNAPSHOT</version>
22+
<version>0.20.1</version>
2323

2424
<packaging>pom</packaging>
2525

@@ -55,7 +55,7 @@
5555
<connection>scm:git:[email protected]:elasticsoftwarefoundation/elasticactors.git</connection>
5656
<developerConnection>scm:git:[email protected]:elasticsoftwarefoundation/elasticactors.git</developerConnection>
5757
<url>https://github.com/elasticsoftwarefoundation/elasticactors</url>
58-
<tag>HEAD</tag>
58+
<tag>v0.20.1</tag>
5959
</scm>
6060

6161
<!--

runtime/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
<parent>
1919
<artifactId>elasticactors-parent</artifactId>
2020
<groupId>org.elasticsoftware.elasticactors</groupId>
21-
<version>0.20.1-SNAPSHOT</version>
21+
<version>0.20.1</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

2525
<artifactId>elasticactors-runtime</artifactId>
26-
<version>0.20.1-SNAPSHOT</version>
26+
<version>0.20.1</version>
2727
<packaging>jar</packaging>
2828

2929
<name>Elastic Software Foundation :: ElasticActors :: Runtime</name>

0 commit comments

Comments
 (0)