Skip to content

Commit

Permalink
[maven-release-plugin] prepare release suuchi-0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Snap CI Build Bot committed Oct 6, 2016
1 parent b9c8cb8 commit c414e92
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.1-SNAPSHOT</version>
<version>0.2.1</version>
<name>Suuchi</name>
<description>Toolkit to build distributed Data Systems</description>
<packaging>pom</packaging>
Expand All @@ -23,7 +23,7 @@
<scm>
<url>https://github.com/ashwanthkumar/suuchi</url>
<connection>scm:git:[email protected]:ashwanthkumar/suuchi.git</connection>
<tag>HEAD</tag>
<tag>suuchi-0.2.1</tag>
</scm>

<developers>
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.1-SNAPSHOT</version>
<version>0.2.1</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.1-SNAPSHOT</version>
<version>0.2.1</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.1-SNAPSHOT</version>
<version>0.2.1</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.1-SNAPSHOT</version>
<version>0.2.1</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.1-SNAPSHOT</version>
<version>0.2.1</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.1-SNAPSHOT</version>
<version>0.2.1</version>
</parent>

<properties>
Expand Down

0 comments on commit c414e92

Please sign in to comment.