Skip to content

Commit

Permalink
Update master version to 0.9.0-SNAPSHOT.
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinjia committed Oct 22, 2015
1 parent b2fb97b commit dcf542b
Show file tree
Hide file tree
Showing 20 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.tachyonproject</groupId>
<artifactId>tachyon-parent</artifactId>
<version>0.8.1-SNAPSHOT</version>
<version>0.9.0-SNAPSHOT</version>
</parent>
<groupId>org.tachyonproject</groupId>
<artifactId>tachyon-assemblies</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion clients/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.tachyonproject</groupId>
<artifactId>tachyon-clients</artifactId>
<version>0.8.1-SNAPSHOT</version>
<version>0.9.0-SNAPSHOT</version>
</parent>
<groupId>org.tachyonproject</groupId>
<artifactId>tachyon-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion clients/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.tachyonproject</groupId>
<artifactId>tachyon-parent</artifactId>
<version>0.8.1-SNAPSHOT</version>
<version>0.9.0-SNAPSHOT</version>
</parent>
<artifactId>tachyon-clients</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion clients/unshaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.tachyonproject</groupId>
<artifactId>tachyon-clients</artifactId>
<version>0.8.1-SNAPSHOT</version>
<version>0.9.0-SNAPSHOT</version>
</parent>
<artifactId>tachyon-client-unshaded</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.tachyonproject</groupId>
<artifactId>tachyon-parent</artifactId>
<version>0.8.1-SNAPSHOT</version>
<version>0.9.0-SNAPSHOT</version>
</parent>
<artifactId>tachyon-common</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.tachyonproject</groupId>
<artifactId>tachyon-parent</artifactId>
<version>0.8.1-SNAPSHOT</version>
<version>0.9.0-SNAPSHOT</version>
</parent>
<artifactId>tachyon-examples</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.tachyonproject</groupId>
<artifactId>tachyon-parent</artifactId>
<version>0.8.1-SNAPSHOT</version>
<version>0.9.0-SNAPSHOT</version>
</parent>
<artifactId>tachyon-integration-tests</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion integration/mesos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>tachyon-integration</artifactId>
<groupId>org.tachyonproject</groupId>
<version>0.8.1-SNAPSHOT</version>
<version>0.9.0-SNAPSHOT</version>
</parent>
<name>Tachyon Integration - Mesos</name>
<artifactId>tachyon-integration-mesos</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.tachyonproject</groupId>
<artifactId>tachyon-parent</artifactId>
<version>0.8.1-SNAPSHOT</version>
<version>0.9.0-SNAPSHOT</version>
</parent>
<artifactId>tachyon-integration</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion integration/yarn/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>tachyon-integration</artifactId>
<groupId>org.tachyonproject</groupId>
<version>0.8.1-SNAPSHOT</version>
<version>0.9.0-SNAPSHOT</version>
</parent>
<name>Tachyon Integration - YARN</name>
<artifactId>tachyon-integration-yarn</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion minicluster/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>tachyon-parent</artifactId>
<groupId>org.tachyonproject</groupId>
<version>0.8.1-SNAPSHOT</version>
<version>0.9.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.tachyonproject</groupId>
<artifactId>tachyon-parent</artifactId>
<version>0.8.1-SNAPSHOT</version>
<version>0.9.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Tachyon Parent</name>
<description>Parent POM of Tachyon project: a Reliable Memory Centric Distributed Storage System</description>
Expand Down
2 changes: 1 addition & 1 deletion servers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.tachyonproject</groupId>
<artifactId>tachyon-parent</artifactId>
<version>0.8.1-SNAPSHOT</version>
<version>0.9.0-SNAPSHOT</version>
</parent>
<artifactId>tachyon-servers</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion shell/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.tachyonproject</groupId>
<artifactId>tachyon-parent</artifactId>
<version>0.8.1-SNAPSHOT</version>
<version>0.9.0-SNAPSHOT</version>
</parent>
<artifactId>tachyon-shell</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion underfs/glusterfs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.tachyonproject</groupId>
<artifactId>tachyon-underfs</artifactId>
<version>0.8.1-SNAPSHOT</version>
<version>0.9.0-SNAPSHOT</version>
</parent>
<artifactId>tachyon-underfs-glusterfs</artifactId>
<name>Tachyon Under File System - Gluster FS</name>
Expand Down
2 changes: 1 addition & 1 deletion underfs/hdfs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.tachyonproject</groupId>
<artifactId>tachyon-underfs</artifactId>
<version>0.8.1-SNAPSHOT</version>
<version>0.9.0-SNAPSHOT</version>
</parent>
<artifactId>tachyon-underfs-hdfs</artifactId>
<name>Tachyon Under File System - HDFS</name>
Expand Down
2 changes: 1 addition & 1 deletion underfs/local/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.tachyonproject</groupId>
<artifactId>tachyon-underfs</artifactId>
<version>0.8.1-SNAPSHOT</version>
<version>0.9.0-SNAPSHOT</version>
</parent>
<artifactId>tachyon-underfs-local</artifactId>
<name>Tachyon Under File System - Local FS</name>
Expand Down
2 changes: 1 addition & 1 deletion underfs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.tachyonproject</groupId>
<artifactId>tachyon-parent</artifactId>
<version>0.8.1-SNAPSHOT</version>
<version>0.9.0-SNAPSHOT</version>
</parent>
<artifactId>tachyon-underfs</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion underfs/s3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.tachyonproject</groupId>
<artifactId>tachyon-underfs</artifactId>
<version>0.8.1-SNAPSHOT</version>
<version>0.9.0-SNAPSHOT</version>
</parent>
<artifactId>tachyon-underfs-s3</artifactId>
<name>Tachyon Under File System - S3</name>
Expand Down
4 changes: 2 additions & 2 deletions underfs/swift/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.tachyonproject</groupId>
<artifactId>tachyon-underfs</artifactId>
<version>0.8.1-SNAPSHOT</version>
<version>0.9.0-SNAPSHOT</version>
</parent>
<artifactId>tachyon-underfs-swift</artifactId>
<name>Tachyon Under File System - Swift</name>
Expand Down Expand Up @@ -40,7 +40,7 @@
<artifactId>commons-httpclient</artifactId>
<version>3.1</version>
</dependency>

<!-- Test Dependencies -->
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit dcf542b

Please sign in to comment.