From be7ef912419075b59962d62a311825114dc4b9d8 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 6c65dc8a9aa1..9ae0f9146240 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 8472508db74a..e3f05e5785fe 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 be81b417ba3c..ab2430ec01fa 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 f5f32b8afb7e..380cb7c2ba90 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 a1f9d79bec49..b2e2dfbba725 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 48a35987f74d..a53869ba6bd7 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 f8bcd0567f53..5613d4be48fe 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 58c330fcdfb3..29f66b800b87 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 cc37a6509ca4..2f1f06fbfc69 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 98528d8afe28..e45f7980b366 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 011089961558..1d90da68ebbd 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 71bc23e4a33d..bf0ea5d0bf0e 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 6de4a4aeebe5..489e6bf3650e 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 c3861c49fc91..ded15230002f 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 3cb2611478c5..e6c65fad3d3b 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 c8687dbcc484..ea5c27dc10c7 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 441baffaedad..e69e60d39460 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 75aaaf47bf38..7bae8118c32e 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 f599ca1d3c87..40eb709eb5fc 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 c3e4ee83f0b6..8aba21adcbb9 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 6b1b8c4f9c9c..79bb673b7c6e 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 4e20a883d7b8..98d8203ab3ca 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 8cb0d4500696..e9d74ce756b6 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 4cc46f98923f..853a67208a06 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 ac388846420a..2c6af2acc454 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 f4995657dcd1..62f013a5be5f 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 52d939bdaa3f..3de3a66638c7 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 8c7b09a89794..f14339a0aea3 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 5ce6f78c1a4e..9e2c82f51864 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 39fb73fe043e..b3811ebcb173 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 416593022749..a2e39431c72a 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 299ea9df5fb7..fc11ee6f2f8b 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 c411950823fe..f45ee146ef66 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 d4df80609dfe..0b2ac8e61569 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 695834d840b9..0fbbc8dcf4ab 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 127c03c88753..1da2374a8725 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 a79ccc8140c0..aec0b239476e 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 0f6b08faff16..ffc2d3abfd34 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 1026c4927f73..0e7aa27a9eae 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 57854dccef6e..e8f14270720c 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 ea16b5ffb4f9..f592bfadf2a7 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 7bb9e8c87c55..2a22c482bb57 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}