This is an automated email from the ASF dual-hosted git repository. weichiu pushed a commit to branch ozone-2.0 in repository https://gitbox.apache.org/repos/asf/ozone.git
commit 8419fad72b9470785ef427e7ecefff27f57342af Author: Wei-Chiu Chuang <[email protected]> AuthorDate: Tue Mar 18 12:54:27 2025 -0700 Update Ozone version to 2.0.0 --- dev-support/pom.xml | 2 +- hadoop-hdds/annotations/pom.xml | 4 ++-- hadoop-hdds/client/pom.xml | 4 ++-- hadoop-hdds/common/pom.xml | 4 ++-- hadoop-hdds/config/pom.xml | 4 ++-- hadoop-hdds/container-service/pom.xml | 4 ++-- hadoop-hdds/crypto-api/pom.xml | 4 ++-- hadoop-hdds/crypto-default/pom.xml | 4 ++-- hadoop-hdds/docs/pom.xml | 4 ++-- hadoop-hdds/erasurecode/pom.xml | 4 ++-- hadoop-hdds/framework/pom.xml | 4 ++-- hadoop-hdds/hadoop-dependency-client/pom.xml | 4 ++-- hadoop-hdds/hadoop-dependency-server/pom.xml | 4 ++-- hadoop-hdds/interface-admin/pom.xml | 4 ++-- hadoop-hdds/interface-client/pom.xml | 4 ++-- hadoop-hdds/interface-server/pom.xml | 4 ++-- hadoop-hdds/managed-rocksdb/pom.xml | 4 ++-- hadoop-hdds/pom.xml | 4 ++-- hadoop-hdds/rocks-native/pom.xml | 2 +- hadoop-hdds/rocksdb-checkpoint-differ/pom.xml | 4 ++-- hadoop-hdds/server-scm/pom.xml | 4 ++-- hadoop-hdds/test-utils/pom.xml | 4 ++-- hadoop-hdds/tools/pom.xml | 4 ++-- hadoop-ozone/cli-shell/pom.xml | 4 ++-- hadoop-ozone/client/pom.xml | 4 ++-- hadoop-ozone/common/pom.xml | 4 ++-- hadoop-ozone/csi/pom.xml | 4 ++-- hadoop-ozone/datanode/pom.xml | 4 ++-- hadoop-ozone/dist/pom.xml | 4 ++-- hadoop-ozone/fault-injection-test/mini-chaos-tests/pom.xml | 4 ++-- hadoop-ozone/fault-injection-test/network-tests/pom.xml | 2 +- hadoop-ozone/fault-injection-test/pom.xml | 4 ++-- hadoop-ozone/httpfsgateway/pom.xml | 4 ++-- hadoop-ozone/insight/pom.xml | 4 ++-- hadoop-ozone/integration-test/pom.xml | 4 ++-- hadoop-ozone/interface-client/pom.xml | 4 ++-- hadoop-ozone/interface-storage/pom.xml | 4 ++-- hadoop-ozone/ozone-manager/pom.xml | 4 ++-- hadoop-ozone/ozonefs-common/pom.xml | 4 ++-- hadoop-ozone/ozonefs-hadoop2/pom.xml | 4 ++-- hadoop-ozone/ozonefs-hadoop3-client/pom.xml | 4 ++-- hadoop-ozone/ozonefs-hadoop3/pom.xml | 4 ++-- hadoop-ozone/ozonefs-shaded/pom.xml | 4 ++-- hadoop-ozone/ozonefs/pom.xml | 4 ++-- hadoop-ozone/pom.xml | 4 ++-- hadoop-ozone/recon-codegen/pom.xml | 2 +- hadoop-ozone/recon/pom.xml | 2 +- hadoop-ozone/s3-secret-store/pom.xml | 4 ++-- hadoop-ozone/s3gateway/pom.xml | 4 ++-- hadoop-ozone/tools/pom.xml | 4 ++-- pom.xml | 6 +++--- 51 files changed, 98 insertions(+), 98 deletions(-) diff --git a/dev-support/pom.xml b/dev-support/pom.xml index ed656fcc20..59a46ff802 100644 --- a/dev-support/pom.xml +++ b/dev-support/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.ozone</groupId> <artifactId>ozone-main</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>ozone-dev-support</artifactId> <name>Apache Ozone Dev Support</name> diff --git a/hadoop-hdds/annotations/pom.xml b/hadoop-hdds/annotations/pom.xml index 84696c6094..1c75f05640 100644 --- a/hadoop-hdds/annotations/pom.xml +++ b/hadoop-hdds/annotations/pom.xml @@ -17,11 +17,11 @@ <parent> <groupId>org.apache.ozone</groupId> <artifactId>hdds</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>hdds-annotation-processing</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <packaging>jar</packaging> <name>Apache Ozone Annotation Processing</name> <description>Apache Ozone annotation processing tools for validating custom diff --git a/hadoop-hdds/client/pom.xml b/hadoop-hdds/client/pom.xml index 94e3559efa..bfb0bb2277 100644 --- a/hadoop-hdds/client/pom.xml +++ b/hadoop-hdds/client/pom.xml @@ -17,11 +17,11 @@ <parent> <groupId>org.apache.ozone</groupId> <artifactId>hdds</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>hdds-client</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <packaging>jar</packaging> <name>Apache Ozone HDDS Client</name> <description>Apache Ozone Distributed Data Store Client Library</description> diff --git a/hadoop-hdds/common/pom.xml b/hadoop-hdds/common/pom.xml index 9237a27595..c2e2997ab6 100644 --- a/hadoop-hdds/common/pom.xml +++ b/hadoop-hdds/common/pom.xml @@ -17,10 +17,10 @@ <parent> <groupId>org.apache.ozone</groupId> <artifactId>hdds</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>hdds-common</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <packaging>jar</packaging> <name>Apache Ozone HDDS Common</name> <description>Apache Ozone Distributed Data Store Common</description> diff --git a/hadoop-hdds/config/pom.xml b/hadoop-hdds/config/pom.xml index 03b8d0c75b..46051b599c 100644 --- a/hadoop-hdds/config/pom.xml +++ b/hadoop-hdds/config/pom.xml @@ -17,10 +17,10 @@ <parent> <groupId>org.apache.ozone</groupId> <artifactId>hdds</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>hdds-config</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <packaging>jar</packaging> <name>Apache Ozone HDDS Config</name> <description>Apache Ozone Distributed Data Store Config Tools</description> diff --git a/hadoop-hdds/container-service/pom.xml b/hadoop-hdds/container-service/pom.xml index 3641a947bb..cd614e72fe 100644 --- a/hadoop-hdds/container-service/pom.xml +++ b/hadoop-hdds/container-service/pom.xml @@ -17,10 +17,10 @@ <parent> <groupId>org.apache.ozone</groupId> <artifactId>hdds</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>hdds-container-service</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <packaging>jar</packaging> <name>Apache Ozone HDDS Container Service</name> <description>Apache Ozone Distributed Data Store Container Service</description> diff --git a/hadoop-hdds/crypto-api/pom.xml b/hadoop-hdds/crypto-api/pom.xml index 9524b2df2d..a3b98f7e16 100644 --- a/hadoop-hdds/crypto-api/pom.xml +++ b/hadoop-hdds/crypto-api/pom.xml @@ -17,11 +17,11 @@ <parent> <groupId>org.apache.ozone</groupId> <artifactId>hdds</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>hdds-crypto-api</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <name>Apache Ozone HDDS Crypto</name> <description>Apache Ozone Distributed Data Store cryptographic functions</description> diff --git a/hadoop-hdds/crypto-default/pom.xml b/hadoop-hdds/crypto-default/pom.xml index 5200521d24..725f9cf5e0 100644 --- a/hadoop-hdds/crypto-default/pom.xml +++ b/hadoop-hdds/crypto-default/pom.xml @@ -17,11 +17,11 @@ <parent> <groupId>org.apache.ozone</groupId> <artifactId>hdds</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>hdds-crypto-default</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <name>Apache Ozone HDDS Crypto - Default</name> <description>Default implementation of Apache Ozone Distributed Data Store's cryptographic functions</description> diff --git a/hadoop-hdds/docs/pom.xml b/hadoop-hdds/docs/pom.xml index a67c80e9f3..ad74445c98 100644 --- a/hadoop-hdds/docs/pom.xml +++ b/hadoop-hdds/docs/pom.xml @@ -17,10 +17,10 @@ <parent> <groupId>org.apache.ozone</groupId> <artifactId>hdds</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>hdds-docs</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <packaging>jar</packaging> <name>Apache Ozone/HDDS Documentation</name> <description>Apache Ozone/HDDS Documentation</description> diff --git a/hadoop-hdds/erasurecode/pom.xml b/hadoop-hdds/erasurecode/pom.xml index 10c0500fcf..800ba11525 100644 --- a/hadoop-hdds/erasurecode/pom.xml +++ b/hadoop-hdds/erasurecode/pom.xml @@ -17,10 +17,10 @@ <parent> <groupId>org.apache.ozone</groupId> <artifactId>hdds</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>hdds-erasurecode</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <packaging>jar</packaging> <name>Apache Ozone HDDS Erasurecode</name> <description>Apache Ozone Distributed Data Store Earsurecode utils</description> diff --git a/hadoop-hdds/framework/pom.xml b/hadoop-hdds/framework/pom.xml index 0c105fd4b5..25ebd1e57a 100644 --- a/hadoop-hdds/framework/pom.xml +++ b/hadoop-hdds/framework/pom.xml @@ -17,10 +17,10 @@ <parent> <groupId>org.apache.ozone</groupId> <artifactId>hdds</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>hdds-server-framework</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <packaging>jar</packaging> <name>Apache Ozone HDDS Server Framework</name> <description>Apache Ozone Distributed Data Store Server Framework</description> diff --git a/hadoop-hdds/hadoop-dependency-client/pom.xml b/hadoop-hdds/hadoop-dependency-client/pom.xml index e9682a374e..91acfc3a7c 100644 --- a/hadoop-hdds/hadoop-dependency-client/pom.xml +++ b/hadoop-hdds/hadoop-dependency-client/pom.xml @@ -17,10 +17,10 @@ <parent> <groupId>org.apache.ozone</groupId> <artifactId>hdds</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>hdds-hadoop-dependency-client</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <packaging>jar</packaging> <name>Apache Ozone HDDS Hadoop Client dependencies</name> <description>Apache Ozone Distributed Data Store Hadoop client dependencies</description> diff --git a/hadoop-hdds/hadoop-dependency-server/pom.xml b/hadoop-hdds/hadoop-dependency-server/pom.xml index 8b32774678..e22cd4fa19 100644 --- a/hadoop-hdds/hadoop-dependency-server/pom.xml +++ b/hadoop-hdds/hadoop-dependency-server/pom.xml @@ -17,10 +17,10 @@ <parent> <groupId>org.apache.ozone</groupId> <artifactId>hdds</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>hdds-hadoop-dependency-server</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <packaging>jar</packaging> <name>Apache Ozone HDDS Hadoop Server dependencies</name> <description>Apache Ozone Distributed Data Store Hadoop server dependencies</description> diff --git a/hadoop-hdds/interface-admin/pom.xml b/hadoop-hdds/interface-admin/pom.xml index 047db244fa..cf42dc67c8 100644 --- a/hadoop-hdds/interface-admin/pom.xml +++ b/hadoop-hdds/interface-admin/pom.xml @@ -17,10 +17,10 @@ <parent> <groupId>org.apache.ozone</groupId> <artifactId>hdds</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>hdds-interface-admin</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <packaging>jar</packaging> <name>Apache Ozone HDDS Admin Interface</name> <description>Apache Ozone Distributed Data Store Admin interface</description> diff --git a/hadoop-hdds/interface-client/pom.xml b/hadoop-hdds/interface-client/pom.xml index 4ba24837e6..d8dc4a8846 100644 --- a/hadoop-hdds/interface-client/pom.xml +++ b/hadoop-hdds/interface-client/pom.xml @@ -17,10 +17,10 @@ <parent> <groupId>org.apache.ozone</groupId> <artifactId>hdds</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>hdds-interface-client</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <packaging>jar</packaging> <name>Apache Ozone HDDS Client Interface</name> <description>Apache Ozone Distributed Data Store Client interface</description> diff --git a/hadoop-hdds/interface-server/pom.xml b/hadoop-hdds/interface-server/pom.xml index 94e52f61a4..658a021474 100644 --- a/hadoop-hdds/interface-server/pom.xml +++ b/hadoop-hdds/interface-server/pom.xml @@ -17,10 +17,10 @@ <parent> <groupId>org.apache.ozone</groupId> <artifactId>hdds</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>hdds-interface-server</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <packaging>jar</packaging> <name>Apache Ozone HDDS Server Interface</name> <description>Apache Ozone Distributed Data Store Server interface</description> diff --git a/hadoop-hdds/managed-rocksdb/pom.xml b/hadoop-hdds/managed-rocksdb/pom.xml index 82b58b5a4d..ab3bbc8a59 100644 --- a/hadoop-hdds/managed-rocksdb/pom.xml +++ b/hadoop-hdds/managed-rocksdb/pom.xml @@ -17,10 +17,10 @@ <parent> <groupId>org.apache.ozone</groupId> <artifactId>hdds</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>hdds-managed-rocksdb</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <packaging>jar</packaging> <name>Apache Ozone HDDS Managed RocksDB</name> <description>Apache Ozone Managed RocksDB library</description> diff --git a/hadoop-hdds/pom.xml b/hadoop-hdds/pom.xml index cb0d18b121..e5981c0426 100644 --- a/hadoop-hdds/pom.xml +++ b/hadoop-hdds/pom.xml @@ -17,11 +17,11 @@ <parent> <groupId>org.apache.ozone</groupId> <artifactId>ozone-main</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>hdds</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <packaging>pom</packaging> <name>Apache Ozone HDDS</name> <description>Apache Ozone Distributed Data Store Project</description> diff --git a/hadoop-hdds/rocks-native/pom.xml b/hadoop-hdds/rocks-native/pom.xml index 4f7eedc32e..c93f02c0f1 100644 --- a/hadoop-hdds/rocks-native/pom.xml +++ b/hadoop-hdds/rocks-native/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.ozone</groupId> <artifactId>hdds</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>hdds-rocks-native</artifactId> <name>Apache Ozone HDDS RocksDB Tools</name> diff --git a/hadoop-hdds/rocksdb-checkpoint-differ/pom.xml b/hadoop-hdds/rocksdb-checkpoint-differ/pom.xml index f47c82d6dc..90b0f02015 100644 --- a/hadoop-hdds/rocksdb-checkpoint-differ/pom.xml +++ b/hadoop-hdds/rocksdb-checkpoint-differ/pom.xml @@ -17,11 +17,11 @@ <parent> <groupId>org.apache.ozone</groupId> <artifactId>hdds</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>rocksdb-checkpoint-differ</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <packaging>jar</packaging> <name>RocksDB Checkpoint Differ</name> <description>RocksDB Checkpoint Differ</description> diff --git a/hadoop-hdds/server-scm/pom.xml b/hadoop-hdds/server-scm/pom.xml index 757e7eb043..f5c68b0e8d 100644 --- a/hadoop-hdds/server-scm/pom.xml +++ b/hadoop-hdds/server-scm/pom.xml @@ -17,10 +17,10 @@ <parent> <groupId>org.apache.ozone</groupId> <artifactId>hdds</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>hdds-server-scm</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <packaging>jar</packaging> <name>Apache Ozone HDDS SCM Server</name> <description>Apache Ozone Distributed Data Store Storage Container Manager Server</description> diff --git a/hadoop-hdds/test-utils/pom.xml b/hadoop-hdds/test-utils/pom.xml index f4da05146f..525675bcbd 100644 --- a/hadoop-hdds/test-utils/pom.xml +++ b/hadoop-hdds/test-utils/pom.xml @@ -17,10 +17,10 @@ <parent> <groupId>org.apache.ozone</groupId> <artifactId>hdds</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>hdds-test-utils</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <packaging>jar</packaging> <name>Apache Ozone HDDS Test Utils</name> <description>Apache Ozone Distributed Data Store Test Utils</description> diff --git a/hadoop-hdds/tools/pom.xml b/hadoop-hdds/tools/pom.xml index a38886357d..e85b67a47c 100644 --- a/hadoop-hdds/tools/pom.xml +++ b/hadoop-hdds/tools/pom.xml @@ -17,11 +17,11 @@ <parent> <groupId>org.apache.ozone</groupId> <artifactId>hdds</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>hdds-tools</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <packaging>jar</packaging> <name>Apache Ozone HDDS Tools</name> <description>Apache Ozone Distributed Data Store Tools</description> diff --git a/hadoop-ozone/cli-shell/pom.xml b/hadoop-ozone/cli-shell/pom.xml index a1cbfaebfc..600ab01abd 100644 --- a/hadoop-ozone/cli-shell/pom.xml +++ b/hadoop-ozone/cli-shell/pom.xml @@ -17,10 +17,10 @@ <parent> <groupId>org.apache.ozone</groupId> <artifactId>ozone</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>ozone-cli-shell</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <packaging>jar</packaging> <name>Apache Ozone CLI Shell</name> <description>Apache Ozone CLI Shell</description> diff --git a/hadoop-ozone/client/pom.xml b/hadoop-ozone/client/pom.xml index a9bec341f8..ee1bf98946 100644 --- a/hadoop-ozone/client/pom.xml +++ b/hadoop-ozone/client/pom.xml @@ -17,10 +17,10 @@ <parent> <groupId>org.apache.ozone</groupId> <artifactId>ozone</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>ozone-client</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <packaging>jar</packaging> <name>Apache Ozone Client</name> <description>Apache Ozone Client</description> diff --git a/hadoop-ozone/common/pom.xml b/hadoop-ozone/common/pom.xml index 109adb6228..29095ac2a6 100644 --- a/hadoop-ozone/common/pom.xml +++ b/hadoop-ozone/common/pom.xml @@ -17,10 +17,10 @@ <parent> <groupId>org.apache.ozone</groupId> <artifactId>ozone</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>ozone-common</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <packaging>jar</packaging> <name>Apache Ozone Common</name> <description>Apache Ozone Common</description> diff --git a/hadoop-ozone/csi/pom.xml b/hadoop-ozone/csi/pom.xml index dd07311c98..9e23a18b01 100644 --- a/hadoop-ozone/csi/pom.xml +++ b/hadoop-ozone/csi/pom.xml @@ -17,10 +17,10 @@ <parent> <groupId>org.apache.ozone</groupId> <artifactId>ozone</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>ozone-csi</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <packaging>jar</packaging> <name>Apache Ozone CSI service</name> <description>Apache Ozone CSI service</description> diff --git a/hadoop-ozone/datanode/pom.xml b/hadoop-ozone/datanode/pom.xml index 3decba7b5a..102373fdf4 100644 --- a/hadoop-ozone/datanode/pom.xml +++ b/hadoop-ozone/datanode/pom.xml @@ -17,10 +17,10 @@ <parent> <groupId>org.apache.ozone</groupId> <artifactId>ozone</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>ozone-datanode</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <packaging>jar</packaging> <name>Apache Ozone Datanode</name> diff --git a/hadoop-ozone/dist/pom.xml b/hadoop-ozone/dist/pom.xml index d02d5f8d48..9b3acf61da 100644 --- a/hadoop-ozone/dist/pom.xml +++ b/hadoop-ozone/dist/pom.xml @@ -17,10 +17,10 @@ <parent> <groupId>org.apache.ozone</groupId> <artifactId>ozone</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>ozone-dist</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <packaging>jar</packaging> <name>Apache Ozone Distribution</name> <properties> diff --git a/hadoop-ozone/fault-injection-test/mini-chaos-tests/pom.xml b/hadoop-ozone/fault-injection-test/mini-chaos-tests/pom.xml index cb2725c97f..8c10b74333 100644 --- a/hadoop-ozone/fault-injection-test/mini-chaos-tests/pom.xml +++ b/hadoop-ozone/fault-injection-test/mini-chaos-tests/pom.xml @@ -17,11 +17,11 @@ <parent> <groupId>org.apache.ozone</groupId> <artifactId>ozone-fault-injection-test</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>mini-chaos-tests</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <name>Apache Ozone Mini Ozone Chaos Tests</name> <description>Apache Ozone Mini Ozone Chaos Tests</description> diff --git a/hadoop-ozone/fault-injection-test/network-tests/pom.xml b/hadoop-ozone/fault-injection-test/network-tests/pom.xml index 6c34fa1fe2..ff59cda9f6 100644 --- a/hadoop-ozone/fault-injection-test/network-tests/pom.xml +++ b/hadoop-ozone/fault-injection-test/network-tests/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.ozone</groupId> <artifactId>ozone-fault-injection-test</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>ozone-network-tests</artifactId> <packaging>jar</packaging> diff --git a/hadoop-ozone/fault-injection-test/pom.xml b/hadoop-ozone/fault-injection-test/pom.xml index fb4fc84e1e..2cf0c6dc52 100644 --- a/hadoop-ozone/fault-injection-test/pom.xml +++ b/hadoop-ozone/fault-injection-test/pom.xml @@ -17,10 +17,10 @@ <parent> <groupId>org.apache.ozone</groupId> <artifactId>ozone</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>ozone-fault-injection-test</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <packaging>pom</packaging> <name>Apache Ozone Fault Injection Tests</name> <description>Apache Ozone Fault Injection Tests</description> diff --git a/hadoop-ozone/httpfsgateway/pom.xml b/hadoop-ozone/httpfsgateway/pom.xml index 0f0a415144..feab39644b 100644 --- a/hadoop-ozone/httpfsgateway/pom.xml +++ b/hadoop-ozone/httpfsgateway/pom.xml @@ -19,10 +19,10 @@ <parent> <groupId>org.apache.ozone</groupId> <artifactId>ozone</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>ozone-httpfsgateway</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <packaging>jar</packaging> <name>Apache Ozone HttpFS</name> diff --git a/hadoop-ozone/insight/pom.xml b/hadoop-ozone/insight/pom.xml index 1e1ec83570..afce516e0b 100644 --- a/hadoop-ozone/insight/pom.xml +++ b/hadoop-ozone/insight/pom.xml @@ -17,10 +17,10 @@ <parent> <groupId>org.apache.ozone</groupId> <artifactId>ozone</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>ozone-insight</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <packaging>jar</packaging> <name>Apache Ozone Insight Tool</name> <description>Apache Ozone Insight Tool</description> diff --git a/hadoop-ozone/integration-test/pom.xml b/hadoop-ozone/integration-test/pom.xml index bce2c1b6f5..ac6771fd39 100644 --- a/hadoop-ozone/integration-test/pom.xml +++ b/hadoop-ozone/integration-test/pom.xml @@ -17,10 +17,10 @@ <parent> <groupId>org.apache.ozone</groupId> <artifactId>ozone</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>ozone-integration-test</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <packaging>jar</packaging> <name>Apache Ozone Integration Tests</name> <description>Apache Ozone Integration Tests</description> diff --git a/hadoop-ozone/interface-client/pom.xml b/hadoop-ozone/interface-client/pom.xml index 383d22a414..a4c7e00b9d 100644 --- a/hadoop-ozone/interface-client/pom.xml +++ b/hadoop-ozone/interface-client/pom.xml @@ -17,10 +17,10 @@ <parent> <groupId>org.apache.ozone</groupId> <artifactId>ozone</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>ozone-interface-client</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <packaging>jar</packaging> <name>Apache Ozone Client Interface</name> <description>Apache Ozone Client interface</description> diff --git a/hadoop-ozone/interface-storage/pom.xml b/hadoop-ozone/interface-storage/pom.xml index 9935ec1990..e6a4469fe6 100644 --- a/hadoop-ozone/interface-storage/pom.xml +++ b/hadoop-ozone/interface-storage/pom.xml @@ -17,10 +17,10 @@ <parent> <groupId>org.apache.ozone</groupId> <artifactId>ozone</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>ozone-interface-storage</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <packaging>jar</packaging> <name>Apache Ozone Storage Interface</name> <description>Apache Ozone Storage Interface</description> diff --git a/hadoop-ozone/ozone-manager/pom.xml b/hadoop-ozone/ozone-manager/pom.xml index f5b141471c..546aeba93b 100644 --- a/hadoop-ozone/ozone-manager/pom.xml +++ b/hadoop-ozone/ozone-manager/pom.xml @@ -17,10 +17,10 @@ <parent> <groupId>org.apache.ozone</groupId> <artifactId>ozone</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>ozone-manager</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <packaging>jar</packaging> <name>Apache Ozone Manager Server</name> <description>Apache Ozone Manager Server</description> diff --git a/hadoop-ozone/ozonefs-common/pom.xml b/hadoop-ozone/ozonefs-common/pom.xml index ccc40781d9..bbcf10f41d 100644 --- a/hadoop-ozone/ozonefs-common/pom.xml +++ b/hadoop-ozone/ozonefs-common/pom.xml @@ -17,10 +17,10 @@ <parent> <groupId>org.apache.ozone</groupId> <artifactId>ozone</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>ozone-filesystem-common</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <packaging>jar</packaging> <name>Apache Ozone FileSystem Common</name> <properties> diff --git a/hadoop-ozone/ozonefs-hadoop2/pom.xml b/hadoop-ozone/ozonefs-hadoop2/pom.xml index 1139666aa9..f851dca737 100644 --- a/hadoop-ozone/ozonefs-hadoop2/pom.xml +++ b/hadoop-ozone/ozonefs-hadoop2/pom.xml @@ -17,10 +17,10 @@ <parent> <groupId>org.apache.ozone</groupId> <artifactId>ozone</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>ozone-filesystem-hadoop2</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <packaging>jar</packaging> <name>Apache Ozone FS Hadoop 2.x compatibility</name> <properties> diff --git a/hadoop-ozone/ozonefs-hadoop3-client/pom.xml b/hadoop-ozone/ozonefs-hadoop3-client/pom.xml index cef080bf86..a0eed17b81 100644 --- a/hadoop-ozone/ozonefs-hadoop3-client/pom.xml +++ b/hadoop-ozone/ozonefs-hadoop3-client/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.ozone</groupId> <artifactId>ozone</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <!-- This is called "ozone-filesystem-hadoop3-client" to correspond with @@ -26,7 +26,7 @@ "hadoop-common.jar") --> <artifactId>ozone-filesystem-hadoop3-client</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <packaging>jar</packaging> <name>Apache Ozone FS Hadoop shaded 3.x compatibility</name> <properties> diff --git a/hadoop-ozone/ozonefs-hadoop3/pom.xml b/hadoop-ozone/ozonefs-hadoop3/pom.xml index bcaee248d6..c126785007 100644 --- a/hadoop-ozone/ozonefs-hadoop3/pom.xml +++ b/hadoop-ozone/ozonefs-hadoop3/pom.xml @@ -17,10 +17,10 @@ <parent> <groupId>org.apache.ozone</groupId> <artifactId>ozone</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>ozone-filesystem-hadoop3</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <packaging>jar</packaging> <name>Apache Ozone FS Hadoop 3.x compatibility</name> <properties> diff --git a/hadoop-ozone/ozonefs-shaded/pom.xml b/hadoop-ozone/ozonefs-shaded/pom.xml index 5db55f359d..e4bcacab3b 100644 --- a/hadoop-ozone/ozonefs-shaded/pom.xml +++ b/hadoop-ozone/ozonefs-shaded/pom.xml @@ -17,10 +17,10 @@ <parent> <groupId>org.apache.ozone</groupId> <artifactId>ozone</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>ozone-filesystem-shaded</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <packaging>jar</packaging> <name>Apache Ozone FileSystem Shaded</name> diff --git a/hadoop-ozone/ozonefs/pom.xml b/hadoop-ozone/ozonefs/pom.xml index a5b0bb862c..7354a45053 100644 --- a/hadoop-ozone/ozonefs/pom.xml +++ b/hadoop-ozone/ozonefs/pom.xml @@ -17,10 +17,10 @@ <parent> <groupId>org.apache.ozone</groupId> <artifactId>ozone</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>ozone-filesystem</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <packaging>jar</packaging> <name>Apache Ozone FileSystem</name> <properties> diff --git a/hadoop-ozone/pom.xml b/hadoop-ozone/pom.xml index 98e982f13a..5807264022 100644 --- a/hadoop-ozone/pom.xml +++ b/hadoop-ozone/pom.xml @@ -17,10 +17,10 @@ <parent> <groupId>org.apache.ozone</groupId> <artifactId>ozone-main</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>ozone</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <packaging>pom</packaging> <name>Apache Ozone</name> <description>Apache Ozone Project</description> diff --git a/hadoop-ozone/recon-codegen/pom.xml b/hadoop-ozone/recon-codegen/pom.xml index 2dfb77e9e9..ab01a4152d 100644 --- a/hadoop-ozone/recon-codegen/pom.xml +++ b/hadoop-ozone/recon-codegen/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.ozone</groupId> <artifactId>ozone</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>ozone-reconcodegen</artifactId> <name>Apache Ozone Recon CodeGen</name> diff --git a/hadoop-ozone/recon/pom.xml b/hadoop-ozone/recon/pom.xml index 5a87ee19b7..585974ddd9 100644 --- a/hadoop-ozone/recon/pom.xml +++ b/hadoop-ozone/recon/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.ozone</groupId> <artifactId>ozone</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>ozone-recon</artifactId> <name>Apache Ozone Recon</name> diff --git a/hadoop-ozone/s3-secret-store/pom.xml b/hadoop-ozone/s3-secret-store/pom.xml index a8e66cd77b..5f8208e8ef 100644 --- a/hadoop-ozone/s3-secret-store/pom.xml +++ b/hadoop-ozone/s3-secret-store/pom.xml @@ -17,10 +17,10 @@ <parent> <groupId>org.apache.ozone</groupId> <artifactId>ozone</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>ozone-s3-secret-store</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <packaging>jar</packaging> <name>Apache Ozone S3 Secret Store</name> <properties> diff --git a/hadoop-ozone/s3gateway/pom.xml b/hadoop-ozone/s3gateway/pom.xml index cb9d0a4dbe..8e9b587dae 100644 --- a/hadoop-ozone/s3gateway/pom.xml +++ b/hadoop-ozone/s3gateway/pom.xml @@ -17,10 +17,10 @@ <parent> <groupId>org.apache.ozone</groupId> <artifactId>ozone</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>ozone-s3gateway</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <packaging>jar</packaging> <name>Apache Ozone S3 Gateway</name> <properties> diff --git a/hadoop-ozone/tools/pom.xml b/hadoop-ozone/tools/pom.xml index a90ab529dd..707162c2a2 100644 --- a/hadoop-ozone/tools/pom.xml +++ b/hadoop-ozone/tools/pom.xml @@ -17,10 +17,10 @@ <parent> <groupId>org.apache.ozone</groupId> <artifactId>ozone</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>ozone-tools</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <packaging>jar</packaging> <name>Apache Ozone Tools</name> <description>Apache Ozone Tools</description> diff --git a/pom.xml b/pom.xml index 3d89ebfc5f..1cca03e443 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.ozone</groupId> <artifactId>ozone-main</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <packaging>pom</packaging> <name>Apache Ozone Main</name> <description>Apache Ozone Main</description> @@ -184,12 +184,12 @@ <opentracing.version>0.33.0</opentracing.version> <os-maven-plugin.version>1.7.1</os-maven-plugin.version> <ozone.release>Indiana Dunes</ozone.release> - <ozone.version>2.0.0-SNAPSHOT</ozone.version> + <ozone.version>2.0.0</ozone.version> <picocli.version>4.7.5</picocli.version> <plexus-archiver.version>4.2.2</plexus-archiver.version> <pmd.version>3.26.0</pmd.version> <!-- Enable Reproducible Builds mode --> - <project.build.outputTimestamp>2023-01-01T00:00:00Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-03-18T19:54:18Z</project.build.outputTimestamp> <!-- platform encoding override --> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
