From 7fca395e672c345fb6e5a366f19d4739bc8e287a Mon Sep 17 00:00:00 2001 From: sanjanasandeep Date: Thu, 1 Jun 2023 14:19:45 -0700 Subject: [PATCH 1/2] 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 +- .../src/main/resources/archetype-resources/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-data-fabric-tests/pom.xml | 2 +- cdap-data-fabric/pom.xml | 2 +- cdap-distributions/pom.xml | 2 +- cdap-docs-gen/pom.xml | 2 +- cdap-docs/user-guide/source/pipelines/plugins/pom.xml | 2 +- cdap-e2e-tests/pom.xml | 2 +- cdap-elastic/pom.xml | 2 +- cdap-error-api/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 | 2 +- cdap-master-spi/pom.xml | 2 +- cdap-master/pom.xml | 2 +- cdap-metadata-spi/pom.xml | 2 +- cdap-operational-stats-core/pom.xml | 2 +- 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-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 +- 83 files changed, 83 insertions(+), 83 deletions(-) diff --git a/cdap-api-common/pom.xml b/cdap-api-common/pom.xml index 440e8f14215..63d5603b801 100644 --- a/cdap-api-common/pom.xml +++ b/cdap-api-common/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap - 6.9.1-SNAPSHOT + 6.9.1 cdap-api-common diff --git a/cdap-api-spark3_2.12/pom.xml b/cdap-api-spark3_2.12/pom.xml index 9fdcab9677d..cbdcb296e7f 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.9.1-SNAPSHOT + 6.9.1 cdap-api-spark3_2.12 diff --git a/cdap-api/pom.xml b/cdap-api/pom.xml index 230d52ecba0..9acb31515a1 100644 --- a/cdap-api/pom.xml +++ b/cdap-api/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap - 6.9.1-SNAPSHOT + 6.9.1 cdap-api diff --git a/cdap-app-fabric-tests/pom.xml b/cdap-app-fabric-tests/pom.xml index b7e115eae18..9d37f0646d9 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.9.1-SNAPSHOT + 6.9.1 cdap-app-fabric-tests diff --git a/cdap-app-fabric/pom.xml b/cdap-app-fabric/pom.xml index e3c95f547e7..0a4220706d1 100644 --- a/cdap-app-fabric/pom.xml +++ b/cdap-app-fabric/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap - 6.9.1-SNAPSHOT + 6.9.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 a6399f6bff3..7de7d6feea1 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.9.1-SNAPSHOT + 6.9.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 440732ee3d2..2730efa596c 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.9.1-SNAPSHOT + 6.9.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 05beef3b215..5e0223d00a9 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.9.1-SNAPSHOT + 6.9.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 6730fa66a78..d257142b4d8 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.9.1-SNAPSHOT + 6.9.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 24f308a42c9..4260a3cf699 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.9.1-SNAPSHOT + 6.9.1 cdap-data-pipeline-plugins-archetype diff --git a/cdap-app-templates/cdap-etl/cdap-etl-archetypes/cdap-data-pipeline-plugins-archetype/src/main/resources/archetype-resources/pom.xml b/cdap-app-templates/cdap-etl/cdap-etl-archetypes/cdap-data-pipeline-plugins-archetype/src/main/resources/archetype-resources/pom.xml index 872c8de87aa..691655679d8 100644 --- a/cdap-app-templates/cdap-etl/cdap-etl-archetypes/cdap-data-pipeline-plugins-archetype/src/main/resources/archetype-resources/pom.xml +++ b/cdap-app-templates/cdap-etl/cdap-etl-archetypes/cdap-data-pipeline-plugins-archetype/src/main/resources/archetype-resources/pom.xml @@ -231,7 +231,7 @@ co.cask cdap-maven-plugin - 1.0.2-SNAPSHOT + 1.0.2 system:cdap-data-pipeline[6.5.0-SNAPSHOT,7.0.0-SNAPSHOT) 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 2cdb257acd9..62a89b51d9c 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.9.1-SNAPSHOT + 6.9.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 84cbec0051d..f34c6235f32 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.9.1-SNAPSHOT + 6.9.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 33e3afd3817..cf766a565c0 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.9.1-SNAPSHOT + 6.9.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 b205ae1f2af..f59c546d01a 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.9.1-SNAPSHOT + 6.9.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 afe05abb0a8..9212e934696 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.9.1-SNAPSHOT + 6.9.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 8e01f4df9e9..c8f175d307d 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.9.1-SNAPSHOT + 6.9.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 71ad5ff0588..bbc0c0d019e 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.9.1-SNAPSHOT + 6.9.1 hydrator-test diff --git a/cdap-app-templates/cdap-etl/pom.xml b/cdap-app-templates/cdap-etl/pom.xml index 54a9ba1c89d..231d28c4ad6 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.9.1-SNAPSHOT + 6.9.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 8d00a219942..4e57de00921 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.9.1-SNAPSHOT + 6.9.1 4.0.0 diff --git a/cdap-app-templates/pom.xml b/cdap-app-templates/pom.xml index 39172a4376f..04cfba3dca3 100644 --- a/cdap-app-templates/pom.xml +++ b/cdap-app-templates/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap - 6.9.1-SNAPSHOT + 6.9.1 cdap-app-templates diff --git a/cdap-authenticator-ext-gcp/pom.xml b/cdap-authenticator-ext-gcp/pom.xml index c537cf168dc..ac10ba35009 100644 --- a/cdap-authenticator-ext-gcp/pom.xml +++ b/cdap-authenticator-ext-gcp/pom.xml @@ -21,7 +21,7 @@ cdap io.cdap.cdap - 6.9.1-SNAPSHOT + 6.9.1 4.0.0 diff --git a/cdap-cli-tests/pom.xml b/cdap-cli-tests/pom.xml index 079967aed0a..39edf585865 100644 --- a/cdap-cli-tests/pom.xml +++ b/cdap-cli-tests/pom.xml @@ -20,7 +20,7 @@ cdap io.cdap.cdap - 6.9.1-SNAPSHOT + 6.9.1 4.0.0 diff --git a/cdap-cli/pom.xml b/cdap-cli/pom.xml index 421c6facbaa..3d28e3efb5f 100644 --- a/cdap-cli/pom.xml +++ b/cdap-cli/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap - 6.9.1-SNAPSHOT + 6.9.1 cdap-cli diff --git a/cdap-client-tests/pom.xml b/cdap-client-tests/pom.xml index fa70af29d93..50f3b31385b 100644 --- a/cdap-client-tests/pom.xml +++ b/cdap-client-tests/pom.xml @@ -22,7 +22,7 @@ the License. cdap io.cdap.cdap - 6.9.1-SNAPSHOT + 6.9.1 cdap-client-tests diff --git a/cdap-client/pom.xml b/cdap-client/pom.xml index 1ec5319f0d5..8a4c991387a 100644 --- a/cdap-client/pom.xml +++ b/cdap-client/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap - 6.9.1-SNAPSHOT + 6.9.1 cdap-client diff --git a/cdap-common-unit-test/pom.xml b/cdap-common-unit-test/pom.xml index 0d9f067dd26..0bfe3c2b2d9 100644 --- a/cdap-common-unit-test/pom.xml +++ b/cdap-common-unit-test/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap - 6.9.1-SNAPSHOT + 6.9.1 cdap-common-unit-test diff --git a/cdap-common/pom.xml b/cdap-common/pom.xml index a9c183ffdc2..46264bd4b7d 100644 --- a/cdap-common/pom.xml +++ b/cdap-common/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap - 6.9.1-SNAPSHOT + 6.9.1 cdap-common diff --git a/cdap-coverage/pom.xml b/cdap-coverage/pom.xml index b8e616bf7e1..1d5ac994fbe 100644 --- a/cdap-coverage/pom.xml +++ b/cdap-coverage/pom.xml @@ -20,7 +20,7 @@ cdap io.cdap.cdap - 6.9.1-SNAPSHOT + 6.9.1 4.0.0 diff --git a/cdap-data-fabric-tests/pom.xml b/cdap-data-fabric-tests/pom.xml index fef8748f962..ee2473b3a12 100644 --- a/cdap-data-fabric-tests/pom.xml +++ b/cdap-data-fabric-tests/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.9.1-SNAPSHOT + 6.9.1 cdap-data-fabric-tests diff --git a/cdap-data-fabric/pom.xml b/cdap-data-fabric/pom.xml index 656e7817d97..d76d6508f7b 100644 --- a/cdap-data-fabric/pom.xml +++ b/cdap-data-fabric/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap - 6.9.1-SNAPSHOT + 6.9.1 cdap-data-fabric diff --git a/cdap-distributions/pom.xml b/cdap-distributions/pom.xml index 7a3e19d4c4c..04eb13cb40f 100644 --- a/cdap-distributions/pom.xml +++ b/cdap-distributions/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.9.1-SNAPSHOT + 6.9.1 cdap-distributions diff --git a/cdap-docs-gen/pom.xml b/cdap-docs-gen/pom.xml index 1e5214985c4..7a873351fbb 100644 --- a/cdap-docs-gen/pom.xml +++ b/cdap-docs-gen/pom.xml @@ -22,7 +22,7 @@ io.cdap.cdap cdap - 6.9.1-SNAPSHOT + 6.9.1 cdap-docs-gen diff --git a/cdap-docs/user-guide/source/pipelines/plugins/pom.xml b/cdap-docs/user-guide/source/pipelines/plugins/pom.xml index fbdbb54ed56..147f2dfb8f3 100644 --- a/cdap-docs/user-guide/source/pipelines/plugins/pom.xml +++ b/cdap-docs/user-guide/source/pipelines/plugins/pom.xml @@ -20,7 +20,7 @@ io.cdap.hydrator hydrator-plugins - 1.7.1-SNAPSHOT + 1.7.1 pom Hydrator Plugin Collection A collection of plugins for Cask Hydrator. diff --git a/cdap-e2e-tests/pom.xml b/cdap-e2e-tests/pom.xml index 72f4a26d750..d4d533239ca 100644 --- a/cdap-e2e-tests/pom.xml +++ b/cdap-e2e-tests/pom.xml @@ -22,7 +22,7 @@ cdap io.cdap.cdap - 6.9.1-SNAPSHOT + 6.9.1 cdap-e2e-tests CDAP E2E Tests diff --git a/cdap-elastic/pom.xml b/cdap-elastic/pom.xml index c1e4bae64de..41110d3d3ee 100644 --- a/cdap-elastic/pom.xml +++ b/cdap-elastic/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.9.1-SNAPSHOT + 6.9.1 cdap-elastic diff --git a/cdap-error-api/pom.xml b/cdap-error-api/pom.xml index ce0e0476be9..06e30158ade 100644 --- a/cdap-error-api/pom.xml +++ b/cdap-error-api/pom.xml @@ -21,7 +21,7 @@ cdap io.cdap.cdap - 6.9.1-SNAPSHOT + 6.9.1 4.0.0 diff --git a/cdap-event-writer-spi/pom.xml b/cdap-event-writer-spi/pom.xml index ab2d6112f33..9d657fdd673 100644 --- a/cdap-event-writer-spi/pom.xml +++ b/cdap-event-writer-spi/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.9.1-SNAPSHOT + 6.9.1 cdap-event-writer-spi diff --git a/cdap-features/pom.xml b/cdap-features/pom.xml index 1ca3725d103..abc5952dbcd 100644 --- a/cdap-features/pom.xml +++ b/cdap-features/pom.xml @@ -20,7 +20,7 @@ cdap io.cdap.cdap - 6.9.1-SNAPSHOT + 6.9.1 4.0.0 diff --git a/cdap-formats/pom.xml b/cdap-formats/pom.xml index de8dd8fbd3e..338bacb95e7 100644 --- a/cdap-formats/pom.xml +++ b/cdap-formats/pom.xml @@ -21,7 +21,7 @@ cdap io.cdap.cdap - 6.9.1-SNAPSHOT + 6.9.1 4.0.0 diff --git a/cdap-gateway/pom.xml b/cdap-gateway/pom.xml index 1a288608877..7aaede43619 100644 --- a/cdap-gateway/pom.xml +++ b/cdap-gateway/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.9.1-SNAPSHOT + 6.9.1 cdap-gateway diff --git a/cdap-hbase-compat-1.0-cdh/pom.xml b/cdap-hbase-compat-1.0-cdh/pom.xml index eb19cb1129a..b3c757d6d65 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.9.1-SNAPSHOT + 6.9.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 9feff8f2b6d..9a5a6efbf59 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.9.1-SNAPSHOT + 6.9.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 c860d4fb0aa..224f7f3368b 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.9.1-SNAPSHOT + 6.9.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 f937401a5f6..fe3e54b5975 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.9.1-SNAPSHOT + 6.9.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 5be586a316d..8a916bdf63e 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.9.1-SNAPSHOT + 6.9.1 4.0.0 diff --git a/cdap-hbase-compat-base/pom.xml b/cdap-hbase-compat-base/pom.xml index 3e20654dcf9..ce86744b80c 100644 --- a/cdap-hbase-compat-base/pom.xml +++ b/cdap-hbase-compat-base/pom.xml @@ -21,7 +21,7 @@ cdap io.cdap.cdap - 6.9.1-SNAPSHOT + 6.9.1 4.0.0 diff --git a/cdap-hbase-spi/pom.xml b/cdap-hbase-spi/pom.xml index 55a155f45cc..94d0385a441 100644 --- a/cdap-hbase-spi/pom.xml +++ b/cdap-hbase-spi/pom.xml @@ -20,7 +20,7 @@ cdap io.cdap.cdap - 6.9.1-SNAPSHOT + 6.9.1 4.0.0 diff --git a/cdap-integration-test/pom.xml b/cdap-integration-test/pom.xml index 258349667c3..bd05fad98c0 100644 --- a/cdap-integration-test/pom.xml +++ b/cdap-integration-test/pom.xml @@ -20,7 +20,7 @@ cdap io.cdap.cdap - 6.9.1-SNAPSHOT + 6.9.1 4.0.0 diff --git a/cdap-kafka/pom.xml b/cdap-kafka/pom.xml index de4e064c9b6..2372b78acde 100644 --- a/cdap-kafka/pom.xml +++ b/cdap-kafka/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap - 6.9.1-SNAPSHOT + 6.9.1 cdap-kafka diff --git a/cdap-kms/pom.xml b/cdap-kms/pom.xml index c1708c8690e..f045adb86ec 100644 --- a/cdap-kms/pom.xml +++ b/cdap-kms/pom.xml @@ -22,7 +22,7 @@ cdap io.cdap.cdap - 6.9.1-SNAPSHOT + 6.9.1 cdap-kms diff --git a/cdap-kubernetes/pom.xml b/cdap-kubernetes/pom.xml index 2a161805d4c..c7c32198c11 100644 --- a/cdap-kubernetes/pom.xml +++ b/cdap-kubernetes/pom.xml @@ -22,7 +22,7 @@ cdap io.cdap.cdap - 6.9.1-SNAPSHOT + 6.9.1 cdap-kubernetes CDAP Kubernetes diff --git a/cdap-master-spi/pom.xml b/cdap-master-spi/pom.xml index 212444804ae..44603454174 100644 --- a/cdap-master-spi/pom.xml +++ b/cdap-master-spi/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.9.1-SNAPSHOT + 6.9.1 cdap-master-spi diff --git a/cdap-master/pom.xml b/cdap-master/pom.xml index 09c1233eb84..d094d1091f6 100644 --- a/cdap-master/pom.xml +++ b/cdap-master/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.9.1-SNAPSHOT + 6.9.1 cdap-master diff --git a/cdap-metadata-spi/pom.xml b/cdap-metadata-spi/pom.xml index 93a0be17afa..d5c28ac37fc 100644 --- a/cdap-metadata-spi/pom.xml +++ b/cdap-metadata-spi/pom.xml @@ -22,7 +22,7 @@ cdap io.cdap.cdap - 6.9.1-SNAPSHOT + 6.9.1 4.0.0 diff --git a/cdap-operational-stats-core/pom.xml b/cdap-operational-stats-core/pom.xml index 9715c40a268..9f8ab3cc2ae 100644 --- a/cdap-operational-stats-core/pom.xml +++ b/cdap-operational-stats-core/pom.xml @@ -21,7 +21,7 @@ cdap io.cdap.cdap - 6.9.1-SNAPSHOT + 6.9.1 4.0.0 diff --git a/cdap-proto/pom.xml b/cdap-proto/pom.xml index 8b20bb1b0f9..df5a08a1eac 100644 --- a/cdap-proto/pom.xml +++ b/cdap-proto/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.9.1-SNAPSHOT + 6.9.1 cdap-proto diff --git a/cdap-runtime-ext-dataproc/pom.xml b/cdap-runtime-ext-dataproc/pom.xml index 576c810b7cc..c47c7f9c06f 100644 --- a/cdap-runtime-ext-dataproc/pom.xml +++ b/cdap-runtime-ext-dataproc/pom.xml @@ -21,7 +21,7 @@ cdap io.cdap.cdap - 6.9.1-SNAPSHOT + 6.9.1 4.0.0 diff --git a/cdap-runtime-ext-emr/pom.xml b/cdap-runtime-ext-emr/pom.xml index f6e076926b7..c6fdedcacaf 100644 --- a/cdap-runtime-ext-emr/pom.xml +++ b/cdap-runtime-ext-emr/pom.xml @@ -21,7 +21,7 @@ cdap io.cdap.cdap - 6.9.1-SNAPSHOT + 6.9.1 4.0.0 diff --git a/cdap-runtime-ext-remote-hadoop/pom.xml b/cdap-runtime-ext-remote-hadoop/pom.xml index 954b248ed1f..9af4f0820e2 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.9.1-SNAPSHOT + 6.9.1 4.0.0 diff --git a/cdap-runtime-spi/pom.xml b/cdap-runtime-spi/pom.xml index e43cc215520..e73eeaf11ab 100644 --- a/cdap-runtime-spi/pom.xml +++ b/cdap-runtime-spi/pom.xml @@ -21,7 +21,7 @@ cdap io.cdap.cdap - 6.9.1-SNAPSHOT + 6.9.1 4.0.0 diff --git a/cdap-securestore-ext-cloudkms/pom.xml b/cdap-securestore-ext-cloudkms/pom.xml index 1275e7fb949..b23fac6ef82 100644 --- a/cdap-securestore-ext-cloudkms/pom.xml +++ b/cdap-securestore-ext-cloudkms/pom.xml @@ -21,7 +21,7 @@ cdap io.cdap.cdap - 6.9.1-SNAPSHOT + 6.9.1 4.0.0 diff --git a/cdap-securestore-ext-gcp-secretstore/pom.xml b/cdap-securestore-ext-gcp-secretstore/pom.xml index e33d416a20c..d26c5108a54 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.9.1-SNAPSHOT + 6.9.1 4.0.0 diff --git a/cdap-securestore-spi/pom.xml b/cdap-securestore-spi/pom.xml index 1f58a5e5bfc..a0beb4f573f 100644 --- a/cdap-securestore-spi/pom.xml +++ b/cdap-securestore-spi/pom.xml @@ -21,7 +21,7 @@ cdap io.cdap.cdap - 6.9.1-SNAPSHOT + 6.9.1 4.0.0 diff --git a/cdap-security-spi/pom.xml b/cdap-security-spi/pom.xml index 8a98b95cdfc..e14875f4922 100644 --- a/cdap-security-spi/pom.xml +++ b/cdap-security-spi/pom.xml @@ -21,7 +21,7 @@ cdap io.cdap.cdap - 6.9.1-SNAPSHOT + 6.9.1 4.0.0 diff --git a/cdap-security/pom.xml b/cdap-security/pom.xml index b31872d721c..2802fd0abc8 100644 --- a/cdap-security/pom.xml +++ b/cdap-security/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.9.1-SNAPSHOT + 6.9.1 cdap-security diff --git a/cdap-source-control/pom.xml b/cdap-source-control/pom.xml index 73fba5e3dfc..d068c71e86c 100644 --- a/cdap-source-control/pom.xml +++ b/cdap-source-control/pom.xml @@ -20,7 +20,7 @@ cdap io.cdap.cdap - 6.9.1-SNAPSHOT + 6.9.1 4.0.0 diff --git a/cdap-spark-core3_2.12/pom.xml b/cdap-spark-core3_2.12/pom.xml index 4fe669c2f83..21aba5c1e95 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.9.1-SNAPSHOT + 6.9.1 cdap-spark-core3_2.12 diff --git a/cdap-spark-python/pom.xml b/cdap-spark-python/pom.xml index b6e9e8ecfc8..e64893c8c8f 100644 --- a/cdap-spark-python/pom.xml +++ b/cdap-spark-python/pom.xml @@ -20,7 +20,7 @@ cdap io.cdap.cdap - 6.9.1-SNAPSHOT + 6.9.1 4.0.0 diff --git a/cdap-standalone/pom.xml b/cdap-standalone/pom.xml index 2926dc769bb..22e986a3768 100644 --- a/cdap-standalone/pom.xml +++ b/cdap-standalone/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.9.1-SNAPSHOT + 6.9.1 cdap-standalone diff --git a/cdap-storage-ext-spanner/pom.xml b/cdap-storage-ext-spanner/pom.xml index e5529858d08..1d67475b896 100644 --- a/cdap-storage-ext-spanner/pom.xml +++ b/cdap-storage-ext-spanner/pom.xml @@ -21,7 +21,7 @@ cdap io.cdap.cdap - 6.9.1-SNAPSHOT + 6.9.1 4.0.0 diff --git a/cdap-storage-spi/pom.xml b/cdap-storage-spi/pom.xml index faffcc0f2e3..188037e43d8 100644 --- a/cdap-storage-spi/pom.xml +++ b/cdap-storage-spi/pom.xml @@ -22,7 +22,7 @@ cdap io.cdap.cdap - 6.9.1-SNAPSHOT + 6.9.1 4.0.0 diff --git a/cdap-support-bundle/pom.xml b/cdap-support-bundle/pom.xml index d568c64bf2a..80e99fef4c1 100644 --- a/cdap-support-bundle/pom.xml +++ b/cdap-support-bundle/pom.xml @@ -21,7 +21,7 @@ cdap io.cdap.cdap - 6.9.1-SNAPSHOT + 6.9.1 4.0.0 diff --git a/cdap-system-app-api/pom.xml b/cdap-system-app-api/pom.xml index a03a7509666..502b8bb547d 100644 --- a/cdap-system-app-api/pom.xml +++ b/cdap-system-app-api/pom.xml @@ -21,7 +21,7 @@ cdap io.cdap.cdap - 6.9.1-SNAPSHOT + 6.9.1 4.0.0 diff --git a/cdap-system-app-unit-test/pom.xml b/cdap-system-app-unit-test/pom.xml index 0ee57071174..64f62215792 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.9.1-SNAPSHOT + 6.9.1 cdap-system-app-unit-test diff --git a/cdap-test/pom.xml b/cdap-test/pom.xml index 1106b212716..ee57b2bcbec 100644 --- a/cdap-test/pom.xml +++ b/cdap-test/pom.xml @@ -20,7 +20,7 @@ cdap io.cdap.cdap - 6.9.1-SNAPSHOT + 6.9.1 4.0.0 diff --git a/cdap-tms-tests/pom.xml b/cdap-tms-tests/pom.xml index b4c2c2b5851..5ae7538c6c5 100644 --- a/cdap-tms-tests/pom.xml +++ b/cdap-tms-tests/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap - 6.9.1-SNAPSHOT + 6.9.1 cdap-tms-tests diff --git a/cdap-tms/pom.xml b/cdap-tms/pom.xml index 3c71555a082..48f39b536c7 100644 --- a/cdap-tms/pom.xml +++ b/cdap-tms/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap - 6.9.1-SNAPSHOT + 6.9.1 cdap-tms diff --git a/cdap-unit-test-spark3_2.12/pom.xml b/cdap-unit-test-spark3_2.12/pom.xml index 6b402bc9253..50dc27e5fbe 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.9.1-SNAPSHOT + 6.9.1 cdap-unit-test-spark3_2.12 diff --git a/cdap-unit-test/pom.xml b/cdap-unit-test/pom.xml index 78b42cbcd28..522f0e0b960 100644 --- a/cdap-unit-test/pom.xml +++ b/cdap-unit-test/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.9.1-SNAPSHOT + 6.9.1 cdap-unit-test diff --git a/cdap-watchdog-api/pom.xml b/cdap-watchdog-api/pom.xml index eef6a3d288d..b03ee890011 100644 --- a/cdap-watchdog-api/pom.xml +++ b/cdap-watchdog-api/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.9.1-SNAPSHOT + 6.9.1 cdap-watchdog-api diff --git a/cdap-watchdog/pom.xml b/cdap-watchdog/pom.xml index 9c95b8b9a89..ada8a58b51f 100644 --- a/cdap-watchdog/pom.xml +++ b/cdap-watchdog/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.9.1-SNAPSHOT + 6.9.1 cdap-watchdog diff --git a/pom.xml b/pom.xml index f7b715a52a3..1d512bb7af3 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ io.cdap.cdap cdap - 6.9.1-SNAPSHOT + 6.9.1 pom Cask Data Application Platform (CDAP) Data Application Platform for Hadoop From 2bd418b8fb1f52928bf407191d83f403dac60f7c Mon Sep 17 00:00:00 2001 From: sanjanasandeep Date: Fri, 2 Jun 2023 16:51:40 -0700 Subject: [PATCH 2/2] Updating submodule --- cdap-ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdap-ui b/cdap-ui index cf1755a5a1c..f40c560a110 160000 --- a/cdap-ui +++ b/cdap-ui @@ -1 +1 @@ -Subproject commit cf1755a5a1c5a49c8f00e8b2620a4b95ba258e4e +Subproject commit f40c560a110f08202d5f13d549383f79887046ff