Skip to content

Commit

Permalink
[maven-release-plugin] prepare release suuchi-0.2.21
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwanthkumar committed Jun 3, 2017
1 parent f52f0f7 commit 4086aaf
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>in.ashwanthkumar</groupId>
<artifactId>suuchi</artifactId>
<version>0.2.21-SNAPSHOT</version>
<version>0.2.21</version>
<name>Suuchi</name>
<description>Toolkit to build distributed Data Systems</description>
<packaging>pom</packaging>
Expand All @@ -25,7 +25,7 @@
<scm>
<url>https://github.com/ashwanthkumar/suuchi</url>
<connection>scm:git:https://${env.GH_TOKEN}@github.com/ashwanthkumar/suuchi.git</connection>
<tag>HEAD</tag>
<tag>suuchi-0.2.21</tag>
</scm>

<developers>
Expand Down
4 changes: 2 additions & 2 deletions suuchi-cluster-atomix/pom.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<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">
<modelVersion>4.0.0</modelVersion>
<artifactId>suuchi-cluster-atomix</artifactId>
<version>0.2.21-SNAPSHOT</version>
<version>0.2.21</version>
<name>Suuchi Atomix Membership</name>
<description>Suuchi Atomix based Membership</description>
<packaging>jar</packaging>

<parent>
<groupId>in.ashwanthkumar</groupId>
<artifactId>suuchi</artifactId>
<version>0.2.21-SNAPSHOT</version>
<version>0.2.21</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions suuchi-cluster-scalecube/pom.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<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">
<modelVersion>4.0.0</modelVersion>
<artifactId>suuchi-cluster-scalecube</artifactId>
<version>0.2.21-SNAPSHOT</version>
<version>0.2.21</version>
<name>Suuchi Scalecube Membership</name>
<description>Suuchi Scalecube based Membership</description>
<packaging>jar</packaging>

<parent>
<groupId>in.ashwanthkumar</groupId>
<artifactId>suuchi</artifactId>
<version>0.2.21-SNAPSHOT</version>
<version>0.2.21</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions suuchi-core/pom.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<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">
<modelVersion>4.0.0</modelVersion>
<artifactId>suuchi-core</artifactId>
<version>0.2.21-SNAPSHOT</version>
<version>0.2.21</version>
<name>Suuchi Core</name>
<description>Core modules of Suuchi</description>
<packaging>jar</packaging>

<parent>
<groupId>in.ashwanthkumar</groupId>
<artifactId>suuchi</artifactId>
<version>0.2.21-SNAPSHOT</version>
<version>0.2.21</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions suuchi-examples/pom.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<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">
<modelVersion>4.0.0</modelVersion>
<artifactId>suuchi-examples</artifactId>
<version>0.2.21-SNAPSHOT</version>
<version>0.2.21</version>
<name>Suuchi Examples</name>
<description>Example modules using Suuchi</description>
<packaging>jar</packaging>

<parent>
<groupId>in.ashwanthkumar</groupId>
<artifactId>suuchi</artifactId>
<version>0.2.21-SNAPSHOT</version>
<version>0.2.21</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions suuchi-rocksdb/pom.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<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">
<modelVersion>4.0.0</modelVersion>
<artifactId>suuchi-rocksdb</artifactId>
<version>0.2.21-SNAPSHOT</version>
<version>0.2.21</version>
<name>Suuchi Rocksdb</name>
<description>RocksDB Store implementation for Suuchi</description>
<packaging>jar</packaging>

<parent>
<groupId>in.ashwanthkumar</groupId>
<artifactId>suuchi</artifactId>
<version>0.2.21-SNAPSHOT</version>
<version>0.2.21</version>
</parent>

<properties>
Expand Down

0 comments on commit 4086aaf

Please sign in to comment.