This is an automated email from the ASF dual-hosted git repository. chenxi pushed a commit to branch ozone-1.4 in repository https://gitbox.apache.org/repos/asf/ozone.git
commit c6d5394aa68d37f7def7a1fc284a891c2ad8b549 Author: Xi Chen <[email protected]> AuthorDate: Fri Aug 16 00:34:07 2024 +0800 Update Ozone version to 1.4.1 --- 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 83d4bcece2..6d6ce4bc5d 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</version> + <version>1.4.1</version> </parent> <artifactId>hdds-annotation-processing</artifactId> - <version>1.4.0</version> + <version>1.4.1</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 1564f86a79..6493d11fe3 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</version> + <version>1.4.1</version> </parent> <artifactId>hdds-client</artifactId> - <version>1.4.0</version> + <version>1.4.1</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 2c0931732d..b296c4fabd 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</version> + <version>1.4.1</version> </parent> <artifactId>hdds-common</artifactId> - <version>1.4.0</version> + <version>1.4.1</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 f8944e2ac3..be3933f10f 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</version> + <version>1.4.1</version> </parent> <artifactId>hdds-config</artifactId> - <version>1.4.0</version> + <version>1.4.1</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 f78a31a225..207b97e2c5 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</version> + <version>1.4.1</version> </parent> <artifactId>hdds-container-service</artifactId> - <version>1.4.0</version> + <version>1.4.1</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 49b193bb0c..0339008e3c 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</version> + <version>1.4.1</version> </parent> <artifactId>hdds-docs</artifactId> - <version>1.4.0</version> + <version>1.4.1</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 f833e7bb58..98eab4ff1d 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</version> + <version>1.4.1</version> </parent> <artifactId>hdds-erasurecode</artifactId> - <version>1.4.0</version> + <version>1.4.1</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 1041f9e4c5..bb97b954aa 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</version> + <version>1.4.1</version> </parent> <artifactId>hdds-server-framework</artifactId> - <version>1.4.0</version> + <version>1.4.1</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 e61772c40a..1d391924be 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</version> + <version>1.4.1</version> </parent> <artifactId>hdds-hadoop-dependency-client</artifactId> - <version>1.4.0</version> + <version>1.4.1</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 559e7d0d9f..fae15c6c33 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</version> + <version>1.4.1</version> </parent> <artifactId>hdds-hadoop-dependency-server</artifactId> - <version>1.4.0</version> + <version>1.4.1</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 630af121c8..c226c18472 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</version> + <version>1.4.1</version> </parent> <artifactId>hdds-hadoop-dependency-test</artifactId> - <version>1.4.0</version> + <version>1.4.1</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 a9e080ad2b..868f5b003e 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</version> + <version>1.4.1</version> </parent> <artifactId>hdds-interface-admin</artifactId> - <version>1.4.0</version> + <version>1.4.1</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 29df60fcb2..c439d2ac27 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</version> + <version>1.4.1</version> </parent> <artifactId>hdds-interface-client</artifactId> - <version>1.4.0</version> + <version>1.4.1</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 b9c65a1cd9..ca0525de25 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</version> + <version>1.4.1</version> </parent> <artifactId>hdds-interface-server</artifactId> - <version>1.4.0</version> + <version>1.4.1</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 ba24ac04e4..c4370f1d21 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</version> + <version>1.4.1</version> </parent> <artifactId>hdds-managed-rocksdb</artifactId> - <version>1.4.0</version> + <version>1.4.1</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 549d2c8f87..c07cf30da7 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</version> + <version>1.4.1</version> </parent> <artifactId>hdds</artifactId> - <version>1.4.0</version> + <version>1.4.1</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 6e92f57b6c..9e728c6bec 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</version> + <version>1.4.1</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 9284a9aef0..3c7393a3fa 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</version> + <version>1.4.1</version> </parent> <artifactId>rocksdb-checkpoint-differ</artifactId> - <version>1.4.0</version> + <version>1.4.1</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 37e15afa52..cbf80b07f2 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</version> + <version>1.4.1</version> </parent> <artifactId>hdds-server-scm</artifactId> - <version>1.4.0</version> + <version>1.4.1</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 bf6d81a04e..a9cb7c3db9 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</version> + <version>1.4.1</version> </parent> <artifactId>hdds-test-utils</artifactId> - <version>1.4.0</version> + <version>1.4.1</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 6a9b5937b7..0dbdd66d14 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</version> + <version>1.4.1</version> </parent> <artifactId>hdds-tools</artifactId> - <version>1.4.0</version> + <version>1.4.1</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 9ea0123692..090a8d40ab 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</version> + <version>1.4.1</version> </parent> <artifactId>ozone-client</artifactId> - <version>1.4.0</version> + <version>1.4.1</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 e24abb42ab..5e62778c20 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</version> + <version>1.4.1</version> </parent> <artifactId>ozone-common</artifactId> - <version>1.4.0</version> + <version>1.4.1</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 f62592ee94..de8f4a7a05 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</version> + <version>1.4.1</version> </parent> <artifactId>ozone-csi</artifactId> - <version>1.4.0</version> + <version>1.4.1</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 6efa8f89cc..e35e210d70 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</version> + <version>1.4.1</version> </parent> <artifactId>ozone-datanode</artifactId> <name>Apache Ozone Datanode</name> <packaging>jar</packaging> - <version>1.4.0</version> + <version>1.4.1</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 7e87ebcc20..ee393b6464 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</version> + <version>1.4.1</version> </parent> <artifactId>ozone-dist</artifactId> <name>Apache Ozone Distribution</name> <packaging>jar</packaging> - <version>1.4.0</version> + <version>1.4.1</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 c993ba3242..5dd080da59 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</version> + <version>1.4.1</version> </parent> - <version>1.4.0</version> + <version>1.4.1</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 0a43c9ffa2..a53ca52b41 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</version> + <version>1.4.1</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 fe0f7463e3..90413c04a6 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</version> + <version>1.4.1</version> </parent> <artifactId>ozone-fault-injection-test</artifactId> - <version>1.4.0</version> + <version>1.4.1</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 a836c2cc2b..254e0ace18 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</version> + <version>1.4.1</version> </parent> <artifactId>ozone-httpfsgateway</artifactId> - <version>1.4.0</version> + <version>1.4.1</version> <packaging>jar</packaging> <name>Apache Ozone HttpFS</name> diff --git a/hadoop-ozone/insight/pom.xml b/hadoop-ozone/insight/pom.xml index 965f9b91d1..c3d23f9beb 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</version> + <version>1.4.1</version> </parent> <artifactId>ozone-insight</artifactId> - <version>1.4.0</version> + <version>1.4.1</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 b3241c6c98..f55c7fee91 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</version> + <version>1.4.1</version> </parent> <artifactId>ozone-integration-test</artifactId> - <version>1.4.0</version> + <version>1.4.1</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 f120ae42d6..fe998dfbba 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</version> + <version>1.4.1</version> </parent> <artifactId>ozone-interface-client</artifactId> - <version>1.4.0</version> + <version>1.4.1</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 6cb463c4da..cf9f8bc881 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</version> + <version>1.4.1</version> </parent> <artifactId>ozone-interface-storage</artifactId> - <version>1.4.0</version> + <version>1.4.1</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 9fb1b11730..37b2648602 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</version> + <version>1.4.1</version> </parent> <artifactId>ozone-manager</artifactId> - <version>1.4.0</version> + <version>1.4.1</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 a5b326504b..d0f4984ec7 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</version> + <version>1.4.1</version> </parent> <artifactId>ozone-filesystem-common</artifactId> <name>Apache Ozone FileSystem Common</name> <packaging>jar</packaging> - <version>1.4.0</version> + <version>1.4.1</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 3fe4f014eb..a9f7f05bce 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</version> + <version>1.4.1</version> </parent> <artifactId>ozone-filesystem-hadoop2</artifactId> <name>Apache Ozone FS Hadoop 2.x compatibility</name> <packaging>jar</packaging> - <version>1.4.0</version> + <version>1.4.1</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 df041cf844..5dbf6761ad 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</version> + <version>1.4.1</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</version> + <version>1.4.1</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 0f15eaf836..bcfe8f4220 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</version> + <version>1.4.1</version> </parent> <artifactId>ozone-filesystem-hadoop3</artifactId> <name>Apache Ozone FS Hadoop 3.x compatibility</name> <packaging>jar</packaging> - <version>1.4.0</version> + <version>1.4.1</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 05caaf934d..0d2579b5db 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</version> + <version>1.4.1</version> </parent> <artifactId>ozone-filesystem-shaded</artifactId> <name>Apache Ozone FileSystem Shaded</name> <packaging>jar</packaging> - <version>1.4.0</version> + <version>1.4.1</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 fed372c25c..93dd276a61 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</version> + <version>1.4.1</version> </parent> <artifactId>ozone-filesystem</artifactId> <name>Apache Ozone FileSystem</name> <packaging>jar</packaging> - <version>1.4.0</version> + <version>1.4.1</version> <properties> <file.encoding>UTF-8</file.encoding> <downloadSources>true</downloadSources> diff --git a/hadoop-ozone/pom.xml b/hadoop-ozone/pom.xml index 58f86207a0..bb107b08da 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</version> + <version>1.4.1</version> </parent> <artifactId>ozone</artifactId> - <version>1.4.0</version> + <version>1.4.1</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 fc4931e91f..dc41b991e8 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</version> + <version>1.4.1</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 19871896df..33d4b49e8d 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</version> + <version>1.4.1</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 332b98696e..77c68ef349 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</version> + <version>1.4.1</version> </parent> <artifactId>ozone-s3-secret-store</artifactId> <name>Apache Ozone S3 Secret Store</name> <packaging>jar</packaging> - <version>1.4.0</version> + <version>1.4.1</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 ed3c50fdd9..dcd1b8e9e8 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</version> + <version>1.4.1</version> </parent> <artifactId>ozone-s3gateway</artifactId> <name>Apache Ozone S3 Gateway</name> <packaging>jar</packaging> - <version>1.4.0</version> + <version>1.4.1</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 e3e7eafdfa..584ffa15bf 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</version> + <version>1.4.1</version> </parent> <artifactId>ozone-tools</artifactId> - <version>1.4.0</version> + <version>1.4.1</version> <description>Apache Ozone Tools</description> <name>Apache Ozone Tools</name> <packaging>jar</packaging> diff --git a/pom.xml b/pom.xml index 4c3483c9f5..11649c51a5 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</version> + <version>1.4.1</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</ozone.version> + <ozone.version>1.4.1</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]
