Skip to content

Commit

Permalink
Bumping version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwanthkumar committed Oct 5, 2016
1 parent c006a88 commit 4dfef9f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>in.ashwanthkumar</groupId>
<artifactId>suuchi</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.1.0</version>
<name>Suuchi</name>
<description>Toolkit to build distributed Data Systems</description>
<packaging>pom</packaging>
Expand Down
4 changes: 2 additions & 2 deletions suuchi-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
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>1.0-SNAPSHOT</version>
<version>0.1.0</version>
<name>Suuchi Core</name>
<description>Core modules of Suuchi</description>
<packaging>jar</packaging>

<parent>
<groupId>in.ashwanthkumar</groupId>
<artifactId>suuchi</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.1.0</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
Expand Up @@ -2,15 +2,15 @@
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>1.0-SNAPSHOT</version>
<version>0.1.0</version>
<name>Suuchi Examples</name>
<description>Example modules using Suuchi</description>
<packaging>jar</packaging>

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

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

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

<properties>
Expand Down

0 comments on commit 4dfef9f

Please sign in to comment.