From 2a24414f2972bee2771ddcc430c3e783587f4f58 Mon Sep 17 00:00:00 2001 From: Kohei Sugihara Date: Thu, 25 Jan 2024 21:57:01 +0900 Subject: [PATCH] Bump version to 1.3.990011 --- 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/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/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/s3gateway/pom.xml | 4 ++-- hadoop-ozone/tools/pom.xml | 4 ++-- pom.xml | 4 ++-- 43 files changed, 83 insertions(+), 83 deletions(-) diff --git a/hadoop-hdds/annotations/pom.xml b/hadoop-hdds/annotations/pom.xml index 6c65dc8a9aa..9ae0f914624 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"> org.apache.ozone hdds - 1.3.990010 + 1.3.990011 hdds-annotation-processing - 1.3.990010 + 1.3.990011 Apache Ozone annotation processing tools for validating custom annotations at compile time. diff --git a/hadoop-hdds/client/pom.xml b/hadoop-hdds/client/pom.xml index 8472508db74..e3f05e5785f 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"> org.apache.ozone hdds - 1.3.990010 + 1.3.990011 hdds-client - 1.3.990010 + 1.3.990011 Apache Ozone Distributed Data Store Client Library Apache Ozone HDDS Client jar diff --git a/hadoop-hdds/common/pom.xml b/hadoop-hdds/common/pom.xml index be81b417ba3..ab2430ec01f 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"> org.apache.ozone hdds - 1.3.990010 + 1.3.990011 hdds-common - 1.3.990010 + 1.3.990011 Apache Ozone Distributed Data Store Common Apache Ozone HDDS Common jar diff --git a/hadoop-hdds/config/pom.xml b/hadoop-hdds/config/pom.xml index f5f32b8afb7..380cb7c2ba9 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"> org.apache.ozone hdds - 1.3.990010 + 1.3.990011 hdds-config - 1.3.990010 + 1.3.990011 Apache Ozone Distributed Data Store Config Tools Apache Ozone HDDS Config jar diff --git a/hadoop-hdds/container-service/pom.xml b/hadoop-hdds/container-service/pom.xml index a1f9d79bec4..b2e2dfbba72 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"> org.apache.ozone hdds - 1.3.990010 + 1.3.990011 hdds-container-service - 1.3.990010 + 1.3.990011 Apache Ozone Distributed Data Store Container Service Apache Ozone HDDS Container Service jar diff --git a/hadoop-hdds/docs/pom.xml b/hadoop-hdds/docs/pom.xml index 48a35987f74..a53869ba6bd 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"> org.apache.ozone hdds - 1.3.990010 + 1.3.990011 hdds-docs - 1.3.990010 + 1.3.990011 Apache Ozone/HDDS Documentation Apache Ozone/HDDS Documentation jar diff --git a/hadoop-hdds/erasurecode/pom.xml b/hadoop-hdds/erasurecode/pom.xml index f8bcd0567f5..5613d4be48f 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"> org.apache.ozone hdds - 1.3.990010 + 1.3.990011 hdds-erasurecode - 1.3.990010 + 1.3.990011 Apache Ozone Distributed Data Store Earsurecode utils Apache Ozone HDDS Erasurecode diff --git a/hadoop-hdds/framework/pom.xml b/hadoop-hdds/framework/pom.xml index 58c330fcdfb..29f66b800b8 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"> org.apache.ozone hdds - 1.3.990010 + 1.3.990011 hdds-server-framework - 1.3.990010 + 1.3.990011 Apache Ozone Distributed Data Store Server Framework Apache Ozone HDDS Server Framework diff --git a/hadoop-hdds/hadoop-dependency-client/pom.xml b/hadoop-hdds/hadoop-dependency-client/pom.xml index cc37a6509ca..2f1f06fbfc6 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"> org.apache.ozone hdds - 1.3.990010 + 1.3.990011 hdds-hadoop-dependency-client - 1.3.990010 + 1.3.990011 Apache Ozone Distributed Data Store Hadoop client dependencies Apache Ozone HDDS Hadoop Client dependencies diff --git a/hadoop-hdds/hadoop-dependency-server/pom.xml b/hadoop-hdds/hadoop-dependency-server/pom.xml index 98528d8afe2..e45f7980b36 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"> org.apache.ozone hdds - 1.3.990010 + 1.3.990011 hdds-hadoop-dependency-server - 1.3.990010 + 1.3.990011 Apache Ozone Distributed Data Store Hadoop server dependencies Apache Ozone HDDS Hadoop Server dependencies diff --git a/hadoop-hdds/hadoop-dependency-test/pom.xml b/hadoop-hdds/hadoop-dependency-test/pom.xml index 01108996155..1d90da68ebb 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"> org.apache.ozone hdds - 1.3.990010 + 1.3.990011 hdds-hadoop-dependency-test - 1.3.990010 + 1.3.990011 Apache Ozone Distributed Data Store Hadoop test dependencies Apache Ozone HDDS Hadoop Test dependencies diff --git a/hadoop-hdds/interface-admin/pom.xml b/hadoop-hdds/interface-admin/pom.xml index 71bc23e4a33..bf0ea5d0bf0 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"> org.apache.ozone hdds - 1.3.990010 + 1.3.990011 hdds-interface-admin - 1.3.990010 + 1.3.990011 Apache Ozone Distributed Data Store Admin interface Apache Ozone HDDS Admin Interface diff --git a/hadoop-hdds/interface-client/pom.xml b/hadoop-hdds/interface-client/pom.xml index 6de4a4aeebe..489e6bf3650 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"> org.apache.ozone hdds - 1.3.990010 + 1.3.990011 hdds-interface-client - 1.3.990010 + 1.3.990011 Apache Ozone Distributed Data Store Client interface Apache Ozone HDDS Client Interface diff --git a/hadoop-hdds/interface-server/pom.xml b/hadoop-hdds/interface-server/pom.xml index c3861c49fc9..ded15230002 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"> org.apache.ozone hdds - 1.3.990010 + 1.3.990011 hdds-interface-server - 1.3.990010 + 1.3.990011 Apache Ozone Distributed Data Store Server interface Apache Ozone HDDS Server Interface diff --git a/hadoop-hdds/pom.xml b/hadoop-hdds/pom.xml index 3cb2611478c..e6c65fad3d3 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"> org.apache.ozone ozone-main - 1.3.990010 + 1.3.990011 hdds - 1.3.990010 + 1.3.990011 Apache Ozone Distributed Data Store Project Apache Ozone HDDS pom diff --git a/hadoop-hdds/server-scm/pom.xml b/hadoop-hdds/server-scm/pom.xml index c8687dbcc48..ea5c27dc10c 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"> org.apache.ozone hdds - 1.3.990010 + 1.3.990011 hdds-server-scm - 1.3.990010 + 1.3.990011 Apache Ozone Distributed Data Store Storage Container Manager Server Apache Ozone HDDS SCM Server jar diff --git a/hadoop-hdds/test-utils/pom.xml b/hadoop-hdds/test-utils/pom.xml index 441baffaeda..e69e60d3946 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"> org.apache.ozone hdds - 1.3.990010 + 1.3.990011 hdds-test-utils - 1.3.990010 + 1.3.990011 Apache Ozone Distributed Data Store Test Utils Apache Ozone HDDS Test Utils jar diff --git a/hadoop-hdds/tools/pom.xml b/hadoop-hdds/tools/pom.xml index 75aaaf47bf3..7bae8118c32 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"> org.apache.ozone hdds - 1.3.990010 + 1.3.990011 hdds-tools - 1.3.990010 + 1.3.990011 Apache Ozone Distributed Data Store Tools Apache Ozone HDDS Tools jar diff --git a/hadoop-ozone/client/pom.xml b/hadoop-ozone/client/pom.xml index f599ca1d3c8..40eb709eb5f 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"> org.apache.ozone ozone - 1.3.990010 + 1.3.990011 ozone-client - 1.3.990010 + 1.3.990011 Apache Ozone Client Apache Ozone Client jar diff --git a/hadoop-ozone/common/pom.xml b/hadoop-ozone/common/pom.xml index c3e4ee83f0b..8aba21adcbb 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"> org.apache.ozone ozone - 1.3.990010 + 1.3.990011 ozone-common - 1.3.990010 + 1.3.990011 Apache Ozone Common Apache Ozone Common jar diff --git a/hadoop-ozone/csi/pom.xml b/hadoop-ozone/csi/pom.xml index 6b1b8c4f9c9..79bb673b7c6 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"> org.apache.ozone ozone - 1.3.990010 + 1.3.990011 ozone-csi - 1.3.990010 + 1.3.990011 Apache Ozone CSI service Apache Ozone CSI service jar diff --git a/hadoop-ozone/datanode/pom.xml b/hadoop-ozone/datanode/pom.xml index 4e20a883d7b..98d8203ab3c 100644 --- a/hadoop-ozone/datanode/pom.xml +++ b/hadoop-ozone/datanode/pom.xml @@ -19,12 +19,12 @@ org.apache.ozone ozone - 1.3.990010 + 1.3.990011 ozone-datanode Apache Ozone Datanode jar - 1.3.990010 + 1.3.990011 true diff --git a/hadoop-ozone/dist/pom.xml b/hadoop-ozone/dist/pom.xml index 8cb0d450069..e9d74ce756b 100644 --- a/hadoop-ozone/dist/pom.xml +++ b/hadoop-ozone/dist/pom.xml @@ -19,12 +19,12 @@ org.apache.ozone ozone - 1.3.990010 + 1.3.990011 ozone-dist Apache Ozone Distribution jar - 1.3.990010 + 1.3.990011 UTF-8 true 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 4cc46f98923..853a67208a0 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"> ozone-fault-injection-test org.apache.ozone - 1.3.990010 + 1.3.990011 - 1.3.990010 + 1.3.990011 Apache Ozone Mini Ozone Chaos Tests Apache Ozone Mini Ozone Chaos Tests diff --git a/hadoop-ozone/fault-injection-test/network-tests/pom.xml b/hadoop-ozone/fault-injection-test/network-tests/pom.xml index ac388846420..2c6af2acc45 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"> org.apache.ozone ozone-fault-injection-test - 1.3.990010 + 1.3.990011 ozone-network-tests Apache Ozone Network Tests diff --git a/hadoop-ozone/fault-injection-test/pom.xml b/hadoop-ozone/fault-injection-test/pom.xml index f4995657dcd..62f013a5be5 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"> org.apache.ozone ozone - 1.3.990010 + 1.3.990011 ozone-fault-injection-test - 1.3.990010 + 1.3.990011 Apache Ozone Fault Injection Tests Apache Ozone Fault Injection Tests pom diff --git a/hadoop-ozone/insight/pom.xml b/hadoop-ozone/insight/pom.xml index 52d939bdaa3..3de3a66638c 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"> org.apache.ozone ozone - 1.3.990010 + 1.3.990011 ozone-insight - 1.3.990010 + 1.3.990011 Apache Ozone Insight Tool Apache Ozone Insight Tool jar diff --git a/hadoop-ozone/integration-test/pom.xml b/hadoop-ozone/integration-test/pom.xml index 8c7b09a8979..f14339a0aea 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"> org.apache.ozone ozone - 1.3.990010 + 1.3.990011 ozone-integration-test - 1.3.990010 + 1.3.990011 Apache Ozone Integration Tests Apache Ozone Integration Tests jar diff --git a/hadoop-ozone/interface-client/pom.xml b/hadoop-ozone/interface-client/pom.xml index 5ce6f78c1a4..9e2c82f5186 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"> org.apache.ozone ozone - 1.3.990010 + 1.3.990011 ozone-interface-client - 1.3.990010 + 1.3.990011 Apache Ozone Client interface Apache Ozone Client Interface jar diff --git a/hadoop-ozone/interface-storage/pom.xml b/hadoop-ozone/interface-storage/pom.xml index 39fb73fe043..b3811ebcb17 100644 --- a/hadoop-ozone/interface-storage/pom.xml +++ b/hadoop-ozone/interface-storage/pom.xml @@ -20,10 +20,10 @@ org.apache.ozone ozone - 1.3.990010 + 1.3.990011 ozone-interface-storage - 1.3.990010 + 1.3.990011 Apache Ozone Storage Interface Apache Ozone Storage Interface jar diff --git a/hadoop-ozone/ozone-manager/pom.xml b/hadoop-ozone/ozone-manager/pom.xml index 41659302274..a2e39431c72 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"> org.apache.ozone ozone - 1.3.990010 + 1.3.990011 ozone-manager - 1.3.990010 + 1.3.990011 Apache Ozone Manager Server Apache Ozone Manager Server jar diff --git a/hadoop-ozone/ozonefs-common/pom.xml b/hadoop-ozone/ozonefs-common/pom.xml index 299ea9df5fb..fc11ee6f2f8 100644 --- a/hadoop-ozone/ozonefs-common/pom.xml +++ b/hadoop-ozone/ozonefs-common/pom.xml @@ -19,12 +19,12 @@ org.apache.ozone ozone - 1.3.990010 + 1.3.990011 ozone-filesystem-common Apache Ozone FileSystem Common jar - 1.3.990010 + 1.3.990011 UTF-8 true diff --git a/hadoop-ozone/ozonefs-hadoop2/pom.xml b/hadoop-ozone/ozonefs-hadoop2/pom.xml index c411950823f..f45ee146ef6 100644 --- a/hadoop-ozone/ozonefs-hadoop2/pom.xml +++ b/hadoop-ozone/ozonefs-hadoop2/pom.xml @@ -19,12 +19,12 @@ org.apache.ozone ozone - 1.3.990010 + 1.3.990011 ozone-filesystem-hadoop2 Apache Ozone FS Hadoop 2.x compatibility jar - 1.3.990010 + 1.3.990011 true org.apache.hadoop.ozone.shaded diff --git a/hadoop-ozone/ozonefs-hadoop3-client/pom.xml b/hadoop-ozone/ozonefs-hadoop3-client/pom.xml index d4df80609df..0b2ac8e6156 100644 --- a/hadoop-ozone/ozonefs-hadoop3-client/pom.xml +++ b/hadoop-ozone/ozonefs-hadoop3-client/pom.xml @@ -19,7 +19,7 @@ org.apache.ozone ozone - 1.3.990010 + 1.3.990011 org.apache.hadoop.ozone.shaded diff --git a/hadoop-ozone/ozonefs-shaded/pom.xml b/hadoop-ozone/ozonefs-shaded/pom.xml index 695834d840b..0fbbc8dcf4a 100644 --- a/hadoop-ozone/ozonefs-shaded/pom.xml +++ b/hadoop-ozone/ozonefs-shaded/pom.xml @@ -19,12 +19,12 @@ org.apache.ozone ozone - 1.3.990010 + 1.3.990011 ozone-filesystem-shaded Apache Ozone FileSystem Shaded jar - 1.3.990010 + 1.3.990011 true diff --git a/hadoop-ozone/ozonefs/pom.xml b/hadoop-ozone/ozonefs/pom.xml index 127c03c8875..1da2374a872 100644 --- a/hadoop-ozone/ozonefs/pom.xml +++ b/hadoop-ozone/ozonefs/pom.xml @@ -19,12 +19,12 @@ org.apache.ozone ozone - 1.3.990010 + 1.3.990011 ozone-filesystem Apache Ozone FileSystem jar - 1.3.990010 + 1.3.990011 UTF-8 true diff --git a/hadoop-ozone/pom.xml b/hadoop-ozone/pom.xml index a79ccc8140c..aec0b239476 100644 --- a/hadoop-ozone/pom.xml +++ b/hadoop-ozone/pom.xml @@ -16,10 +16,10 @@ org.apache.ozone ozone-main - 1.3.990010 + 1.3.990011 ozone - 1.3.990010 + 1.3.990011 Apache Ozone Project Apache Ozone pom diff --git a/hadoop-ozone/recon-codegen/pom.xml b/hadoop-ozone/recon-codegen/pom.xml index 0f6b08faff1..ffc2d3abfd3 100644 --- a/hadoop-ozone/recon-codegen/pom.xml +++ b/hadoop-ozone/recon-codegen/pom.xml @@ -18,7 +18,7 @@ ozone org.apache.ozone - 1.3.990010 + 1.3.990011 4.0.0 ozone-reconcodegen diff --git a/hadoop-ozone/recon/pom.xml b/hadoop-ozone/recon/pom.xml index 1026c4927f7..0e7aa27a9ea 100644 --- a/hadoop-ozone/recon/pom.xml +++ b/hadoop-ozone/recon/pom.xml @@ -18,7 +18,7 @@ org.apache.ozone ozone - 1.3.990010 + 1.3.990011 Apache Ozone Recon 4.0.0 diff --git a/hadoop-ozone/s3gateway/pom.xml b/hadoop-ozone/s3gateway/pom.xml index 57854dccef6..e8f14270720 100644 --- a/hadoop-ozone/s3gateway/pom.xml +++ b/hadoop-ozone/s3gateway/pom.xml @@ -19,12 +19,12 @@ org.apache.ozone ozone - 1.3.990010 + 1.3.990011 ozone-s3gateway Apache Ozone S3 Gateway jar - 1.3.990010 + 1.3.990011 UTF-8 true diff --git a/hadoop-ozone/tools/pom.xml b/hadoop-ozone/tools/pom.xml index ea16b5ffb4f..f592bfadf2a 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"> org.apache.ozone ozone - 1.3.990010 + 1.3.990011 ozone-tools - 1.3.990010 + 1.3.990011 Apache Ozone Tools Apache Ozone Tools jar diff --git a/pom.xml b/pom.xml index 7bb9e8c87c5..2a22c482bb5 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 4.0.0 org.apache.ozone ozone-main - 1.3.990010 + 1.3.990011 Apache Ozone Main Apache Ozone Main pom @@ -66,7 +66,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs ${ozone.version} - 1.3.990010 + 1.3.990011 Grand Canyon ${hdds.version} ${ozone.version}