Skip to content

Commit 4086aaf

Browse files
committed
[maven-release-plugin] prepare release suuchi-0.2.21
1 parent f52f0f7 commit 4086aaf

6 files changed

Lines changed: 12 additions & 12 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>in.ashwanthkumar</groupId>
44
<artifactId>suuchi</artifactId>
5-
<version>0.2.21-SNAPSHOT</version>
5+
<version>0.2.21</version>
66
<name>Suuchi</name>
77
<description>Toolkit to build distributed Data Systems</description>
88
<packaging>pom</packaging>
@@ -25,7 +25,7 @@
2525
<scm>
2626
<url>https://github.com/ashwanthkumar/suuchi</url>
2727
<connection>scm:git:https://${env.GH_TOKEN}@github.com/ashwanthkumar/suuchi.git</connection>
28-
<tag>HEAD</tag>
28+
<tag>suuchi-0.2.21</tag>
2929
</scm>
3030

3131
<developers>

suuchi-cluster-atomix/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
22
<modelVersion>4.0.0</modelVersion>
33
<artifactId>suuchi-cluster-atomix</artifactId>
4-
<version>0.2.21-SNAPSHOT</version>
4+
<version>0.2.21</version>
55
<name>Suuchi Atomix Membership</name>
66
<description>Suuchi Atomix based Membership</description>
77
<packaging>jar</packaging>
88

99
<parent>
1010
<groupId>in.ashwanthkumar</groupId>
1111
<artifactId>suuchi</artifactId>
12-
<version>0.2.21-SNAPSHOT</version>
12+
<version>0.2.21</version>
1313
</parent>
1414

1515
<properties>

suuchi-cluster-scalecube/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
22
<modelVersion>4.0.0</modelVersion>
33
<artifactId>suuchi-cluster-scalecube</artifactId>
4-
<version>0.2.21-SNAPSHOT</version>
4+
<version>0.2.21</version>
55
<name>Suuchi Scalecube Membership</name>
66
<description>Suuchi Scalecube based Membership</description>
77
<packaging>jar</packaging>
88

99
<parent>
1010
<groupId>in.ashwanthkumar</groupId>
1111
<artifactId>suuchi</artifactId>
12-
<version>0.2.21-SNAPSHOT</version>
12+
<version>0.2.21</version>
1313
</parent>
1414

1515
<properties>

suuchi-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
22
<modelVersion>4.0.0</modelVersion>
33
<artifactId>suuchi-core</artifactId>
4-
<version>0.2.21-SNAPSHOT</version>
4+
<version>0.2.21</version>
55
<name>Suuchi Core</name>
66
<description>Core modules of Suuchi</description>
77
<packaging>jar</packaging>
88

99
<parent>
1010
<groupId>in.ashwanthkumar</groupId>
1111
<artifactId>suuchi</artifactId>
12-
<version>0.2.21-SNAPSHOT</version>
12+
<version>0.2.21</version>
1313
</parent>
1414

1515
<properties>

suuchi-examples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
22
<modelVersion>4.0.0</modelVersion>
33
<artifactId>suuchi-examples</artifactId>
4-
<version>0.2.21-SNAPSHOT</version>
4+
<version>0.2.21</version>
55
<name>Suuchi Examples</name>
66
<description>Example modules using Suuchi</description>
77
<packaging>jar</packaging>
88

99
<parent>
1010
<groupId>in.ashwanthkumar</groupId>
1111
<artifactId>suuchi</artifactId>
12-
<version>0.2.21-SNAPSHOT</version>
12+
<version>0.2.21</version>
1313
</parent>
1414

1515
<properties>

suuchi-rocksdb/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
22
<modelVersion>4.0.0</modelVersion>
33
<artifactId>suuchi-rocksdb</artifactId>
4-
<version>0.2.21-SNAPSHOT</version>
4+
<version>0.2.21</version>
55
<name>Suuchi Rocksdb</name>
66
<description>RocksDB Store implementation for Suuchi</description>
77
<packaging>jar</packaging>
88

99
<parent>
1010
<groupId>in.ashwanthkumar</groupId>
1111
<artifactId>suuchi</artifactId>
12-
<version>0.2.21-SNAPSHOT</version>
12+
<version>0.2.21</version>
1313
</parent>
1414

1515
<properties>

0 commit comments

Comments
 (0)