Skip to content

Commit

Permalink
Update version to 309-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
alluxio-bot committed Feb 1, 2024
1 parent 05e089b commit e9a32c9
Show file tree
Hide file tree
Showing 69 changed files with 73 additions and 73 deletions.
2 changes: 1 addition & 1 deletion assembly/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-assembly</artifactId>
<version>308</version>
<version>309-SNAPSHOT</version>
</parent>
<artifactId>alluxio-assembly-client</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-parent</artifactId>
<version>308</version>
<version>309-SNAPSHOT</version>
</parent>
<artifactId>alluxio-assembly</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion assembly/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-assembly</artifactId>
<version>308</version>
<version>309-SNAPSHOT</version>
</parent>
<artifactId>alluxio-assembly-server</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 @@ -16,7 +16,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-parent</artifactId>
<version>308</version>
<version>309-SNAPSHOT</version>
</parent>
<artifactId>alluxio-common</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion common/transport/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-common</artifactId>
<version>308</version>
<version>309-SNAPSHOT</version>
</parent>
<artifactId>alluxio-core-transport</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ kramdown:
# The full version string
# Used to match the version string portion of file paths, URLs, and dependency versions
# e.g. client jar path,
ALLUXIO_VERSION_STRING: 308
ALLUXIO_VERSION_STRING: 309-SNAPSHOT
# We must inline the version string (e.g., "1.4.0-SNAPSHOT") rather than using the macro of Alluxio version.
# Otherwise the macro name remains in the output.
ALLUXIO_CLIENT_JAR_PATH: /<PATH_TO_ALLUXIO>/client/alluxio-308-client.jar
ALLUXIO_CLIENT_JAR_PATH: /<PATH_TO_ALLUXIO>/client/alluxio-309-SNAPSHOT-client.jar
# For release branches, this should be the Alluxio version in the form of <major>.<minor>, e.g. both 1.5.0 and 1.5.0-RC1 should use "1.5"
# For master branch, this should be "edge"
# This should be used to reference versioned pages that are not relative to the docs/ directory
Expand Down
2 changes: 1 addition & 1 deletion dora/core/client/fs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-core-client</artifactId>
<version>308</version>
<version>309-SNAPSHOT</version>
</parent>
<artifactId>alluxio-core-client-fs</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dora/core/client/hdfs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-core-client</artifactId>
<version>308</version>
<version>309-SNAPSHOT</version>
</parent>
<artifactId>alluxio-core-client-hdfs</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dora/core/client/hdfs3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-core-client</artifactId>
<version>308</version>
<version>309-SNAPSHOT</version>
</parent>
<artifactId>alluxio-core-client-hdfs3</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dora/core/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-core</artifactId>
<version>308</version>
<version>309-SNAPSHOT</version>
</parent>
<artifactId>alluxio-core-client</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dora/core/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-core</artifactId>
<version>308</version>
<version>309-SNAPSHOT</version>
</parent>
<artifactId>alluxio-core-common</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dora/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-dora</artifactId>
<version>308</version>
<version>309-SNAPSHOT</version>
</parent>
<artifactId>alluxio-core</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dora/core/server/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-core-server</artifactId>
<version>308</version>
<version>309-SNAPSHOT</version>
</parent>
<artifactId>alluxio-core-server-common</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dora/core/server/master/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-core-server</artifactId>
<version>308</version>
<version>309-SNAPSHOT</version>
</parent>
<artifactId>alluxio-core-server-master</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dora/core/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-core</artifactId>
<version>308</version>
<version>309-SNAPSHOT</version>
</parent>
<artifactId>alluxio-core-server</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dora/core/server/proxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-core-server</artifactId>
<version>308</version>
<version>309-SNAPSHOT</version>
</parent>
<artifactId>alluxio-core-server-proxy</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dora/core/server/worker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-core-server</artifactId>
<version>308</version>
<version>309-SNAPSHOT</version>
</parent>
<artifactId>alluxio-core-server-worker</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dora/examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-dora</artifactId>
<version>308</version>
<version>309-SNAPSHOT</version>
</parent>
<artifactId>alluxio-examples</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dora/integration/fuse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-integration</artifactId>
<version>308</version>
<version>309-SNAPSHOT</version>
</parent>
<artifactId>alluxio-integration-fuse</artifactId>
<name>Alluxio Integration - FUSE</name>
Expand Down
2 changes: 1 addition & 1 deletion dora/integration/jnifuse/fs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-integration-jnifuse</artifactId>
<version>308</version>
<version>309-SNAPSHOT</version>
</parent>

<artifactId>alluxio-integration-jnifuse-fs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dora/integration/jnifuse/native/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-integration-jnifuse</artifactId>
<version>308</version>
<version>309-SNAPSHOT</version>
</parent>

<artifactId>alluxio-integration-jnifuse-native</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dora/integration/jnifuse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-integration</artifactId>
<version>308</version>
<version>309-SNAPSHOT</version>
</parent>
<artifactId>alluxio-integration-jnifuse</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dora/integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-dora</artifactId>
<version>308</version>
<version>309-SNAPSHOT</version>
</parent>
<artifactId>alluxio-integration</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dora/integration/tools/hms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-integration-tools</artifactId>
<version>308</version>
<version>309-SNAPSHOT</version>
</parent>

<artifactId>alluxio-integration-tools-hms</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dora/integration/tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-integration</artifactId>
<version>308</version>
<version>309-SNAPSHOT</version>
</parent>
<artifactId>alluxio-integration-tools</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dora/integration/tools/validation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-integration-tools</artifactId>
<version>308</version>
<version>309-SNAPSHOT</version>
</parent>
<artifactId>alluxio-integration-tools-validation</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dora/job/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-job</artifactId>
<version>308</version>
<version>309-SNAPSHOT</version>
</parent>
<artifactId>alluxio-job-client</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dora/job/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-job</artifactId>
<version>308</version>
<version>309-SNAPSHOT</version>
</parent>
<artifactId>alluxio-job-common</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dora/job/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-dora</artifactId>
<version>308</version>
<version>309-SNAPSHOT</version>
</parent>
<artifactId>alluxio-job</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dora/job/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-job</artifactId>
<version>308</version>
<version>309-SNAPSHOT</version>
</parent>
<artifactId>alluxio-job-server</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dora/microbench/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-dora</artifactId>
<version>308</version>
<version>309-SNAPSHOT</version>
</parent>
<artifactId>alluxio-microbench</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dora/minicluster/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-dora</artifactId>
<version>308</version>
<version>309-SNAPSHOT</version>
</parent>

<artifactId>alluxio-minicluster</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dora/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-parent</artifactId>
<version>308</version>
<version>309-SNAPSHOT</version>
</parent>
<artifactId>alluxio-dora</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dora/shaded/client-hadoop3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-shaded</artifactId>
<version>308</version>
<version>309-SNAPSHOT</version>
</parent>
<artifactId>alluxio-shaded-hadoop3-client</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dora/shaded/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-shaded</artifactId>
<version>308</version>
<version>309-SNAPSHOT</version>
</parent>
<artifactId>alluxio-shaded-client</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dora/shaded/hadoop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-shaded</artifactId>
<version>308</version>
<version>309-SNAPSHOT</version>
</parent>
<artifactId>alluxio-shaded-hadoop</artifactId>
<version>${ufs.hadoop.version}</version>
Expand Down
2 changes: 1 addition & 1 deletion dora/shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-dora</artifactId>
<version>308</version>
<version>309-SNAPSHOT</version>
</parent>
<artifactId>alluxio-shaded</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dora/shell/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-dora</artifactId>
<version>308</version>
<version>309-SNAPSHOT</version>
</parent>
<artifactId>alluxio-shell</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dora/stress/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-stress</artifactId>
<version>308</version>
<version>309-SNAPSHOT</version>
</parent>
<artifactId>alluxio-stress-common</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dora/stress/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-dora</artifactId>
<version>308</version>
<version>309-SNAPSHOT</version>
</parent>
<artifactId>alluxio-stress</artifactId>
<packaging>pom</packaging>
Expand Down
4 changes: 2 additions & 2 deletions dora/stress/shell/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-stress</artifactId>
<version>308</version>
<version>309-SNAPSHOT</version>
</parent>
<artifactId>alluxio-stress-shell</artifactId>
<packaging>jar</packaging>
Expand Down Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-shell</artifactId>
<version>308</version>
<version>309-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.alluxio</groupId>
Expand Down
2 changes: 1 addition & 1 deletion dora/tests/integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-tests</artifactId>
<version>308</version>
<version>309-SNAPSHOT</version>
</parent>
<artifactId>alluxio-tests-integration</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dora/tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-dora</artifactId>
<version>308</version>
<version>309-SNAPSHOT</version>
</parent>
<artifactId>alluxio-tests</artifactId>
<packaging>pom</packaging>
Expand Down
Loading

0 comments on commit e9a32c9

Please sign in to comment.