This is an automated email from the ASF dual-hosted git repository.
yiyang0203 pushed a commit to branch ozone-1.4
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/ozone-1.4 by this push:
new 73d6a8f3af Update Ozone version to 1.4.0
73d6a8f3af is described below
commit 73d6a8f3af25a5668ba63ae20bc4b1c284bb2729
Author: Yiyang Zhou <[email protected]>
AuthorDate: Wed Dec 27 10:35:00 2023 +0800
Update Ozone version to 1.4.0
---
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/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/hadoop-dependency-test/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/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 | 4 ++--
48 files changed, 92 insertions(+), 92 deletions(-)
diff --git a/hadoop-hdds/annotations/pom.xml b/hadoop-hdds/annotations/pom.xml
index 27d5f43894..83d4bcece2 100644
--- a/hadoop-hdds/annotations/pom.xml
+++ b/hadoop-hdds/annotations/pom.xml
@@ -20,11 +20,11 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.ozone</groupId>
<artifactId>hdds</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
</parent>
<artifactId>hdds-annotation-processing</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
<description>Apache Ozone annotation processing tools for validating custom
annotations at compile time.
</description>
diff --git a/hadoop-hdds/client/pom.xml b/hadoop-hdds/client/pom.xml
index 13d4005243..cfb1abb883 100644
--- a/hadoop-hdds/client/pom.xml
+++ b/hadoop-hdds/client/pom.xml
@@ -20,11 +20,11 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.ozone</groupId>
<artifactId>hdds</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
</parent>
<artifactId>hdds-client</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
<description>Apache Ozone Distributed Data Store Client Library</description>
<name>Apache Ozone HDDS Client</name>
<packaging>jar</packaging>
diff --git a/hadoop-hdds/common/pom.xml b/hadoop-hdds/common/pom.xml
index 68cfc71efa..6c1bac1b02 100644
--- a/hadoop-hdds/common/pom.xml
+++ b/hadoop-hdds/common/pom.xml
@@ -20,10 +20,10 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.ozone</groupId>
<artifactId>hdds</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
</parent>
<artifactId>hdds-common</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
<description>Apache Ozone Distributed Data Store Common</description>
<name>Apache Ozone HDDS Common</name>
<packaging>jar</packaging>
diff --git a/hadoop-hdds/config/pom.xml b/hadoop-hdds/config/pom.xml
index 182f7f0924..f8944e2ac3 100644
--- a/hadoop-hdds/config/pom.xml
+++ b/hadoop-hdds/config/pom.xml
@@ -20,10 +20,10 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.ozone</groupId>
<artifactId>hdds</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
</parent>
<artifactId>hdds-config</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
<description>Apache Ozone Distributed Data Store Config Tools</description>
<name>Apache Ozone HDDS Config</name>
<packaging>jar</packaging>
diff --git a/hadoop-hdds/container-service/pom.xml
b/hadoop-hdds/container-service/pom.xml
index 6cfbc7bfe5..f78a31a225 100644
--- a/hadoop-hdds/container-service/pom.xml
+++ b/hadoop-hdds/container-service/pom.xml
@@ -20,10 +20,10 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.ozone</groupId>
<artifactId>hdds</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
</parent>
<artifactId>hdds-container-service</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
<description>Apache Ozone Distributed Data Store Container
Service</description>
<name>Apache Ozone HDDS Container Service</name>
<packaging>jar</packaging>
diff --git a/hadoop-hdds/docs/pom.xml b/hadoop-hdds/docs/pom.xml
index ecc589fd9f..49b193bb0c 100644
--- a/hadoop-hdds/docs/pom.xml
+++ b/hadoop-hdds/docs/pom.xml
@@ -20,10 +20,10 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.ozone</groupId>
<artifactId>hdds</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
</parent>
<artifactId>hdds-docs</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
<description>Apache Ozone/HDDS Documentation</description>
<name>Apache Ozone/HDDS Documentation</name>
<packaging>jar</packaging>
diff --git a/hadoop-hdds/erasurecode/pom.xml b/hadoop-hdds/erasurecode/pom.xml
index 1654236954..f833e7bb58 100644
--- a/hadoop-hdds/erasurecode/pom.xml
+++ b/hadoop-hdds/erasurecode/pom.xml
@@ -20,10 +20,10 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.ozone</groupId>
<artifactId>hdds</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
</parent>
<artifactId>hdds-erasurecode</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
<description>Apache Ozone Distributed Data Store Earsurecode utils
</description>
<name>Apache Ozone HDDS Erasurecode</name>
diff --git a/hadoop-hdds/framework/pom.xml b/hadoop-hdds/framework/pom.xml
index 8169dc221a..caf0ffdac5 100644
--- a/hadoop-hdds/framework/pom.xml
+++ b/hadoop-hdds/framework/pom.xml
@@ -20,10 +20,10 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.ozone</groupId>
<artifactId>hdds</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
</parent>
<artifactId>hdds-server-framework</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
<description>Apache Ozone Distributed Data Store Server Framework
</description>
<name>Apache Ozone HDDS Server Framework</name>
diff --git a/hadoop-hdds/hadoop-dependency-client/pom.xml
b/hadoop-hdds/hadoop-dependency-client/pom.xml
index a19786592f..027b9a68b1 100644
--- a/hadoop-hdds/hadoop-dependency-client/pom.xml
+++ b/hadoop-hdds/hadoop-dependency-client/pom.xml
@@ -20,10 +20,10 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.ozone</groupId>
<artifactId>hdds</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
</parent>
<artifactId>hdds-hadoop-dependency-client</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
<description>Apache Ozone Distributed Data Store Hadoop client dependencies
</description>
<name>Apache Ozone HDDS Hadoop Client dependencies</name>
diff --git a/hadoop-hdds/hadoop-dependency-server/pom.xml
b/hadoop-hdds/hadoop-dependency-server/pom.xml
index 551dd55a81..10b5369b8b 100644
--- a/hadoop-hdds/hadoop-dependency-server/pom.xml
+++ b/hadoop-hdds/hadoop-dependency-server/pom.xml
@@ -20,10 +20,10 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.ozone</groupId>
<artifactId>hdds</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
</parent>
<artifactId>hdds-hadoop-dependency-server</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
<description>Apache Ozone Distributed Data Store Hadoop server dependencies
</description>
<name>Apache Ozone HDDS Hadoop Server dependencies</name>
diff --git a/hadoop-hdds/hadoop-dependency-test/pom.xml
b/hadoop-hdds/hadoop-dependency-test/pom.xml
index a290a9e2bc..630af121c8 100644
--- a/hadoop-hdds/hadoop-dependency-test/pom.xml
+++ b/hadoop-hdds/hadoop-dependency-test/pom.xml
@@ -20,10 +20,10 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.ozone</groupId>
<artifactId>hdds</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
</parent>
<artifactId>hdds-hadoop-dependency-test</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
<description>Apache Ozone Distributed Data Store Hadoop test dependencies
</description>
<name>Apache Ozone HDDS Hadoop Test dependencies</name>
diff --git a/hadoop-hdds/interface-admin/pom.xml
b/hadoop-hdds/interface-admin/pom.xml
index bd013e04d0..a9e080ad2b 100644
--- a/hadoop-hdds/interface-admin/pom.xml
+++ b/hadoop-hdds/interface-admin/pom.xml
@@ -20,10 +20,10 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.ozone</groupId>
<artifactId>hdds</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
</parent>
<artifactId>hdds-interface-admin</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
<description>Apache Ozone Distributed Data Store Admin interface
</description>
<name>Apache Ozone HDDS Admin Interface</name>
diff --git a/hadoop-hdds/interface-client/pom.xml
b/hadoop-hdds/interface-client/pom.xml
index 206b686899..29df60fcb2 100644
--- a/hadoop-hdds/interface-client/pom.xml
+++ b/hadoop-hdds/interface-client/pom.xml
@@ -20,10 +20,10 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.ozone</groupId>
<artifactId>hdds</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
</parent>
<artifactId>hdds-interface-client</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
<description>Apache Ozone Distributed Data Store Client interface
</description>
<name>Apache Ozone HDDS Client Interface</name>
diff --git a/hadoop-hdds/interface-server/pom.xml
b/hadoop-hdds/interface-server/pom.xml
index ecee43f370..b9c65a1cd9 100644
--- a/hadoop-hdds/interface-server/pom.xml
+++ b/hadoop-hdds/interface-server/pom.xml
@@ -20,10 +20,10 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.ozone</groupId>
<artifactId>hdds</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
</parent>
<artifactId>hdds-interface-server</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
<description>Apache Ozone Distributed Data Store Server interface
</description>
<name>Apache Ozone HDDS Server Interface</name>
diff --git a/hadoop-hdds/managed-rocksdb/pom.xml
b/hadoop-hdds/managed-rocksdb/pom.xml
index f27643a482..ba24ac04e4 100644
--- a/hadoop-hdds/managed-rocksdb/pom.xml
+++ b/hadoop-hdds/managed-rocksdb/pom.xml
@@ -19,10 +19,10 @@
<parent>
<groupId>org.apache.ozone</groupId>
<artifactId>hdds</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
</parent>
<artifactId>hdds-managed-rocksdb</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
<description>Apache Ozone Managed RocksDB library</description>
<name>Apache Ozone HDDS Managed RocksDB</name>
<packaging>jar</packaging>
diff --git a/hadoop-hdds/pom.xml b/hadoop-hdds/pom.xml
index 48580eb572..16b682b6d4 100644
--- a/hadoop-hdds/pom.xml
+++ b/hadoop-hdds/pom.xml
@@ -20,11 +20,11 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.ozone</groupId>
<artifactId>ozone-main</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
</parent>
<artifactId>hdds</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
<description>Apache Ozone Distributed Data Store Project</description>
<name>Apache Ozone HDDS</name>
<packaging>pom</packaging>
diff --git a/hadoop-hdds/rocks-native/pom.xml b/hadoop-hdds/rocks-native/pom.xml
index dcd8aad8a4..99f7a032e2 100644
--- a/hadoop-hdds/rocks-native/pom.xml
+++ b/hadoop-hdds/rocks-native/pom.xml
@@ -18,7 +18,7 @@
<parent>
<artifactId>hdds</artifactId>
<groupId>org.apache.ozone</groupId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<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 ee7db36291..3778bdca04 100644
--- a/hadoop-hdds/rocksdb-checkpoint-differ/pom.xml
+++ b/hadoop-hdds/rocksdb-checkpoint-differ/pom.xml
@@ -20,11 +20,11 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.ozone</groupId>
<artifactId>hdds</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
</parent>
<artifactId>rocksdb-checkpoint-differ</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
<description>RocksDB Checkpoint Differ</description>
<name>RocksDB Checkpoint Differ</name>
<packaging>jar</packaging>
diff --git a/hadoop-hdds/server-scm/pom.xml b/hadoop-hdds/server-scm/pom.xml
index 8e9e224ed4..3a8bd8aa82 100644
--- a/hadoop-hdds/server-scm/pom.xml
+++ b/hadoop-hdds/server-scm/pom.xml
@@ -20,10 +20,10 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.ozone</groupId>
<artifactId>hdds</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
</parent>
<artifactId>hdds-server-scm</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
<description>Apache Ozone Distributed Data Store Storage Container Manager
Server</description>
<name>Apache Ozone HDDS SCM Server</name>
<packaging>jar</packaging>
diff --git a/hadoop-hdds/test-utils/pom.xml b/hadoop-hdds/test-utils/pom.xml
index ae63b508b8..0dde6c0131 100644
--- a/hadoop-hdds/test-utils/pom.xml
+++ b/hadoop-hdds/test-utils/pom.xml
@@ -20,10 +20,10 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.ozone</groupId>
<artifactId>hdds</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
</parent>
<artifactId>hdds-test-utils</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
<description>Apache Ozone Distributed Data Store Test Utils</description>
<name>Apache Ozone HDDS Test Utils</name>
<packaging>jar</packaging>
diff --git a/hadoop-hdds/tools/pom.xml b/hadoop-hdds/tools/pom.xml
index 669d3f592b..02ed8c9cc5 100644
--- a/hadoop-hdds/tools/pom.xml
+++ b/hadoop-hdds/tools/pom.xml
@@ -20,11 +20,11 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.ozone</groupId>
<artifactId>hdds</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
</parent>
<artifactId>hdds-tools</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
<description>Apache Ozone Distributed Data Store Tools</description>
<name>Apache Ozone HDDS Tools</name>
<packaging>jar</packaging>
diff --git a/hadoop-ozone/client/pom.xml b/hadoop-ozone/client/pom.xml
index 034aa3b55e..9ea0123692 100644
--- a/hadoop-ozone/client/pom.xml
+++ b/hadoop-ozone/client/pom.xml
@@ -20,10 +20,10 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.ozone</groupId>
<artifactId>ozone</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
</parent>
<artifactId>ozone-client</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
<description>Apache Ozone Client</description>
<name>Apache Ozone Client</name>
<packaging>jar</packaging>
diff --git a/hadoop-ozone/common/pom.xml b/hadoop-ozone/common/pom.xml
index 88645f7c75..e24abb42ab 100644
--- a/hadoop-ozone/common/pom.xml
+++ b/hadoop-ozone/common/pom.xml
@@ -20,10 +20,10 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.ozone</groupId>
<artifactId>ozone</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
</parent>
<artifactId>ozone-common</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
<description>Apache Ozone Common</description>
<name>Apache Ozone Common</name>
<packaging>jar</packaging>
diff --git a/hadoop-ozone/csi/pom.xml b/hadoop-ozone/csi/pom.xml
index 7b2b82f10c..f62592ee94 100644
--- a/hadoop-ozone/csi/pom.xml
+++ b/hadoop-ozone/csi/pom.xml
@@ -20,10 +20,10 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.ozone</groupId>
<artifactId>ozone</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
</parent>
<artifactId>ozone-csi</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
<description>Apache Ozone CSI service</description>
<name>Apache Ozone CSI service</name>
<packaging>jar</packaging>
diff --git a/hadoop-ozone/datanode/pom.xml b/hadoop-ozone/datanode/pom.xml
index f671ded62a..6efa8f89cc 100644
--- a/hadoop-ozone/datanode/pom.xml
+++ b/hadoop-ozone/datanode/pom.xml
@@ -19,12 +19,12 @@
<parent>
<groupId>org.apache.ozone</groupId>
<artifactId>ozone</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
</parent>
<artifactId>ozone-datanode</artifactId>
<name>Apache Ozone Datanode</name>
<packaging>jar</packaging>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
<properties>
<maven.test.skip>true</maven.test.skip> <!-- no tests in this module so
far -->
diff --git a/hadoop-ozone/dist/pom.xml b/hadoop-ozone/dist/pom.xml
index e173b984fc..7e87ebcc20 100644
--- a/hadoop-ozone/dist/pom.xml
+++ b/hadoop-ozone/dist/pom.xml
@@ -19,12 +19,12 @@
<parent>
<groupId>org.apache.ozone</groupId>
<artifactId>ozone</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
</parent>
<artifactId>ozone-dist</artifactId>
<name>Apache Ozone Distribution</name>
<packaging>jar</packaging>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
<properties>
<file.encoding>UTF-8</file.encoding>
<downloadSources>true</downloadSources>
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 7b08d32ddd..3d351f390d 100644
--- a/hadoop-ozone/fault-injection-test/mini-chaos-tests/pom.xml
+++ b/hadoop-ozone/fault-injection-test/mini-chaos-tests/pom.xml
@@ -20,9 +20,9 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>ozone-fault-injection-test</artifactId>
<groupId>org.apache.ozone</groupId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
</parent>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
<description>Apache Ozone Mini Ozone Chaos Tests</description>
<name>Apache Ozone Mini Ozone Chaos Tests</name>
diff --git a/hadoop-ozone/fault-injection-test/network-tests/pom.xml
b/hadoop-ozone/fault-injection-test/network-tests/pom.xml
index 598ff7c586..0a43c9ffa2 100644
--- a/hadoop-ozone/fault-injection-test/network-tests/pom.xml
+++ b/hadoop-ozone/fault-injection-test/network-tests/pom.xml
@@ -20,7 +20,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.ozone</groupId>
<artifactId>ozone-fault-injection-test</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
</parent>
<artifactId>ozone-network-tests</artifactId>
<description>Apache Ozone Network Tests</description>
diff --git a/hadoop-ozone/fault-injection-test/pom.xml
b/hadoop-ozone/fault-injection-test/pom.xml
index 5c6f60c5ec..fe0f7463e3 100644
--- a/hadoop-ozone/fault-injection-test/pom.xml
+++ b/hadoop-ozone/fault-injection-test/pom.xml
@@ -20,10 +20,10 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.ozone</groupId>
<artifactId>ozone</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
</parent>
<artifactId>ozone-fault-injection-test</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
<description>Apache Ozone Fault Injection Tests</description>
<name>Apache Ozone Fault Injection Tests</name>
<packaging>pom</packaging>
diff --git a/hadoop-ozone/httpfsgateway/pom.xml
b/hadoop-ozone/httpfsgateway/pom.xml
index a97ce26746..a836c2cc2b 100644
--- a/hadoop-ozone/httpfsgateway/pom.xml
+++ b/hadoop-ozone/httpfsgateway/pom.xml
@@ -22,10 +22,10 @@
<parent>
<groupId>org.apache.ozone</groupId>
<artifactId>ozone</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
</parent>
<artifactId>ozone-httpfsgateway</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.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 dc6bb58d2c..965f9b91d1 100644
--- a/hadoop-ozone/insight/pom.xml
+++ b/hadoop-ozone/insight/pom.xml
@@ -20,10 +20,10 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.ozone</groupId>
<artifactId>ozone</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
</parent>
<artifactId>ozone-insight</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
<description>Apache Ozone Insight Tool</description>
<name>Apache Ozone Insight Tool</name>
<packaging>jar</packaging>
diff --git a/hadoop-ozone/integration-test/pom.xml
b/hadoop-ozone/integration-test/pom.xml
index 0a35660a39..62b0f1cc71 100644
--- a/hadoop-ozone/integration-test/pom.xml
+++ b/hadoop-ozone/integration-test/pom.xml
@@ -20,10 +20,10 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.ozone</groupId>
<artifactId>ozone</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
</parent>
<artifactId>ozone-integration-test</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
<description>Apache Ozone Integration Tests</description>
<name>Apache Ozone Integration Tests</name>
<packaging>jar</packaging>
diff --git a/hadoop-ozone/interface-client/pom.xml
b/hadoop-ozone/interface-client/pom.xml
index e56f5219b7..f120ae42d6 100644
--- a/hadoop-ozone/interface-client/pom.xml
+++ b/hadoop-ozone/interface-client/pom.xml
@@ -20,10 +20,10 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.ozone</groupId>
<artifactId>ozone</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
</parent>
<artifactId>ozone-interface-client</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
<description>Apache Ozone Client interface</description>
<name>Apache Ozone Client Interface</name>
<packaging>jar</packaging>
diff --git a/hadoop-ozone/interface-storage/pom.xml
b/hadoop-ozone/interface-storage/pom.xml
index a8076c0110..6cb463c4da 100644
--- a/hadoop-ozone/interface-storage/pom.xml
+++ b/hadoop-ozone/interface-storage/pom.xml
@@ -20,10 +20,10 @@
<parent>
<groupId>org.apache.ozone</groupId>
<artifactId>ozone</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
</parent>
<artifactId>ozone-interface-storage</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
<description>Apache Ozone Storage Interface</description>
<name>Apache Ozone Storage Interface</name>
<packaging>jar</packaging>
diff --git a/hadoop-ozone/ozone-manager/pom.xml
b/hadoop-ozone/ozone-manager/pom.xml
index fdf1c93274..ef9ca990c1 100644
--- a/hadoop-ozone/ozone-manager/pom.xml
+++ b/hadoop-ozone/ozone-manager/pom.xml
@@ -20,10 +20,10 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.ozone</groupId>
<artifactId>ozone</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
</parent>
<artifactId>ozone-manager</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
<description>Apache Ozone Manager Server</description>
<name>Apache Ozone Manager Server</name>
<packaging>jar</packaging>
diff --git a/hadoop-ozone/ozonefs-common/pom.xml
b/hadoop-ozone/ozonefs-common/pom.xml
index 37d777ef4a..a5b326504b 100644
--- a/hadoop-ozone/ozonefs-common/pom.xml
+++ b/hadoop-ozone/ozonefs-common/pom.xml
@@ -19,12 +19,12 @@
<parent>
<groupId>org.apache.ozone</groupId>
<artifactId>ozone</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
</parent>
<artifactId>ozone-filesystem-common</artifactId>
<name>Apache Ozone FileSystem Common</name>
<packaging>jar</packaging>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
<properties>
<file.encoding>UTF-8</file.encoding>
<downloadSources>true</downloadSources>
diff --git a/hadoop-ozone/ozonefs-hadoop2/pom.xml
b/hadoop-ozone/ozonefs-hadoop2/pom.xml
index 2e6a6408cb..c24aea74c4 100644
--- a/hadoop-ozone/ozonefs-hadoop2/pom.xml
+++ b/hadoop-ozone/ozonefs-hadoop2/pom.xml
@@ -19,12 +19,12 @@
<parent>
<groupId>org.apache.ozone</groupId>
<artifactId>ozone</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
</parent>
<artifactId>ozone-filesystem-hadoop2</artifactId>
<name>Apache Ozone FS Hadoop 2.x compatibility</name>
<packaging>jar</packaging>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
<properties>
<shaded.prefix>org.apache.hadoop.ozone.shaded</shaded.prefix>
</properties>
diff --git a/hadoop-ozone/ozonefs-hadoop3-client/pom.xml
b/hadoop-ozone/ozonefs-hadoop3-client/pom.xml
index 96e0c60da7..3cb0511a58 100644
--- a/hadoop-ozone/ozonefs-hadoop3-client/pom.xml
+++ b/hadoop-ozone/ozonefs-hadoop3-client/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.ozone</groupId>
<artifactId>ozone</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
</parent>
<!--
This is called "ozone-filesystem-hadoop3-client" to correspond with
@@ -30,7 +30,7 @@
<artifactId>ozone-filesystem-hadoop3-client</artifactId>
<name>Apache Ozone FS Hadoop shaded 3.x compatibility</name>
<packaging>jar</packaging>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
<dependencies>
<dependency>
<groupId>org.apache.ozone</groupId>
diff --git a/hadoop-ozone/ozonefs-hadoop3/pom.xml
b/hadoop-ozone/ozonefs-hadoop3/pom.xml
index 4e0905603c..b9dec3fd1e 100644
--- a/hadoop-ozone/ozonefs-hadoop3/pom.xml
+++ b/hadoop-ozone/ozonefs-hadoop3/pom.xml
@@ -19,12 +19,12 @@
<parent>
<groupId>org.apache.ozone</groupId>
<artifactId>ozone</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
</parent>
<artifactId>ozone-filesystem-hadoop3</artifactId>
<name>Apache Ozone FS Hadoop 3.x compatibility</name>
<packaging>jar</packaging>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
<properties>
<maven.test.skip>true</maven.test.skip> <!-- no tests in this module so
far -->
<shaded.prefix>org.apache.hadoop.ozone.shaded</shaded.prefix>
diff --git a/hadoop-ozone/ozonefs-shaded/pom.xml
b/hadoop-ozone/ozonefs-shaded/pom.xml
index ef7a92fab0..50464907f1 100644
--- a/hadoop-ozone/ozonefs-shaded/pom.xml
+++ b/hadoop-ozone/ozonefs-shaded/pom.xml
@@ -19,12 +19,12 @@
<parent>
<groupId>org.apache.ozone</groupId>
<artifactId>ozone</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
</parent>
<artifactId>ozone-filesystem-shaded</artifactId>
<name>Apache Ozone FileSystem Shaded</name>
<packaging>jar</packaging>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
<properties>
<maven.test.skip>true</maven.test.skip> <!-- no tests in this module so
far -->
diff --git a/hadoop-ozone/ozonefs/pom.xml b/hadoop-ozone/ozonefs/pom.xml
index 8cf019e05d..fed372c25c 100644
--- a/hadoop-ozone/ozonefs/pom.xml
+++ b/hadoop-ozone/ozonefs/pom.xml
@@ -19,12 +19,12 @@
<parent>
<groupId>org.apache.ozone</groupId>
<artifactId>ozone</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
</parent>
<artifactId>ozone-filesystem</artifactId>
<name>Apache Ozone FileSystem</name>
<packaging>jar</packaging>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
<properties>
<file.encoding>UTF-8</file.encoding>
<downloadSources>true</downloadSources>
diff --git a/hadoop-ozone/pom.xml b/hadoop-ozone/pom.xml
index eb7feb1d68..b084cbd653 100644
--- a/hadoop-ozone/pom.xml
+++ b/hadoop-ozone/pom.xml
@@ -16,10 +16,10 @@
<parent>
<groupId>org.apache.ozone</groupId>
<artifactId>ozone-main</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
</parent>
<artifactId>ozone</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
<description>Apache Ozone Project</description>
<name>Apache Ozone</name>
<packaging>pom</packaging>
diff --git a/hadoop-ozone/recon-codegen/pom.xml
b/hadoop-ozone/recon-codegen/pom.xml
index 67c8b0facf..fc4931e91f 100644
--- a/hadoop-ozone/recon-codegen/pom.xml
+++ b/hadoop-ozone/recon-codegen/pom.xml
@@ -18,7 +18,7 @@
<parent>
<artifactId>ozone</artifactId>
<groupId>org.apache.ozone</groupId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ozone-reconcodegen</artifactId>
diff --git a/hadoop-ozone/recon/pom.xml b/hadoop-ozone/recon/pom.xml
index 3bbe8af1bb..fd48bb4b4c 100644
--- a/hadoop-ozone/recon/pom.xml
+++ b/hadoop-ozone/recon/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.ozone</groupId>
<artifactId>ozone</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
</parent>
<name>Apache Ozone Recon</name>
<modelVersion>4.0.0</modelVersion>
diff --git a/hadoop-ozone/s3-secret-store/pom.xml
b/hadoop-ozone/s3-secret-store/pom.xml
index d45aadfa79..332b98696e 100644
--- a/hadoop-ozone/s3-secret-store/pom.xml
+++ b/hadoop-ozone/s3-secret-store/pom.xml
@@ -19,12 +19,12 @@
<parent>
<groupId>org.apache.ozone</groupId>
<artifactId>ozone</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
</parent>
<artifactId>ozone-s3-secret-store</artifactId>
<name>Apache Ozone S3 Secret Store</name>
<packaging>jar</packaging>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
<properties>
<file.encoding>UTF-8</file.encoding>
<downloadSources>true</downloadSources>
diff --git a/hadoop-ozone/s3gateway/pom.xml b/hadoop-ozone/s3gateway/pom.xml
index 1e1cf59005..c308b42407 100644
--- a/hadoop-ozone/s3gateway/pom.xml
+++ b/hadoop-ozone/s3gateway/pom.xml
@@ -19,12 +19,12 @@
<parent>
<groupId>org.apache.ozone</groupId>
<artifactId>ozone</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
</parent>
<artifactId>ozone-s3gateway</artifactId>
<name>Apache Ozone S3 Gateway</name>
<packaging>jar</packaging>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
<properties>
<file.encoding>UTF-8</file.encoding>
<downloadSources>true</downloadSources>
diff --git a/hadoop-ozone/tools/pom.xml b/hadoop-ozone/tools/pom.xml
index 93282683cf..e3e7eafdfa 100644
--- a/hadoop-ozone/tools/pom.xml
+++ b/hadoop-ozone/tools/pom.xml
@@ -20,10 +20,10 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.ozone</groupId>
<artifactId>ozone</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
</parent>
<artifactId>ozone-tools</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
<description>Apache Ozone Tools</description>
<name>Apache Ozone Tools</name>
<packaging>jar</packaging>
diff --git a/pom.xml b/pom.xml
index bb6f6d8c1a..5d6f6d83f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xs
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.ozone</groupId>
<artifactId>ozone-main</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
<description>Apache Ozone Main</description>
<name>Apache Ozone Main</name>
<packaging>pom</packaging>
@@ -67,7 +67,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xs
<!-- version for hdds/ozone components -->
<hdds.version>${ozone.version}</hdds.version>
- <ozone.version>1.4.0-SNAPSHOT</ozone.version>
+ <ozone.version>1.4.0</ozone.version>
<ozone.release>Hot Springs</ozone.release>
<declared.hdds.version>${hdds.version}</declared.hdds.version>
<declared.ozone.version>${ozone.version}</declared.ozone.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]