From 0429dc87c5dfd7cc00498313e22577caf605a8e6 Mon Sep 17 00:00:00 2001 From: Jiri Simsa Date: Thu, 4 Feb 2016 10:47:32 -0800 Subject: [PATCH 1/3] Updating POM artifacts. --- assembly/pom.xml | 68 +++++++++---------- .../{tachyon-dist.xml => alluxio-dist.xml} | 0 bin/alluxio-fuse.sh | 2 +- ...{tachyon_checks.xml => alluxio_checks.xml} | 0 core/client-internal/pom.xml | 14 ++-- core/client/pom.xml | 58 ++++++++-------- core/common/pom.xml | 10 +-- core/pom.xml | 10 +-- core/server/pom.xml | 22 +++--- examples/pom.xml | 22 +++--- integration/fuse/pom.xml | 18 ++--- integration/mesos/pom.xml | 24 +++---- integration/pom.xml | 10 +-- integration/yarn/pom.xml | 24 +++---- keyvalue/client-internal/pom.xml | 22 +++--- keyvalue/client/pom.xml | 64 ++++++++--------- keyvalue/common/pom.xml | 14 ++-- keyvalue/pom.xml | 10 +-- keyvalue/server/pom.xml | 22 +++--- libexec/alluxio-config.sh | 2 +- minicluster/pom.xml | 30 ++++---- pom.xml | 26 +++---- shell/pom.xml | 18 ++--- tests/pom.xml | 62 ++++++++--------- underfs/glusterfs/pom.xml | 18 ++--- underfs/hdfs/pom.xml | 12 ++-- underfs/local/pom.xml | 12 ++-- underfs/oss/pom.xml | 12 ++-- underfs/pom.xml | 10 +-- underfs/s3/pom.xml | 12 ++-- underfs/swift/pom.xml | 16 ++--- 31 files changed, 322 insertions(+), 322 deletions(-) rename assembly/src/main/assembly/{tachyon-dist.xml => alluxio-dist.xml} (100%) rename build/checkstyle/{tachyon_checks.xml => alluxio_checks.xml} (100%) diff --git a/assembly/pom.xml b/assembly/pom.xml index 07eb258587aa..8b10bbc34b83 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -1,13 +1,13 @@ 4.0.0 - org.tachyonproject - tachyon-parent + org.alluxioproject + alluxio-parent 0.9.0-RC3 - tachyon-assemblies - Tachyon Assemblies - Assemblies of Tachyon system + alluxio-assemblies + Alluxio Assemblies + Assemblies of Alluxio system + - org.tachyonproject - tachyon-core-client-internal + org.alluxioproject + alluxio-core-client-internal ${project.version} - org.tachyonproject - tachyon-core-common + org.alluxioproject + alluxio-core-common ${project.version} - org.tachyonproject - tachyon-underfs-hdfs + org.alluxioproject + alluxio-underfs-hdfs ${project.version} - org.tachyonproject - tachyon-core-common + org.alluxioproject + alluxio-core-common + http://alluxio.org/documentation/Configuring-Alluxio-with-GlusterFS.html + for how to use glusterfs with Alluxio. --> - + - + - org.tachyonproject - tachyon-underfs-s3 + org.alluxioproject + alluxio-underfs-s3 ${project.version} - org.tachyonproject - tachyon-core-common + org.alluxioproject + alluxio-core-common - org.tachyonproject - tachyon-underfs-local + org.alluxioproject + alluxio-underfs-local ${project.version} - org.tachyonproject - tachyon-core-common + org.alluxioproject + alluxio-core-common @@ -174,8 +174,8 @@ - org.tachyonproject:tachyon-core-common - org.tachyonproject:tachyon-core-client-internal + org.alluxioproject:alluxio-core-common + org.alluxioproject:alluxio-core-client-internal org.apache.thrift:libthrift diff --git a/core/common/pom.xml b/core/common/pom.xml index 1033033c437f..c37638a0ce32 100644 --- a/core/common/pom.xml +++ b/core/common/pom.xml @@ -1,14 +1,14 @@ 4.0.0 - org.tachyonproject - tachyon-core + org.alluxioproject + alluxio-core 0.9.0-RC3 - tachyon-core-common + alluxio-core-common jar - Tachyon Core - Common Utilities - Common utilities shared in Tachyon core modules + Alluxio Core - Common Utilities + Common utilities shared in Alluxio core modules - org.tachyonproject - tachyon-core-client-internal + org.alluxioproject + alluxio-core-client-internal ${project.version} test test-jar diff --git a/keyvalue/client/pom.xml b/keyvalue/client/pom.xml index 80eb917086ba..0e0624bed2a0 100644 --- a/keyvalue/client/pom.xml +++ b/keyvalue/client/pom.xml @@ -1,15 +1,15 @@ 4.0.0 - org.tachyonproject - tachyon-keyvalue + org.alluxioproject + alluxio-keyvalue 0.9.0-RC3 - org.tachyonproject - tachyon-keyvalue-client + org.alluxioproject + alluxio-keyvalue-client jar - Tachyon Key Value - Client Distribution - Distribution of client for Tachyon Key Value Store + Alluxio Key Value - Client Distribution + Distribution of client for Alluxio Key Value Store + - org.tachyonproject - tachyon-core-client-internal + org.alluxioproject + alluxio-core-client-internal ${project.version} - org.tachyonproject - tachyon-core-common + org.alluxioproject + alluxio-core-common ${project.version} - org.tachyonproject - tachyon-keyvalue-client-internal + org.alluxioproject + alluxio-keyvalue-client-internal ${project.version} - org.tachyonproject - tachyon-underfs-hdfs + org.alluxioproject + alluxio-underfs-hdfs ${project.version} - org.tachyonproject - tachyon-core-common + org.alluxioproject + alluxio-core-common + http://alluxio.org/documentation/Configuring-Alluxio-with-GlusterFS.html + for how to use glusterfs with Alluxio. --> - + - + - org.tachyonproject - tachyon-underfs-s3 + org.alluxioproject + alluxio-underfs-s3 ${project.version} - org.tachyonproject - tachyon-core-common + org.alluxioproject + alluxio-core-common - org.tachyonproject - tachyon-underfs-local + org.alluxioproject + alluxio-underfs-local ${project.version} - org.tachyonproject - tachyon-core-common + org.alluxioproject + alluxio-core-common @@ -179,9 +179,9 @@ - org.tachyonproject:tachyon-core-common - org.tachyonproject:tachyon-core-client-internal - org.tachyonproject:tachyon-keyvalue-client-internal + org.alluxioproject:alluxio-core-common + org.alluxioproject:alluxio-core-client-internal + org.alluxioproject:alluxio-keyvalue-client-internal org.apache.thrift:libthrift diff --git a/keyvalue/common/pom.xml b/keyvalue/common/pom.xml index ef39c9445102..f6e707359685 100644 --- a/keyvalue/common/pom.xml +++ b/keyvalue/common/pom.xml @@ -1,13 +1,13 @@ 4.0.0 - org.tachyonproject - tachyon-keyvalue + org.alluxioproject + alluxio-keyvalue 0.9.0-RC3 - tachyon-keyvalue-common - Tachyon Key Value - Common Utilities - Clients of Tachyon Key Value Store + alluxio-keyvalue-common + Alluxio Key Value - Common Utilities + Clients of Alluxio Key Value Store - org.tachyonproject - tachyon-core-client-internal + org.alluxioproject + alluxio-core-client-internal ${project.version} test-jar - org.tachyonproject - tachyon-core-server + org.alluxioproject + alluxio-core-server test-jar ${project.version} diff --git a/pom.xml b/pom.xml index 4b590ee455ff..757cac0df8ea 100644 --- a/pom.xml +++ b/pom.xml @@ -1,23 +1,23 @@ 4.0.0 - org.tachyonproject - tachyon-parent + org.alluxioproject + alluxio-parent 0.9.0-RC3 pom - Tachyon Parent - Parent POM of Tachyon project: a Reliable Memory Centric Distributed Storage System - http://tachyon-project.org/ + Alluxio Parent + Parent POM of Alluxio project: a Reliable Memory Centric Distributed Storage System + http://alluxio.org/ Apache License - https://github.com/amplab/tachyon/blob/master/LICENSE + https://github.com/AlluxioOpenFoundation/alluxio/blob/master/LICENSE repo - scm:git:git@github.com:amplab/tachyon.git - scm:git:git@github.com:amplab/tachyon.git - scm:git:git@github.com:amplab/tachyon.git + scm:git:git@github.com:AlluxioOpenFoundation/alluxio.git + scm:git:git@github.com:AlluxioOpenFoundation/alluxio.git + scm:git:git@github.com:AlluxioOpenFoundation/alluxio.git HEAD @@ -32,7 +32,7 @@ github - https://tachyon.atlassian.net + https://alluxio.atlassian.net @@ -444,7 +444,7 @@ maven-checkstyle-plugin 2.13 - ${checkstyle.path}tachyon_checks.xml + ${checkstyle.path}alluxio_checks.xml ${checkstyle.path}suppressions.xml checkstyle.suppressions.file true @@ -504,7 +504,7 @@ **/conf/testsuite/* **/libexec/* **/src/main/findbugs/* - **/src/main/resources/tachyon_checks* + **/src/main/resources/alluxio_checks* **/src/main/assembly/* @@ -612,7 +612,7 @@ - + developer diff --git a/shell/pom.xml b/shell/pom.xml index 49482228e5a5..f7b5ff4125c8 100644 --- a/shell/pom.xml +++ b/shell/pom.xml @@ -1,14 +1,14 @@ 4.0.0 - org.tachyonproject - tachyon-parent + org.alluxioproject + alluxio-parent 0.9.0-RC3 - tachyon-shell + alluxio-shell jar - Tachyon Shell - A Linux shell-like interface to interact with Tachyon + Alluxio Shell + A Linux shell-like interface to interact with Alluxio - org.alluxioproject + org.alluxio.alluxio alluxio-core-client-internal ${project.version} - org.alluxioproject + org.alluxio.alluxio alluxio-core-common ${project.version} - org.alluxioproject + org.alluxio.alluxio alluxio-underfs-hdfs ${project.version} - org.alluxioproject + org.alluxio.alluxio alluxio-core-common @@ -105,34 +105,34 @@ http://alluxio.org/documentation/Configuring-Alluxio-with-GlusterFS.html for how to use glusterfs with Alluxio. --> - + - + - org.alluxioproject + org.alluxio.alluxio alluxio-underfs-s3 ${project.version} - org.alluxioproject + org.alluxio.alluxio alluxio-core-common - org.alluxioproject + org.alluxio.alluxio alluxio-underfs-local ${project.version} - org.alluxioproject + org.alluxio.alluxio alluxio-core-common @@ -174,8 +174,8 @@ - org.alluxioproject:alluxio-core-common - org.alluxioproject:alluxio-core-client-internal + org.alluxio.alluxio:alluxio-core-common + org.alluxio.alluxio:alluxio-core-client-internal org.apache.thrift:libthrift diff --git a/core/common/pom.xml b/core/common/pom.xml index c37638a0ce32..104d7a7d060c 100644 --- a/core/common/pom.xml +++ b/core/common/pom.xml @@ -1,7 +1,7 @@ 4.0.0 - org.alluxioproject + org.alluxio.alluxio alluxio-core 0.9.0-RC3 diff --git a/core/pom.xml b/core/pom.xml index e83ef12d38fb..59b68ee69b1c 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -1,7 +1,7 @@ 4.0.0 - org.alluxioproject + org.alluxio.alluxio alluxio-parent 0.9.0-RC3 diff --git a/core/server/pom.xml b/core/server/pom.xml index c827ce3f75c8..76ebc87ff2cc 100644 --- a/core/server/pom.xml +++ b/core/server/pom.xml @@ -1,7 +1,7 @@ 4.0.0 - org.alluxioproject + org.alluxio.alluxio alluxio-core 0.9.0-RC3 @@ -20,12 +20,12 @@ - org.alluxioproject + org.alluxio.alluxio alluxio-core-client-internal ${project.version} - org.alluxioproject + org.alluxio.alluxio alluxio-core-common ${project.version} @@ -109,7 +109,7 @@ test - org.alluxioproject + org.alluxio.alluxio alluxio-underfs-local ${project.version} test diff --git a/examples/pom.xml b/examples/pom.xml index b8324f0e5e20..6bd300c408aa 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -1,7 +1,7 @@ 4.0.0 - org.alluxioproject + org.alluxio.alluxio alluxio-parent 0.9.0-RC3 @@ -34,17 +34,17 @@ hadoop-client - org.alluxioproject + org.alluxio.alluxio alluxio-core-client-internal ${project.version} - org.alluxioproject + org.alluxio.alluxio alluxio-core-common ${project.version} - org.alluxioproject + org.alluxio.alluxio alluxio-keyvalue-client-internal ${project.version} diff --git a/integration/fuse/pom.xml b/integration/fuse/pom.xml index d89fc417ae0c..2aff81487c2b 100644 --- a/integration/fuse/pom.xml +++ b/integration/fuse/pom.xml @@ -1,7 +1,7 @@ 4.0.0 - org.alluxioproject + org.alluxio.alluxio alluxio-integration 0.9.0-RC3 @@ -33,12 +33,12 @@ 1.3.1 - org.alluxioproject + org.alluxio.alluxio alluxio-core-client-internal ${project.version} - org.alluxioproject + org.alluxio.alluxio alluxio-core-common ${project.version} diff --git a/integration/mesos/pom.xml b/integration/mesos/pom.xml index 3713b5510e6b..a6f035683a9d 100644 --- a/integration/mesos/pom.xml +++ b/integration/mesos/pom.xml @@ -5,7 +5,7 @@ 4.0.0 alluxio-integration - org.alluxioproject + org.alluxio.alluxio 0.9.0-RC3 Alluxio Integration - Mesos @@ -27,22 +27,22 @@ 0.23.0 - org.alluxioproject + org.alluxio.alluxio alluxio-core-common ${project.version} - org.alluxioproject + org.alluxio.alluxio alluxio-core-server ${project.version} - org.alluxioproject + org.alluxio.alluxio alluxio-underfs-local ${project.version} - org.alluxioproject + org.alluxio.alluxio alluxio-underfs-hdfs ${project.version} diff --git a/integration/pom.xml b/integration/pom.xml index 8a0b7f779514..14196954a3e9 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.alluxioproject + org.alluxio.alluxio alluxio-parent 0.9.0-RC3 diff --git a/integration/yarn/pom.xml b/integration/yarn/pom.xml index 8334602401fa..f5fd98804ce3 100644 --- a/integration/yarn/pom.xml +++ b/integration/yarn/pom.xml @@ -5,7 +5,7 @@ 4.0.0 alluxio-integration - org.alluxioproject + org.alluxio.alluxio 0.9.0-RC3 Alluxio Integration - YARN @@ -22,22 +22,22 @@ - org.alluxioproject + org.alluxio.alluxio alluxio-core-common ${project.version} - org.alluxioproject + org.alluxio.alluxio alluxio-core-server ${project.version} - org.alluxioproject + org.alluxio.alluxio alluxio-underfs-local ${project.version} - org.alluxioproject + org.alluxio.alluxio alluxio-underfs-hdfs ${project.version} diff --git a/keyvalue/client-internal/pom.xml b/keyvalue/client-internal/pom.xml index 6b2af73b7baf..f5e871778cca 100644 --- a/keyvalue/client-internal/pom.xml +++ b/keyvalue/client-internal/pom.xml @@ -1,7 +1,7 @@ 4.0.0 - org.alluxioproject + org.alluxio.alluxio alluxio-keyvalue 0.9.0-RC3 @@ -19,19 +19,19 @@ - org.alluxioproject + org.alluxio.alluxio alluxio-core-client-internal ${project.version} - org.alluxioproject + org.alluxio.alluxio alluxio-keyvalue-common ${project.version} - org.alluxioproject + org.alluxio.alluxio alluxio-core-client-internal ${project.version} test diff --git a/keyvalue/client/pom.xml b/keyvalue/client/pom.xml index 0e0624bed2a0..30e6caee910a 100644 --- a/keyvalue/client/pom.xml +++ b/keyvalue/client/pom.xml @@ -1,11 +1,11 @@ 4.0.0 - org.alluxioproject + org.alluxio.alluxio alluxio-keyvalue 0.9.0-RC3 - org.alluxioproject + org.alluxio.alluxio alluxio-keyvalue-client jar Alluxio Key Value - Client Distribution @@ -79,27 +79,27 @@ - org.alluxioproject + org.alluxio.alluxio alluxio-core-client-internal ${project.version} - org.alluxioproject + org.alluxio.alluxio alluxio-core-common ${project.version} - org.alluxioproject + org.alluxio.alluxio alluxio-keyvalue-client-internal ${project.version} - org.alluxioproject + org.alluxio.alluxio alluxio-underfs-hdfs ${project.version} - org.alluxioproject + org.alluxio.alluxio alluxio-core-common @@ -110,34 +110,34 @@ http://alluxio.org/documentation/Configuring-Alluxio-with-GlusterFS.html for how to use glusterfs with Alluxio. --> - + - + - org.alluxioproject + org.alluxio.alluxio alluxio-underfs-s3 ${project.version} - org.alluxioproject + org.alluxio.alluxio alluxio-core-common - org.alluxioproject + org.alluxio.alluxio alluxio-underfs-local ${project.version} - org.alluxioproject + org.alluxio.alluxio alluxio-core-common @@ -179,9 +179,9 @@ - org.alluxioproject:alluxio-core-common - org.alluxioproject:alluxio-core-client-internal - org.alluxioproject:alluxio-keyvalue-client-internal + org.alluxio.alluxio:alluxio-core-common + org.alluxio.alluxio:alluxio-core-client-internal + org.alluxio.alluxio:alluxio-keyvalue-client-internal org.apache.thrift:libthrift diff --git a/keyvalue/common/pom.xml b/keyvalue/common/pom.xml index f6e707359685..fdd8d16f0d84 100644 --- a/keyvalue/common/pom.xml +++ b/keyvalue/common/pom.xml @@ -1,7 +1,7 @@ 4.0.0 - org.alluxioproject + org.alluxio.alluxio alluxio-keyvalue 0.9.0-RC3 @@ -19,7 +19,7 @@ - org.alluxioproject + org.alluxio.alluxio alluxio-core-common ${project.version} diff --git a/keyvalue/pom.xml b/keyvalue/pom.xml index 34e8c2f57e8b..4722f413e3d5 100644 --- a/keyvalue/pom.xml +++ b/keyvalue/pom.xml @@ -1,7 +1,7 @@ 4.0.0 - org.alluxioproject + org.alluxio.alluxio alluxio-parent 0.9.0-RC3 diff --git a/keyvalue/server/pom.xml b/keyvalue/server/pom.xml index 3cc8f3071466..70e78bfda01a 100644 --- a/keyvalue/server/pom.xml +++ b/keyvalue/server/pom.xml @@ -1,7 +1,7 @@ 4.0.0 - org.alluxioproject + org.alluxio.alluxio alluxio-keyvalue 0.9.0-RC3 @@ -19,17 +19,17 @@ - org.alluxioproject + org.alluxio.alluxio alluxio-keyvalue-common ${project.version} - org.alluxioproject + org.alluxio.alluxio alluxio-keyvalue-client-internal ${project.version} - org.alluxioproject + org.alluxio.alluxio alluxio-core-server ${project.version} diff --git a/minicluster/pom.xml b/minicluster/pom.xml index 673777b9c048..b4a89fe701b8 100644 --- a/minicluster/pom.xml +++ b/minicluster/pom.xml @@ -1,7 +1,7 @@ alluxio-parent - org.alluxioproject + org.alluxio.alluxio 0.9.0-RC3 4.0.0 @@ -26,30 +26,30 @@ compile - org.alluxioproject + org.alluxio.alluxio alluxio-core-client-internal ${project.version} - org.alluxioproject + org.alluxio.alluxio alluxio-core-common ${project.version} - org.alluxioproject + org.alluxio.alluxio alluxio-core-server ${project.version} - org.alluxioproject + org.alluxio.alluxio alluxio-core-client-internal ${project.version} test-jar - org.alluxioproject + org.alluxio.alluxio alluxio-core-server test-jar ${project.version} diff --git a/pom.xml b/pom.xml index 757cac0df8ea..b149d1f68fe8 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,6 @@ 4.0.0 - org.alluxioproject + org.alluxio.alluxio alluxio-parent 0.9.0-RC3 pom diff --git a/shell/pom.xml b/shell/pom.xml index f7b5ff4125c8..38091a869515 100644 --- a/shell/pom.xml +++ b/shell/pom.xml @@ -1,7 +1,7 @@ 4.0.0 - org.alluxioproject + org.alluxio.alluxio alluxio-parent 0.9.0-RC3 @@ -35,12 +35,12 @@ 0.9.10 - org.alluxioproject + org.alluxio.alluxio alluxio-core-client-internal ${project.version} - org.alluxioproject + org.alluxio.alluxio alluxio-core-common ${project.version} diff --git a/tests/pom.xml b/tests/pom.xml index 266e4ab3b4bc..0ef2655d5bf6 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -1,7 +1,7 @@ 4.0.0 - org.alluxioproject + org.alluxio.alluxio alluxio-parent 0.9.0-RC3 @@ -49,43 +49,43 @@ test - org.alluxioproject + org.alluxio.alluxio alluxio-core-common ${project.version} - org.alluxioproject + org.alluxio.alluxio alluxio-core-server test-jar ${project.version} test - org.alluxioproject + org.alluxio.alluxio alluxio-keyvalue-client-internal ${project.version} test - org.alluxioproject + org.alluxio.alluxio alluxio-keyvalue-server ${project.version} test - org.alluxioproject + org.alluxio.alluxio alluxio-underfs-local ${project.version} test - org.alluxioproject + org.alluxio.alluxio alluxio-minicluster ${project.version} test - org.alluxioproject + org.alluxio.alluxio alluxio-shell ${project.version} test @@ -97,7 +97,7 @@ hdfs1Test - org.alluxioproject + org.alluxio.alluxio alluxio-underfs-hdfs ${project.version} test @@ -122,7 +122,7 @@ hdfs2Test - org.alluxioproject + org.alluxio.alluxio alluxio-underfs-hdfs ${project.version} test @@ -147,7 +147,7 @@ glusterfsTest - org.alluxioproject + org.alluxio.alluxio alluxio-underfs-glusterfs ${project.version} test @@ -178,7 +178,7 @@ s3Test - org.alluxioproject + org.alluxio.alluxio alluxio-underfs-s3 ${project.version} test @@ -210,7 +210,7 @@ ossTest - org.alluxioproject + org.alluxio.alluxio alluxio-underfs-oss ${project.version} test @@ -249,7 +249,7 @@ swiftTest - org.alluxioproject + org.alluxio.alluxio alluxio-underfs-swift ${project.version} test diff --git a/underfs/glusterfs/pom.xml b/underfs/glusterfs/pom.xml index b3daa9b05539..31a07a0c652b 100644 --- a/underfs/glusterfs/pom.xml +++ b/underfs/glusterfs/pom.xml @@ -1,7 +1,7 @@ 4.0.0 - org.alluxioproject + org.alluxio.alluxio alluxio-underfs 0.9.0-RC3 @@ -32,12 +32,12 @@ ${glusterfs-hadoop.version} - org.alluxioproject + org.alluxio.alluxio alluxio-core-common ${project.version} - org.alluxioproject + org.alluxio.alluxio alluxio-underfs-hdfs ${project.version} diff --git a/underfs/hdfs/pom.xml b/underfs/hdfs/pom.xml index 909f2c6e9275..442a2ba3fada 100644 --- a/underfs/hdfs/pom.xml +++ b/underfs/hdfs/pom.xml @@ -1,7 +1,7 @@ 4.0.0 - org.alluxioproject + org.alluxio.alluxio alluxio-underfs 0.9.0-RC3 @@ -35,7 +35,7 @@ slf4j-api - org.alluxioproject + org.alluxio.alluxio alluxio-core-common ${project.version} diff --git a/underfs/local/pom.xml b/underfs/local/pom.xml index ad6d9c9b1450..361354c195ec 100644 --- a/underfs/local/pom.xml +++ b/underfs/local/pom.xml @@ -1,7 +1,7 @@ 4.0.0 - org.alluxioproject + org.alluxio.alluxio alluxio-underfs 0.9.0-RC3 @@ -27,7 +27,7 @@ slf4j-api - org.alluxioproject + org.alluxio.alluxio alluxio-core-common ${project.version} diff --git a/underfs/oss/pom.xml b/underfs/oss/pom.xml index 65f49e20e99e..2e00f8f612b9 100644 --- a/underfs/oss/pom.xml +++ b/underfs/oss/pom.xml @@ -1,7 +1,7 @@ 4.0.0 - org.alluxioproject + org.alluxio.alluxio alluxio-underfs 0.9.0-RC3 @@ -23,7 +23,7 @@ guava - org.alluxioproject + org.alluxio.alluxio alluxio-core-common ${project.version} diff --git a/underfs/pom.xml b/underfs/pom.xml index 471aea206e79..3940637cc0e6 100644 --- a/underfs/pom.xml +++ b/underfs/pom.xml @@ -1,7 +1,7 @@ 4.0.0 - org.alluxioproject + org.alluxio.alluxio alluxio-parent 0.9.0-RC3 diff --git a/underfs/s3/pom.xml b/underfs/s3/pom.xml index fc27445e9be8..c92cffe74588 100644 --- a/underfs/s3/pom.xml +++ b/underfs/s3/pom.xml @@ -1,7 +1,7 @@ 4.0.0 - org.alluxioproject + org.alluxio.alluxio alluxio-underfs 0.9.0-RC3 @@ -27,7 +27,7 @@ slf4j-api - org.alluxioproject + org.alluxio.alluxio alluxio-core-common ${project.version} diff --git a/underfs/swift/pom.xml b/underfs/swift/pom.xml index d5ee8239121b..cab00a51a9d3 100644 --- a/underfs/swift/pom.xml +++ b/underfs/swift/pom.xml @@ -1,7 +1,7 @@ 4.0.0 - org.alluxioproject + org.alluxio.alluxio alluxio-underfs 0.9.0-RC3 @@ -23,7 +23,7 @@ hadoop-client - org.alluxioproject + org.alluxio.alluxio alluxio-underfs-hdfs ${project.version} @@ -33,7 +33,7 @@ ${hadoop-openstack.version} - org.alluxioproject + org.alluxio.alluxio alluxio-core-common ${project.version} From f57635da1e9cd311511fc0419cc40018d3b7944c Mon Sep 17 00:00:00 2001 From: Jiri Simsa Date: Thu, 4 Feb 2016 14:04:13 -0800 Subject: [PATCH 3/3] Changing version to 1.0.0-SNAPSHOT. --- assembly/pom.xml | 2 +- core/client-internal/pom.xml | 2 +- core/client/pom.xml | 2 +- core/common/pom.xml | 2 +- core/pom.xml | 2 +- core/server/pom.xml | 2 +- docs/_config.yml | 2 +- examples/pom.xml | 2 +- integration/fuse/pom.xml | 2 +- integration/mesos/pom.xml | 2 +- integration/pom.xml | 2 +- integration/yarn/pom.xml | 2 +- keyvalue/client-internal/pom.xml | 2 +- keyvalue/client/pom.xml | 2 +- keyvalue/common/pom.xml | 2 +- keyvalue/pom.xml | 2 +- keyvalue/server/pom.xml | 2 +- libexec/alluxio-config.sh | 2 +- minicluster/pom.xml | 2 +- pom.xml | 2 +- shell/pom.xml | 2 +- tests/pom.xml | 2 +- underfs/glusterfs/pom.xml | 2 +- underfs/hdfs/pom.xml | 2 +- underfs/local/pom.xml | 2 +- underfs/oss/pom.xml | 2 +- underfs/pom.xml | 2 +- underfs/s3/pom.xml | 2 +- underfs/swift/pom.xml | 2 +- 29 files changed, 29 insertions(+), 29 deletions(-) diff --git a/assembly/pom.xml b/assembly/pom.xml index 36dc25a3b911..548c0572fbe1 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -3,7 +3,7 @@ org.alluxio.alluxio alluxio-parent - 0.9.0-RC3 + 1.0.0-SNAPSHOT alluxio-assemblies Alluxio Assemblies diff --git a/core/client-internal/pom.xml b/core/client-internal/pom.xml index aa2319dd94c0..62284c259805 100644 --- a/core/client-internal/pom.xml +++ b/core/client-internal/pom.xml @@ -3,7 +3,7 @@ org.alluxio.alluxio alluxio-core - 0.9.0-RC3 + 1.0.0-SNAPSHOT alluxio-core-client-internal jar diff --git a/core/client/pom.xml b/core/client/pom.xml index 5473c932524b..8ae968bd0bb3 100644 --- a/core/client/pom.xml +++ b/core/client/pom.xml @@ -3,7 +3,7 @@ org.alluxio.alluxio alluxio-core - 0.9.0-RC3 + 1.0.0-SNAPSHOT org.alluxio.alluxio alluxio-client diff --git a/core/common/pom.xml b/core/common/pom.xml index 104d7a7d060c..8bd95e869b27 100644 --- a/core/common/pom.xml +++ b/core/common/pom.xml @@ -3,7 +3,7 @@ org.alluxio.alluxio alluxio-core - 0.9.0-RC3 + 1.0.0-SNAPSHOT alluxio-core-common jar diff --git a/core/pom.xml b/core/pom.xml index 59b68ee69b1c..7eb8eca894ef 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -3,7 +3,7 @@ org.alluxio.alluxio alluxio-parent - 0.9.0-RC3 + 1.0.0-SNAPSHOT alluxio-core pom diff --git a/core/server/pom.xml b/core/server/pom.xml index 76ebc87ff2cc..d726dc15a903 100644 --- a/core/server/pom.xml +++ b/core/server/pom.xml @@ -3,7 +3,7 @@ org.alluxio.alluxio alluxio-core - 0.9.0-RC3 + 1.0.0-SNAPSHOT alluxio-core-server jar diff --git a/docs/_config.yml b/docs/_config.yml index 98cdf7817379..da43544033e3 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -6,7 +6,7 @@ kramdown: # These allow the documentation to be updated with new releases of Tachyon. TACHYON_RELEASED_VERSION: 0.8.2 -TACHYON_MASTER_VERSION_SHORT: 0.9.0-RC3 +TACHYON_MASTER_VERSION_SHORT: 1.0.0-SNAPSHOT # These attach the pages of different languages with different 'lang' attributes defaults: diff --git a/examples/pom.xml b/examples/pom.xml index 6bd300c408aa..acd9e530f848 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -3,7 +3,7 @@ org.alluxio.alluxio alluxio-parent - 0.9.0-RC3 + 1.0.0-SNAPSHOT alluxio-examples jar diff --git a/integration/fuse/pom.xml b/integration/fuse/pom.xml index 2aff81487c2b..ef5e1128d30c 100644 --- a/integration/fuse/pom.xml +++ b/integration/fuse/pom.xml @@ -3,7 +3,7 @@ org.alluxio.alluxio alluxio-integration - 0.9.0-RC3 + 1.0.0-SNAPSHOT alluxio-integration-fuse Alluxio Integration - FUSE diff --git a/integration/mesos/pom.xml b/integration/mesos/pom.xml index a6f035683a9d..c8002f8c3e0c 100644 --- a/integration/mesos/pom.xml +++ b/integration/mesos/pom.xml @@ -6,7 +6,7 @@ alluxio-integration org.alluxio.alluxio - 0.9.0-RC3 + 1.0.0-SNAPSHOT Alluxio Integration - Mesos alluxio-integration-mesos diff --git a/integration/pom.xml b/integration/pom.xml index 14196954a3e9..3043966338ad 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -5,7 +5,7 @@ org.alluxio.alluxio alluxio-parent - 0.9.0-RC3 + 1.0.0-SNAPSHOT alluxio-integration pom diff --git a/integration/yarn/pom.xml b/integration/yarn/pom.xml index f5fd98804ce3..3548872949ec 100644 --- a/integration/yarn/pom.xml +++ b/integration/yarn/pom.xml @@ -6,7 +6,7 @@ alluxio-integration org.alluxio.alluxio - 0.9.0-RC3 + 1.0.0-SNAPSHOT Alluxio Integration - YARN alluxio-integration-yarn diff --git a/keyvalue/client-internal/pom.xml b/keyvalue/client-internal/pom.xml index f5e871778cca..c79870597c6a 100644 --- a/keyvalue/client-internal/pom.xml +++ b/keyvalue/client-internal/pom.xml @@ -3,7 +3,7 @@ org.alluxio.alluxio alluxio-keyvalue - 0.9.0-RC3 + 1.0.0-SNAPSHOT alluxio-keyvalue-client-internal Alluxio Key Value - Client Implementation diff --git a/keyvalue/client/pom.xml b/keyvalue/client/pom.xml index 30e6caee910a..c4b919ee045f 100644 --- a/keyvalue/client/pom.xml +++ b/keyvalue/client/pom.xml @@ -3,7 +3,7 @@ org.alluxio.alluxio alluxio-keyvalue - 0.9.0-RC3 + 1.0.0-SNAPSHOT org.alluxio.alluxio alluxio-keyvalue-client diff --git a/keyvalue/common/pom.xml b/keyvalue/common/pom.xml index fdd8d16f0d84..01e88bd271fa 100644 --- a/keyvalue/common/pom.xml +++ b/keyvalue/common/pom.xml @@ -3,7 +3,7 @@ org.alluxio.alluxio alluxio-keyvalue - 0.9.0-RC3 + 1.0.0-SNAPSHOT alluxio-keyvalue-common Alluxio Key Value - Common Utilities diff --git a/keyvalue/pom.xml b/keyvalue/pom.xml index 4722f413e3d5..f90aae7443b7 100644 --- a/keyvalue/pom.xml +++ b/keyvalue/pom.xml @@ -3,7 +3,7 @@ org.alluxio.alluxio alluxio-parent - 0.9.0-RC3 + 1.0.0-SNAPSHOT alluxio-keyvalue pom diff --git a/keyvalue/server/pom.xml b/keyvalue/server/pom.xml index 70e78bfda01a..3420c8a0e43a 100644 --- a/keyvalue/server/pom.xml +++ b/keyvalue/server/pom.xml @@ -3,7 +3,7 @@ org.alluxio.alluxio alluxio-keyvalue - 0.9.0-RC3 + 1.0.0-SNAPSHOT alluxio-keyvalue-server Alluxio Key Value - Server Implementation diff --git a/libexec/alluxio-config.sh b/libexec/alluxio-config.sh index 7cc8ce10f6c3..96349569866e 100755 --- a/libexec/alluxio-config.sh +++ b/libexec/alluxio-config.sh @@ -21,7 +21,7 @@ this="$config_bin/$script" # This will set the default installation for a tarball installation while os distributors can create # their own alluxio-layout.sh file to set system installation locations. if [ -z "$TACHYON_SYSTEM_INSTALLATION" ]; then - VERSION=0.9.0-RC3 + VERSION=1.0.0-SNAPSHOT export TACHYON_PREFIX=`dirname $(dirname "$this")` export TACHYON_HOME=${TACHYON_PREFIX} export TACHYON_CONF_DIR="$TACHYON_HOME/conf" diff --git a/minicluster/pom.xml b/minicluster/pom.xml index b4a89fe701b8..a05f27860bc8 100644 --- a/minicluster/pom.xml +++ b/minicluster/pom.xml @@ -2,7 +2,7 @@ alluxio-parent org.alluxio.alluxio - 0.9.0-RC3 + 1.0.0-SNAPSHOT 4.0.0 diff --git a/pom.xml b/pom.xml index b149d1f68fe8..77addd9de7f5 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.alluxio.alluxio alluxio-parent - 0.9.0-RC3 + 1.0.0-SNAPSHOT pom Alluxio Parent Parent POM of Alluxio project: a Reliable Memory Centric Distributed Storage System diff --git a/shell/pom.xml b/shell/pom.xml index 38091a869515..8d92dc6b1a40 100644 --- a/shell/pom.xml +++ b/shell/pom.xml @@ -3,7 +3,7 @@ org.alluxio.alluxio alluxio-parent - 0.9.0-RC3 + 1.0.0-SNAPSHOT alluxio-shell jar diff --git a/tests/pom.xml b/tests/pom.xml index 0ef2655d5bf6..12278d6dc341 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -3,7 +3,7 @@ org.alluxio.alluxio alluxio-parent - 0.9.0-RC3 + 1.0.0-SNAPSHOT alluxio-tests jar diff --git a/underfs/glusterfs/pom.xml b/underfs/glusterfs/pom.xml index 31a07a0c652b..a14201dde781 100644 --- a/underfs/glusterfs/pom.xml +++ b/underfs/glusterfs/pom.xml @@ -3,7 +3,7 @@ org.alluxio.alluxio alluxio-underfs - 0.9.0-RC3 + 1.0.0-SNAPSHOT alluxio-underfs-glusterfs Alluxio Under File System - Gluster FS diff --git a/underfs/hdfs/pom.xml b/underfs/hdfs/pom.xml index 442a2ba3fada..02c304f26eec 100644 --- a/underfs/hdfs/pom.xml +++ b/underfs/hdfs/pom.xml @@ -3,7 +3,7 @@ org.alluxio.alluxio alluxio-underfs - 0.9.0-RC3 + 1.0.0-SNAPSHOT alluxio-underfs-hdfs Alluxio Under File System - HDFS diff --git a/underfs/local/pom.xml b/underfs/local/pom.xml index 361354c195ec..7913eabdd358 100644 --- a/underfs/local/pom.xml +++ b/underfs/local/pom.xml @@ -3,7 +3,7 @@ org.alluxio.alluxio alluxio-underfs - 0.9.0-RC3 + 1.0.0-SNAPSHOT alluxio-underfs-local Alluxio Under File System - Local FS diff --git a/underfs/oss/pom.xml b/underfs/oss/pom.xml index 2e00f8f612b9..f277ab1bada2 100644 --- a/underfs/oss/pom.xml +++ b/underfs/oss/pom.xml @@ -3,7 +3,7 @@ org.alluxio.alluxio alluxio-underfs - 0.9.0-RC3 + 1.0.0-SNAPSHOT alluxio-underfs-oss Alluxio Under File System - Aliyun OSS diff --git a/underfs/pom.xml b/underfs/pom.xml index 3940637cc0e6..aca81e14fe59 100644 --- a/underfs/pom.xml +++ b/underfs/pom.xml @@ -3,7 +3,7 @@ org.alluxio.alluxio alluxio-parent - 0.9.0-RC3 + 1.0.0-SNAPSHOT alluxio-underfs pom diff --git a/underfs/s3/pom.xml b/underfs/s3/pom.xml index c92cffe74588..1ab02b7b075e 100644 --- a/underfs/s3/pom.xml +++ b/underfs/s3/pom.xml @@ -3,7 +3,7 @@ org.alluxio.alluxio alluxio-underfs - 0.9.0-RC3 + 1.0.0-SNAPSHOT alluxio-underfs-s3 Alluxio Under File System - S3 diff --git a/underfs/swift/pom.xml b/underfs/swift/pom.xml index cab00a51a9d3..619942dfaac0 100644 --- a/underfs/swift/pom.xml +++ b/underfs/swift/pom.xml @@ -3,7 +3,7 @@ org.alluxio.alluxio alluxio-underfs - 0.9.0-RC3 + 1.0.0-SNAPSHOT alluxio-underfs-swift Alluxio Under File System - Swift