From 858dde0be8e76531ef56e4590263c265d0599779 Mon Sep 17 00:00:00 2001 From: gupsam Date: Mon, 13 May 2024 05:24:20 +0000 Subject: [PATCH] Removed SNAPSHOT from pom files. --- cdap-api-common/pom.xml | 2 +- cdap-api-spark3_2.12/pom.xml | 2 +- cdap-api/pom.xml | 2 +- cdap-app-fabric-tests/pom.xml | 2 +- cdap-app-fabric/pom.xml | 2 +- cdap-app-templates/cdap-etl/cdap-data-pipeline3_2.12/pom.xml | 2 +- cdap-app-templates/cdap-etl/cdap-data-streams3_2.12/pom.xml | 2 +- cdap-app-templates/cdap-etl/cdap-etl-api-spark/pom.xml | 2 +- cdap-app-templates/cdap-etl/cdap-etl-api/pom.xml | 2 +- .../cdap-data-pipeline-plugins-archetype/pom.xml | 2 +- cdap-app-templates/cdap-etl/cdap-etl-archetypes/pom.xml | 2 +- cdap-app-templates/cdap-etl/cdap-etl-batch/pom.xml | 2 +- cdap-app-templates/cdap-etl/cdap-etl-core/pom.xml | 2 +- cdap-app-templates/cdap-etl/cdap-etl-proto/pom.xml | 2 +- cdap-app-templates/cdap-etl/cdap-etl-tools/pom.xml | 2 +- cdap-app-templates/cdap-etl/hydrator-spark-core3_2.12/pom.xml | 2 +- cdap-app-templates/cdap-etl/hydrator-test/pom.xml | 2 +- cdap-app-templates/cdap-etl/pom.xml | 2 +- cdap-app-templates/cdap-program-report/pom.xml | 2 +- cdap-app-templates/pom.xml | 2 +- cdap-authenticator-ext-gcp/pom.xml | 2 +- cdap-cli-tests/pom.xml | 2 +- cdap-cli/pom.xml | 2 +- cdap-client-tests/pom.xml | 2 +- cdap-client/pom.xml | 2 +- cdap-common-unit-test/pom.xml | 2 +- cdap-common/pom.xml | 2 +- cdap-coverage/pom.xml | 2 +- cdap-credential-ext-gcp-wi/pom.xml | 2 +- cdap-data-fabric-tests/pom.xml | 2 +- cdap-data-fabric/pom.xml | 2 +- cdap-distributions/pom.xml | 2 +- cdap-docs-gen/pom.xml | 2 +- cdap-e2e-tests/pom.xml | 4 ++-- cdap-elastic/pom.xml | 2 +- cdap-encryption-ext-tink/pom.xml | 2 +- cdap-error-api/pom.xml | 2 +- cdap-event-common-spi/pom.xml | 2 +- cdap-event-reader-spi/pom.xml | 2 +- cdap-event-writer-spi/pom.xml | 2 +- cdap-features/pom.xml | 2 +- cdap-formats/pom.xml | 2 +- cdap-gateway/pom.xml | 2 +- cdap-hbase-compat-1.0-cdh/pom.xml | 2 +- cdap-hbase-compat-1.0-cdh5.5.0/pom.xml | 2 +- cdap-hbase-compat-1.0/pom.xml | 2 +- cdap-hbase-compat-1.1/pom.xml | 2 +- cdap-hbase-compat-1.2-cdh5.7.0/pom.xml | 2 +- cdap-hbase-compat-base/pom.xml | 2 +- cdap-hbase-spi/pom.xml | 2 +- cdap-integration-test/pom.xml | 2 +- cdap-kafka/pom.xml | 2 +- cdap-kms/pom.xml | 2 +- cdap-kubernetes/pom.xml | 4 ++-- cdap-master-spi/pom.xml | 2 +- cdap-master/pom.xml | 2 +- cdap-messaging-spi/pom.xml | 2 +- cdap-metadata-spi/pom.xml | 2 +- cdap-operational-stats-core/pom.xml | 4 ++-- cdap-proto/pom.xml | 2 +- cdap-runtime-ext-dataproc/pom.xml | 2 +- cdap-runtime-ext-emr/pom.xml | 2 +- cdap-runtime-ext-remote-hadoop/pom.xml | 2 +- cdap-runtime-spi/pom.xml | 2 +- cdap-securestore-ext-cloudkms/pom.xml | 2 +- cdap-securestore-ext-gcp-secretstore/pom.xml | 2 +- cdap-securestore-spi/pom.xml | 2 +- cdap-security-spi/pom.xml | 2 +- cdap-security/pom.xml | 2 +- cdap-source-control/pom.xml | 2 +- cdap-spark-core3_2.12/pom.xml | 2 +- cdap-spark-python/pom.xml | 2 +- cdap-standalone/pom.xml | 2 +- cdap-storage-ext-spanner/pom.xml | 2 +- cdap-storage-spi/pom.xml | 2 +- cdap-support-bundle/pom.xml | 2 +- cdap-system-app-api/pom.xml | 2 +- cdap-system-app-unit-test/pom.xml | 2 +- cdap-test/pom.xml | 2 +- cdap-tms-tests/pom.xml | 2 +- cdap-tms/pom.xml | 2 +- cdap-ui | 2 +- cdap-unit-test-spark3_2.12/pom.xml | 2 +- cdap-unit-test/pom.xml | 2 +- cdap-watchdog-api/pom.xml | 2 +- cdap-watchdog/pom.xml | 2 +- pom.xml | 2 +- 87 files changed, 90 insertions(+), 90 deletions(-) diff --git a/cdap-api-common/pom.xml b/cdap-api-common/pom.xml index 03e7a9ed3e7e..e7144f09052a 100644 --- a/cdap-api-common/pom.xml +++ b/cdap-api-common/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap - 6.10.1-SNAPSHOT + 6.10.1 cdap-api-common diff --git a/cdap-api-spark3_2.12/pom.xml b/cdap-api-spark3_2.12/pom.xml index a337c9cd03c9..b47ef301d8fe 100644 --- a/cdap-api-spark3_2.12/pom.xml +++ b/cdap-api-spark3_2.12/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap - 6.10.1-SNAPSHOT + 6.10.1 cdap-api-spark3_2.12 diff --git a/cdap-api/pom.xml b/cdap-api/pom.xml index 3cf773d16b6c..adc377f6baab 100644 --- a/cdap-api/pom.xml +++ b/cdap-api/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap - 6.10.1-SNAPSHOT + 6.10.1 cdap-api diff --git a/cdap-app-fabric-tests/pom.xml b/cdap-app-fabric-tests/pom.xml index 4786c72f9609..788becbd3254 100644 --- a/cdap-app-fabric-tests/pom.xml +++ b/cdap-app-fabric-tests/pom.xml @@ -22,7 +22,7 @@ the License. cdap io.cdap.cdap - 6.10.1-SNAPSHOT + 6.10.1 cdap-app-fabric-tests diff --git a/cdap-app-fabric/pom.xml b/cdap-app-fabric/pom.xml index 44aec875d821..397b2bdd9a22 100644 --- a/cdap-app-fabric/pom.xml +++ b/cdap-app-fabric/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap - 6.10.1-SNAPSHOT + 6.10.1 cdap-app-fabric diff --git a/cdap-app-templates/cdap-etl/cdap-data-pipeline3_2.12/pom.xml b/cdap-app-templates/cdap-etl/cdap-data-pipeline3_2.12/pom.xml index df90a9c96f1d..e473292a4767 100644 --- a/cdap-app-templates/cdap-etl/cdap-data-pipeline3_2.12/pom.xml +++ b/cdap-app-templates/cdap-etl/cdap-data-pipeline3_2.12/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap-etl - 6.10.1-SNAPSHOT + 6.10.1 cdap-data-pipeline3_2.12 diff --git a/cdap-app-templates/cdap-etl/cdap-data-streams3_2.12/pom.xml b/cdap-app-templates/cdap-etl/cdap-data-streams3_2.12/pom.xml index 67c5bd254728..965e960eafd5 100644 --- a/cdap-app-templates/cdap-etl/cdap-data-streams3_2.12/pom.xml +++ b/cdap-app-templates/cdap-etl/cdap-data-streams3_2.12/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap-etl - 6.10.1-SNAPSHOT + 6.10.1 cdap-data-streams3_2.12 diff --git a/cdap-app-templates/cdap-etl/cdap-etl-api-spark/pom.xml b/cdap-app-templates/cdap-etl/cdap-etl-api-spark/pom.xml index 7aa4903a19e6..be36a90f8b15 100644 --- a/cdap-app-templates/cdap-etl/cdap-etl-api-spark/pom.xml +++ b/cdap-app-templates/cdap-etl/cdap-etl-api-spark/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap-etl - 6.10.1-SNAPSHOT + 6.10.1 cdap-etl-api-spark diff --git a/cdap-app-templates/cdap-etl/cdap-etl-api/pom.xml b/cdap-app-templates/cdap-etl/cdap-etl-api/pom.xml index 50f265929c20..5d0f14777faa 100644 --- a/cdap-app-templates/cdap-etl/cdap-etl-api/pom.xml +++ b/cdap-app-templates/cdap-etl/cdap-etl-api/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap-etl - 6.10.1-SNAPSHOT + 6.10.1 cdap-etl-api diff --git a/cdap-app-templates/cdap-etl/cdap-etl-archetypes/cdap-data-pipeline-plugins-archetype/pom.xml b/cdap-app-templates/cdap-etl/cdap-etl-archetypes/cdap-data-pipeline-plugins-archetype/pom.xml index 81d4e66678f4..115cbf054b97 100644 --- a/cdap-app-templates/cdap-etl/cdap-etl-archetypes/cdap-data-pipeline-plugins-archetype/pom.xml +++ b/cdap-app-templates/cdap-etl/cdap-etl-archetypes/cdap-data-pipeline-plugins-archetype/pom.xml @@ -21,7 +21,7 @@ io.cdap.cdap cdap-etl-archetypes - 6.10.1-SNAPSHOT + 6.10.1 cdap-data-pipeline-plugins-archetype diff --git a/cdap-app-templates/cdap-etl/cdap-etl-archetypes/pom.xml b/cdap-app-templates/cdap-etl/cdap-etl-archetypes/pom.xml index e2fb2b8f0901..82ec7f4c635c 100644 --- a/cdap-app-templates/cdap-etl/cdap-etl-archetypes/pom.xml +++ b/cdap-app-templates/cdap-etl/cdap-etl-archetypes/pom.xml @@ -22,7 +22,7 @@ io.cdap.cdap cdap-etl - 6.10.1-SNAPSHOT + 6.10.1 cdap-etl-archetypes diff --git a/cdap-app-templates/cdap-etl/cdap-etl-batch/pom.xml b/cdap-app-templates/cdap-etl/cdap-etl-batch/pom.xml index 88b7b161fc82..5ebca7d16693 100644 --- a/cdap-app-templates/cdap-etl/cdap-etl-batch/pom.xml +++ b/cdap-app-templates/cdap-etl/cdap-etl-batch/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap-etl - 6.10.1-SNAPSHOT + 6.10.1 cdap-etl-batch diff --git a/cdap-app-templates/cdap-etl/cdap-etl-core/pom.xml b/cdap-app-templates/cdap-etl/cdap-etl-core/pom.xml index b4998201321e..e4079aa051d4 100644 --- a/cdap-app-templates/cdap-etl/cdap-etl-core/pom.xml +++ b/cdap-app-templates/cdap-etl/cdap-etl-core/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap-etl - 6.10.1-SNAPSHOT + 6.10.1 cdap-etl-core diff --git a/cdap-app-templates/cdap-etl/cdap-etl-proto/pom.xml b/cdap-app-templates/cdap-etl/cdap-etl-proto/pom.xml index d610c7de9886..e9fcd1c49223 100644 --- a/cdap-app-templates/cdap-etl/cdap-etl-proto/pom.xml +++ b/cdap-app-templates/cdap-etl/cdap-etl-proto/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap-etl - 6.10.1-SNAPSHOT + 6.10.1 cdap-etl-proto diff --git a/cdap-app-templates/cdap-etl/cdap-etl-tools/pom.xml b/cdap-app-templates/cdap-etl/cdap-etl-tools/pom.xml index 6d92f6d6ce17..eac9736057e9 100644 --- a/cdap-app-templates/cdap-etl/cdap-etl-tools/pom.xml +++ b/cdap-app-templates/cdap-etl/cdap-etl-tools/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap-etl - 6.10.1-SNAPSHOT + 6.10.1 cdap-etl-tools diff --git a/cdap-app-templates/cdap-etl/hydrator-spark-core3_2.12/pom.xml b/cdap-app-templates/cdap-etl/hydrator-spark-core3_2.12/pom.xml index 3bfe17bfd45d..58c7b6e57dae 100644 --- a/cdap-app-templates/cdap-etl/hydrator-spark-core3_2.12/pom.xml +++ b/cdap-app-templates/cdap-etl/hydrator-spark-core3_2.12/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap-etl - 6.10.1-SNAPSHOT + 6.10.1 hydrator-spark-core3_2.12 diff --git a/cdap-app-templates/cdap-etl/hydrator-test/pom.xml b/cdap-app-templates/cdap-etl/hydrator-test/pom.xml index cc859577087a..2a77151e1dd1 100644 --- a/cdap-app-templates/cdap-etl/hydrator-test/pom.xml +++ b/cdap-app-templates/cdap-etl/hydrator-test/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap-etl - 6.10.1-SNAPSHOT + 6.10.1 hydrator-test diff --git a/cdap-app-templates/cdap-etl/pom.xml b/cdap-app-templates/cdap-etl/pom.xml index b78b78cf8ac7..2e497077b673 100644 --- a/cdap-app-templates/cdap-etl/pom.xml +++ b/cdap-app-templates/cdap-etl/pom.xml @@ -21,7 +21,7 @@ io.cdap.cdap cdap-app-templates - 6.10.1-SNAPSHOT + 6.10.1 4.0.0 diff --git a/cdap-app-templates/cdap-program-report/pom.xml b/cdap-app-templates/cdap-program-report/pom.xml index 4a8cb8da63fc..69ffb2b1ccde 100644 --- a/cdap-app-templates/cdap-program-report/pom.xml +++ b/cdap-app-templates/cdap-program-report/pom.xml @@ -22,7 +22,7 @@ io.cdap.cdap cdap-app-templates - 6.10.1-SNAPSHOT + 6.10.1 4.0.0 diff --git a/cdap-app-templates/pom.xml b/cdap-app-templates/pom.xml index 33de2e27172d..d2b14ca9e6f0 100644 --- a/cdap-app-templates/pom.xml +++ b/cdap-app-templates/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap - 6.10.1-SNAPSHOT + 6.10.1 cdap-app-templates diff --git a/cdap-authenticator-ext-gcp/pom.xml b/cdap-authenticator-ext-gcp/pom.xml index b54a456a4a98..19183726634d 100644 --- a/cdap-authenticator-ext-gcp/pom.xml +++ b/cdap-authenticator-ext-gcp/pom.xml @@ -21,7 +21,7 @@ cdap io.cdap.cdap - 6.10.1-SNAPSHOT + 6.10.1 4.0.0 diff --git a/cdap-cli-tests/pom.xml b/cdap-cli-tests/pom.xml index 9d9524a3985f..bc71aa5b6789 100644 --- a/cdap-cli-tests/pom.xml +++ b/cdap-cli-tests/pom.xml @@ -20,7 +20,7 @@ cdap io.cdap.cdap - 6.10.1-SNAPSHOT + 6.10.1 4.0.0 diff --git a/cdap-cli/pom.xml b/cdap-cli/pom.xml index 50193ddf59fe..5fed4e8b8aae 100644 --- a/cdap-cli/pom.xml +++ b/cdap-cli/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap - 6.10.1-SNAPSHOT + 6.10.1 cdap-cli diff --git a/cdap-client-tests/pom.xml b/cdap-client-tests/pom.xml index 0500ae81c497..f86f9d643ded 100644 --- a/cdap-client-tests/pom.xml +++ b/cdap-client-tests/pom.xml @@ -22,7 +22,7 @@ the License. cdap io.cdap.cdap - 6.10.1-SNAPSHOT + 6.10.1 cdap-client-tests diff --git a/cdap-client/pom.xml b/cdap-client/pom.xml index 48b7fe5ac4e4..3a804e9f6b27 100644 --- a/cdap-client/pom.xml +++ b/cdap-client/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap - 6.10.1-SNAPSHOT + 6.10.1 cdap-client diff --git a/cdap-common-unit-test/pom.xml b/cdap-common-unit-test/pom.xml index d6234bcce6d2..455c9f0140d0 100644 --- a/cdap-common-unit-test/pom.xml +++ b/cdap-common-unit-test/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap - 6.10.1-SNAPSHOT + 6.10.1 cdap-common-unit-test diff --git a/cdap-common/pom.xml b/cdap-common/pom.xml index ad431796cc11..567a845abc9c 100644 --- a/cdap-common/pom.xml +++ b/cdap-common/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap - 6.10.1-SNAPSHOT + 6.10.1 cdap-common diff --git a/cdap-coverage/pom.xml b/cdap-coverage/pom.xml index db349115947b..8426095d240b 100644 --- a/cdap-coverage/pom.xml +++ b/cdap-coverage/pom.xml @@ -20,7 +20,7 @@ cdap io.cdap.cdap - 6.10.1-SNAPSHOT + 6.10.1 4.0.0 diff --git a/cdap-credential-ext-gcp-wi/pom.xml b/cdap-credential-ext-gcp-wi/pom.xml index a7d1eee42db0..b9ed0ce31a1b 100644 --- a/cdap-credential-ext-gcp-wi/pom.xml +++ b/cdap-credential-ext-gcp-wi/pom.xml @@ -21,7 +21,7 @@ cdap io.cdap.cdap - 6.10.1-SNAPSHOT + 6.10.1 4.0.0 diff --git a/cdap-data-fabric-tests/pom.xml b/cdap-data-fabric-tests/pom.xml index e6f75e08348e..99830afe825a 100644 --- a/cdap-data-fabric-tests/pom.xml +++ b/cdap-data-fabric-tests/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.10.1-SNAPSHOT + 6.10.1 cdap-data-fabric-tests diff --git a/cdap-data-fabric/pom.xml b/cdap-data-fabric/pom.xml index adaf0b502b7d..0b31578f7961 100644 --- a/cdap-data-fabric/pom.xml +++ b/cdap-data-fabric/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap - 6.10.1-SNAPSHOT + 6.10.1 cdap-data-fabric diff --git a/cdap-distributions/pom.xml b/cdap-distributions/pom.xml index a2c2329be941..691917256d98 100644 --- a/cdap-distributions/pom.xml +++ b/cdap-distributions/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.10.1-SNAPSHOT + 6.10.1 cdap-distributions diff --git a/cdap-docs-gen/pom.xml b/cdap-docs-gen/pom.xml index 35dfe0754e7e..b22ec72d5a30 100644 --- a/cdap-docs-gen/pom.xml +++ b/cdap-docs-gen/pom.xml @@ -22,7 +22,7 @@ io.cdap.cdap cdap - 6.10.1-SNAPSHOT + 6.10.1 cdap-docs-gen diff --git a/cdap-e2e-tests/pom.xml b/cdap-e2e-tests/pom.xml index 6b3282cc2599..a61006d8e1b7 100644 --- a/cdap-e2e-tests/pom.xml +++ b/cdap-e2e-tests/pom.xml @@ -22,7 +22,7 @@ cdap io.cdap.cdap - 6.10.1-SNAPSHOT + 6.10.1 cdap-e2e-tests CDAP E2E Tests @@ -114,7 +114,7 @@ io.cdap.tests.e2e cdap-e2e-framework - 0.3.0 + 0.3.1 test diff --git a/cdap-elastic/pom.xml b/cdap-elastic/pom.xml index 73685bcdbc9f..1120fc95bb72 100644 --- a/cdap-elastic/pom.xml +++ b/cdap-elastic/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.10.1-SNAPSHOT + 6.10.1 cdap-elastic diff --git a/cdap-encryption-ext-tink/pom.xml b/cdap-encryption-ext-tink/pom.xml index 1776cd5e70b8..b41dac01df0e 100644 --- a/cdap-encryption-ext-tink/pom.xml +++ b/cdap-encryption-ext-tink/pom.xml @@ -21,7 +21,7 @@ cdap io.cdap.cdap - 6.10.1-SNAPSHOT + 6.10.1 4.0.0 diff --git a/cdap-error-api/pom.xml b/cdap-error-api/pom.xml index 28952590cce8..aeb9682acfe6 100644 --- a/cdap-error-api/pom.xml +++ b/cdap-error-api/pom.xml @@ -21,7 +21,7 @@ cdap io.cdap.cdap - 6.10.1-SNAPSHOT + 6.10.1 4.0.0 diff --git a/cdap-event-common-spi/pom.xml b/cdap-event-common-spi/pom.xml index 49db4e4580b3..b99e520bb4f9 100644 --- a/cdap-event-common-spi/pom.xml +++ b/cdap-event-common-spi/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.10.1-SNAPSHOT + 6.10.1 cdap-event-common-spi diff --git a/cdap-event-reader-spi/pom.xml b/cdap-event-reader-spi/pom.xml index a43143e0d142..9b5563555a25 100644 --- a/cdap-event-reader-spi/pom.xml +++ b/cdap-event-reader-spi/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.10.1-SNAPSHOT + 6.10.1 cdap-event-reader-spi diff --git a/cdap-event-writer-spi/pom.xml b/cdap-event-writer-spi/pom.xml index c0fea0276a1a..75a2faf52c88 100644 --- a/cdap-event-writer-spi/pom.xml +++ b/cdap-event-writer-spi/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.10.1-SNAPSHOT + 6.10.1 cdap-event-writer-spi diff --git a/cdap-features/pom.xml b/cdap-features/pom.xml index 0d96f90b8116..057c8ec49cac 100644 --- a/cdap-features/pom.xml +++ b/cdap-features/pom.xml @@ -20,7 +20,7 @@ cdap io.cdap.cdap - 6.10.1-SNAPSHOT + 6.10.1 4.0.0 diff --git a/cdap-formats/pom.xml b/cdap-formats/pom.xml index 0b7b30f6282c..a0396ea4e5e9 100644 --- a/cdap-formats/pom.xml +++ b/cdap-formats/pom.xml @@ -21,7 +21,7 @@ cdap io.cdap.cdap - 6.10.1-SNAPSHOT + 6.10.1 4.0.0 diff --git a/cdap-gateway/pom.xml b/cdap-gateway/pom.xml index b249bdc5da8f..f5bc3c7404ce 100644 --- a/cdap-gateway/pom.xml +++ b/cdap-gateway/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.10.1-SNAPSHOT + 6.10.1 cdap-gateway diff --git a/cdap-hbase-compat-1.0-cdh/pom.xml b/cdap-hbase-compat-1.0-cdh/pom.xml index 6e657eae4fa9..56930348e226 100644 --- a/cdap-hbase-compat-1.0-cdh/pom.xml +++ b/cdap-hbase-compat-1.0-cdh/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.10.1-SNAPSHOT + 6.10.1 cdap-hbase-compat-1.0-cdh diff --git a/cdap-hbase-compat-1.0-cdh5.5.0/pom.xml b/cdap-hbase-compat-1.0-cdh5.5.0/pom.xml index aba2b1ae0804..9d1014b1e015 100644 --- a/cdap-hbase-compat-1.0-cdh5.5.0/pom.xml +++ b/cdap-hbase-compat-1.0-cdh5.5.0/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.10.1-SNAPSHOT + 6.10.1 cdap-hbase-compat-1.0-cdh5.5.0 diff --git a/cdap-hbase-compat-1.0/pom.xml b/cdap-hbase-compat-1.0/pom.xml index 4530a1ef0a42..fec55d9d6802 100644 --- a/cdap-hbase-compat-1.0/pom.xml +++ b/cdap-hbase-compat-1.0/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.10.1-SNAPSHOT + 6.10.1 cdap-hbase-compat-1.0 diff --git a/cdap-hbase-compat-1.1/pom.xml b/cdap-hbase-compat-1.1/pom.xml index 15685439fbfb..b2c7bc210158 100644 --- a/cdap-hbase-compat-1.1/pom.xml +++ b/cdap-hbase-compat-1.1/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.10.1-SNAPSHOT + 6.10.1 cdap-hbase-compat-1.1 diff --git a/cdap-hbase-compat-1.2-cdh5.7.0/pom.xml b/cdap-hbase-compat-1.2-cdh5.7.0/pom.xml index 57e56a7eaf02..22c22a47fa1b 100644 --- a/cdap-hbase-compat-1.2-cdh5.7.0/pom.xml +++ b/cdap-hbase-compat-1.2-cdh5.7.0/pom.xml @@ -20,7 +20,7 @@ cdap io.cdap.cdap - 6.10.1-SNAPSHOT + 6.10.1 4.0.0 diff --git a/cdap-hbase-compat-base/pom.xml b/cdap-hbase-compat-base/pom.xml index 002fe80a7bc6..cba6066a7d41 100644 --- a/cdap-hbase-compat-base/pom.xml +++ b/cdap-hbase-compat-base/pom.xml @@ -21,7 +21,7 @@ cdap io.cdap.cdap - 6.10.1-SNAPSHOT + 6.10.1 4.0.0 diff --git a/cdap-hbase-spi/pom.xml b/cdap-hbase-spi/pom.xml index 8f1a69fe296d..44f09053731c 100644 --- a/cdap-hbase-spi/pom.xml +++ b/cdap-hbase-spi/pom.xml @@ -20,7 +20,7 @@ cdap io.cdap.cdap - 6.10.1-SNAPSHOT + 6.10.1 4.0.0 diff --git a/cdap-integration-test/pom.xml b/cdap-integration-test/pom.xml index b668b96f9b1d..514f234848a3 100644 --- a/cdap-integration-test/pom.xml +++ b/cdap-integration-test/pom.xml @@ -20,7 +20,7 @@ cdap io.cdap.cdap - 6.10.1-SNAPSHOT + 6.10.1 4.0.0 diff --git a/cdap-kafka/pom.xml b/cdap-kafka/pom.xml index c861ddf96059..f5f67ffdcc60 100644 --- a/cdap-kafka/pom.xml +++ b/cdap-kafka/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap - 6.10.1-SNAPSHOT + 6.10.1 cdap-kafka diff --git a/cdap-kms/pom.xml b/cdap-kms/pom.xml index 0145bb490884..e2b1dddb45e8 100644 --- a/cdap-kms/pom.xml +++ b/cdap-kms/pom.xml @@ -22,7 +22,7 @@ cdap io.cdap.cdap - 6.10.1-SNAPSHOT + 6.10.1 cdap-kms diff --git a/cdap-kubernetes/pom.xml b/cdap-kubernetes/pom.xml index c9d83c0a2e24..2e32b53347b7 100644 --- a/cdap-kubernetes/pom.xml +++ b/cdap-kubernetes/pom.xml @@ -22,7 +22,7 @@ cdap io.cdap.cdap - 6.10.1-SNAPSHOT + 6.10.1 cdap-kubernetes CDAP Kubernetes @@ -246,7 +246,7 @@ io.cdap.tests.e2e cdap-e2e-framework - 0.3.0 + 0.3.1 test diff --git a/cdap-master-spi/pom.xml b/cdap-master-spi/pom.xml index 247248c76366..e885b476182b 100644 --- a/cdap-master-spi/pom.xml +++ b/cdap-master-spi/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.10.1-SNAPSHOT + 6.10.1 cdap-master-spi diff --git a/cdap-master/pom.xml b/cdap-master/pom.xml index 4a8a9ebc9886..5a5e93eba360 100644 --- a/cdap-master/pom.xml +++ b/cdap-master/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.10.1-SNAPSHOT + 6.10.1 cdap-master diff --git a/cdap-messaging-spi/pom.xml b/cdap-messaging-spi/pom.xml index 26e263b15775..ff1359f177bd 100644 --- a/cdap-messaging-spi/pom.xml +++ b/cdap-messaging-spi/pom.xml @@ -22,7 +22,7 @@ io.cdap.cdap cdap - 6.10.1-SNAPSHOT + 6.10.1 cdap-messaging-spi diff --git a/cdap-metadata-spi/pom.xml b/cdap-metadata-spi/pom.xml index fb74b636e511..3bea7018d246 100644 --- a/cdap-metadata-spi/pom.xml +++ b/cdap-metadata-spi/pom.xml @@ -22,7 +22,7 @@ cdap io.cdap.cdap - 6.10.1-SNAPSHOT + 6.10.1 4.0.0 diff --git a/cdap-operational-stats-core/pom.xml b/cdap-operational-stats-core/pom.xml index 44129748dcaf..d6d83e155c95 100644 --- a/cdap-operational-stats-core/pom.xml +++ b/cdap-operational-stats-core/pom.xml @@ -21,7 +21,7 @@ cdap io.cdap.cdap - 6.10.1-SNAPSHOT + 6.10.1 4.0.0 @@ -195,7 +195,7 @@ io.cdap.tests.e2e cdap-e2e-framework - 0.3.0 + 0.3.1 test diff --git a/cdap-proto/pom.xml b/cdap-proto/pom.xml index e6e3ccad2d03..b8873a53bda8 100644 --- a/cdap-proto/pom.xml +++ b/cdap-proto/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.10.1-SNAPSHOT + 6.10.1 cdap-proto diff --git a/cdap-runtime-ext-dataproc/pom.xml b/cdap-runtime-ext-dataproc/pom.xml index 2dca487bad41..8c254fb7dc64 100644 --- a/cdap-runtime-ext-dataproc/pom.xml +++ b/cdap-runtime-ext-dataproc/pom.xml @@ -21,7 +21,7 @@ cdap io.cdap.cdap - 6.10.1-SNAPSHOT + 6.10.1 4.0.0 diff --git a/cdap-runtime-ext-emr/pom.xml b/cdap-runtime-ext-emr/pom.xml index a6d9833e4565..887133706628 100644 --- a/cdap-runtime-ext-emr/pom.xml +++ b/cdap-runtime-ext-emr/pom.xml @@ -21,7 +21,7 @@ cdap io.cdap.cdap - 6.10.1-SNAPSHOT + 6.10.1 4.0.0 diff --git a/cdap-runtime-ext-remote-hadoop/pom.xml b/cdap-runtime-ext-remote-hadoop/pom.xml index eb9202fd4ea7..d5d76136bf21 100644 --- a/cdap-runtime-ext-remote-hadoop/pom.xml +++ b/cdap-runtime-ext-remote-hadoop/pom.xml @@ -22,7 +22,7 @@ cdap io.cdap.cdap - 6.10.1-SNAPSHOT + 6.10.1 4.0.0 diff --git a/cdap-runtime-spi/pom.xml b/cdap-runtime-spi/pom.xml index 311da005db26..bf24c0bd177f 100644 --- a/cdap-runtime-spi/pom.xml +++ b/cdap-runtime-spi/pom.xml @@ -21,7 +21,7 @@ cdap io.cdap.cdap - 6.10.1-SNAPSHOT + 6.10.1 4.0.0 diff --git a/cdap-securestore-ext-cloudkms/pom.xml b/cdap-securestore-ext-cloudkms/pom.xml index f1670c0398a7..fa91f229f239 100644 --- a/cdap-securestore-ext-cloudkms/pom.xml +++ b/cdap-securestore-ext-cloudkms/pom.xml @@ -21,7 +21,7 @@ cdap io.cdap.cdap - 6.10.1-SNAPSHOT + 6.10.1 4.0.0 diff --git a/cdap-securestore-ext-gcp-secretstore/pom.xml b/cdap-securestore-ext-gcp-secretstore/pom.xml index 2f9e9cb44fcd..1287211b8f93 100644 --- a/cdap-securestore-ext-gcp-secretstore/pom.xml +++ b/cdap-securestore-ext-gcp-secretstore/pom.xml @@ -21,7 +21,7 @@ cdap io.cdap.cdap - 6.10.1-SNAPSHOT + 6.10.1 4.0.0 diff --git a/cdap-securestore-spi/pom.xml b/cdap-securestore-spi/pom.xml index 987ce681f936..03cca72578b5 100644 --- a/cdap-securestore-spi/pom.xml +++ b/cdap-securestore-spi/pom.xml @@ -21,7 +21,7 @@ cdap io.cdap.cdap - 6.10.1-SNAPSHOT + 6.10.1 4.0.0 diff --git a/cdap-security-spi/pom.xml b/cdap-security-spi/pom.xml index adfb909beedd..9b440bf6a01e 100644 --- a/cdap-security-spi/pom.xml +++ b/cdap-security-spi/pom.xml @@ -21,7 +21,7 @@ cdap io.cdap.cdap - 6.10.1-SNAPSHOT + 6.10.1 4.0.0 diff --git a/cdap-security/pom.xml b/cdap-security/pom.xml index 7ede02e3d8ca..8a64f61d25ef 100644 --- a/cdap-security/pom.xml +++ b/cdap-security/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.10.1-SNAPSHOT + 6.10.1 cdap-security diff --git a/cdap-source-control/pom.xml b/cdap-source-control/pom.xml index b6e20b173ffd..50a661927464 100644 --- a/cdap-source-control/pom.xml +++ b/cdap-source-control/pom.xml @@ -20,7 +20,7 @@ cdap io.cdap.cdap - 6.10.1-SNAPSHOT + 6.10.1 4.0.0 diff --git a/cdap-spark-core3_2.12/pom.xml b/cdap-spark-core3_2.12/pom.xml index 41185af0498b..79278734036d 100644 --- a/cdap-spark-core3_2.12/pom.xml +++ b/cdap-spark-core3_2.12/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap - 6.10.1-SNAPSHOT + 6.10.1 cdap-spark-core3_2.12 diff --git a/cdap-spark-python/pom.xml b/cdap-spark-python/pom.xml index 27e6bfa00d54..ccbc5e4e20ff 100644 --- a/cdap-spark-python/pom.xml +++ b/cdap-spark-python/pom.xml @@ -20,7 +20,7 @@ cdap io.cdap.cdap - 6.10.1-SNAPSHOT + 6.10.1 4.0.0 diff --git a/cdap-standalone/pom.xml b/cdap-standalone/pom.xml index 205d669ae486..ad3976d32795 100644 --- a/cdap-standalone/pom.xml +++ b/cdap-standalone/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.10.1-SNAPSHOT + 6.10.1 cdap-standalone diff --git a/cdap-storage-ext-spanner/pom.xml b/cdap-storage-ext-spanner/pom.xml index e7c653268861..5e4f5b244553 100644 --- a/cdap-storage-ext-spanner/pom.xml +++ b/cdap-storage-ext-spanner/pom.xml @@ -21,7 +21,7 @@ cdap io.cdap.cdap - 6.10.1-SNAPSHOT + 6.10.1 4.0.0 diff --git a/cdap-storage-spi/pom.xml b/cdap-storage-spi/pom.xml index 07e92c8721c4..e6dd7eb38cab 100644 --- a/cdap-storage-spi/pom.xml +++ b/cdap-storage-spi/pom.xml @@ -22,7 +22,7 @@ cdap io.cdap.cdap - 6.10.1-SNAPSHOT + 6.10.1 4.0.0 diff --git a/cdap-support-bundle/pom.xml b/cdap-support-bundle/pom.xml index 56114322aaee..46ff6577de2b 100644 --- a/cdap-support-bundle/pom.xml +++ b/cdap-support-bundle/pom.xml @@ -21,7 +21,7 @@ cdap io.cdap.cdap - 6.10.1-SNAPSHOT + 6.10.1 4.0.0 diff --git a/cdap-system-app-api/pom.xml b/cdap-system-app-api/pom.xml index 180658a6391a..5e6cf67f4d1b 100644 --- a/cdap-system-app-api/pom.xml +++ b/cdap-system-app-api/pom.xml @@ -21,7 +21,7 @@ cdap io.cdap.cdap - 6.10.1-SNAPSHOT + 6.10.1 4.0.0 diff --git a/cdap-system-app-unit-test/pom.xml b/cdap-system-app-unit-test/pom.xml index 86b2926c916c..a50fbf736fb9 100644 --- a/cdap-system-app-unit-test/pom.xml +++ b/cdap-system-app-unit-test/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.10.1-SNAPSHOT + 6.10.1 cdap-system-app-unit-test diff --git a/cdap-test/pom.xml b/cdap-test/pom.xml index ad5b934d295e..2bba4c236599 100644 --- a/cdap-test/pom.xml +++ b/cdap-test/pom.xml @@ -20,7 +20,7 @@ cdap io.cdap.cdap - 6.10.1-SNAPSHOT + 6.10.1 4.0.0 diff --git a/cdap-tms-tests/pom.xml b/cdap-tms-tests/pom.xml index 8acf7046e6df..a83f29b980f3 100644 --- a/cdap-tms-tests/pom.xml +++ b/cdap-tms-tests/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap - 6.10.1-SNAPSHOT + 6.10.1 cdap-tms-tests diff --git a/cdap-tms/pom.xml b/cdap-tms/pom.xml index 3a93afb632f1..4298dde44f4c 100644 --- a/cdap-tms/pom.xml +++ b/cdap-tms/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap - 6.10.1-SNAPSHOT + 6.10.1 cdap-tms diff --git a/cdap-ui b/cdap-ui index fcd7ca74973f..4c4358d06a01 160000 --- a/cdap-ui +++ b/cdap-ui @@ -1 +1 @@ -Subproject commit fcd7ca74973f225aa90757350f3c161d98e34604 +Subproject commit 4c4358d06a01377dd1ddde4e07b6bdd7f3d7944d diff --git a/cdap-unit-test-spark3_2.12/pom.xml b/cdap-unit-test-spark3_2.12/pom.xml index 4ba97f7a6f8b..1355c87825b5 100644 --- a/cdap-unit-test-spark3_2.12/pom.xml +++ b/cdap-unit-test-spark3_2.12/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.10.1-SNAPSHOT + 6.10.1 cdap-unit-test-spark3_2.12 diff --git a/cdap-unit-test/pom.xml b/cdap-unit-test/pom.xml index 2b99bc253dcb..4aa1a423252b 100644 --- a/cdap-unit-test/pom.xml +++ b/cdap-unit-test/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.10.1-SNAPSHOT + 6.10.1 cdap-unit-test diff --git a/cdap-watchdog-api/pom.xml b/cdap-watchdog-api/pom.xml index d313f883f6b5..651336531a33 100644 --- a/cdap-watchdog-api/pom.xml +++ b/cdap-watchdog-api/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.10.1-SNAPSHOT + 6.10.1 cdap-watchdog-api diff --git a/cdap-watchdog/pom.xml b/cdap-watchdog/pom.xml index 7cb019b7df97..2682bfef2806 100644 --- a/cdap-watchdog/pom.xml +++ b/cdap-watchdog/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.10.1-SNAPSHOT + 6.10.1 cdap-watchdog diff --git a/pom.xml b/pom.xml index 6c5cd6437a41..e1e5a653b58e 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ io.cdap.cdap cdap - 6.10.1-SNAPSHOT + 6.10.1 pom Cask Data Application Platform (CDAP) Data Application Platform for Hadoop