From 29c4a603675226ce5968e49ee0fef87b94b60b97 Mon Sep 17 00:00:00 2001 From: Vaibhav Sethi Date: Tue, 29 Nov 2022 18:48:29 +0530 Subject: [PATCH] Remove snapshot from release/6.8 --- cdap-api-common/pom.xml | 2 +- cdap-api-spark2_2.11/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-pipeline2_2.11/pom.xml | 2 +- cdap-app-templates/cdap-etl/cdap-data-pipeline3_2.12/pom.xml | 2 +- cdap-app-templates/cdap-etl/cdap-data-streams2_2.11/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-core2_2.11/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-e2e-tests/pom.xml | 2 +- cdap-elastic/pom.xml | 2 +- cdap-error-api/pom.xml | 2 +- cdap-event-writer-spi/pom.xml | 2 +- cdap-explore-client/pom.xml | 2 +- cdap-explore-jdbc/pom.xml | 2 +- cdap-explore/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-spi/pom.xml | 2 +- cdap-security-spi/pom.xml | 2 +- cdap-security/pom.xml | 2 +- cdap-spark-core2_2.11/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-spark2_2.11/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 | 4 ++-- 90 files changed, 91 insertions(+), 91 deletions(-) diff --git a/cdap-api-common/pom.xml b/cdap-api-common/pom.xml index c152918e2459..c125463b1cd8 100644 --- a/cdap-api-common/pom.xml +++ b/cdap-api-common/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap - 6.8.0-SNAPSHOT + 6.8.0 cdap-api-common diff --git a/cdap-api-spark2_2.11/pom.xml b/cdap-api-spark2_2.11/pom.xml index 1887578c8ea4..b6a280c21911 100644 --- a/cdap-api-spark2_2.11/pom.xml +++ b/cdap-api-spark2_2.11/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap - 6.8.0-SNAPSHOT + 6.8.0 cdap-api-spark2_2.11 diff --git a/cdap-api-spark3_2.12/pom.xml b/cdap-api-spark3_2.12/pom.xml index 815b09ca5fd4..6da8a5b60944 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.8.0-SNAPSHOT + 6.8.0 cdap-api-spark3_2.12 diff --git a/cdap-api/pom.xml b/cdap-api/pom.xml index 9c223aa4710f..cb70fbb65e5e 100644 --- a/cdap-api/pom.xml +++ b/cdap-api/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap - 6.8.0-SNAPSHOT + 6.8.0 cdap-api diff --git a/cdap-app-fabric-tests/pom.xml b/cdap-app-fabric-tests/pom.xml index d6f09a0eccde..1e578ec1a230 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.8.0-SNAPSHOT + 6.8.0 cdap-app-fabric-tests diff --git a/cdap-app-fabric/pom.xml b/cdap-app-fabric/pom.xml index 14501b27d503..b4685699f10f 100644 --- a/cdap-app-fabric/pom.xml +++ b/cdap-app-fabric/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap - 6.8.0-SNAPSHOT + 6.8.0 cdap-app-fabric diff --git a/cdap-app-templates/cdap-etl/cdap-data-pipeline2_2.11/pom.xml b/cdap-app-templates/cdap-etl/cdap-data-pipeline2_2.11/pom.xml index c238438c73c2..7d717be6ec4d 100644 --- a/cdap-app-templates/cdap-etl/cdap-data-pipeline2_2.11/pom.xml +++ b/cdap-app-templates/cdap-etl/cdap-data-pipeline2_2.11/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap-etl - 6.8.0-SNAPSHOT + 6.8.0 cdap-data-pipeline2_2.11 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 b5ebb74c41ab..39b26afef1e8 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.8.0-SNAPSHOT + 6.8.0 cdap-data-pipeline3_2.12 diff --git a/cdap-app-templates/cdap-etl/cdap-data-streams2_2.11/pom.xml b/cdap-app-templates/cdap-etl/cdap-data-streams2_2.11/pom.xml index daa98c5288f8..3d044e7e2354 100644 --- a/cdap-app-templates/cdap-etl/cdap-data-streams2_2.11/pom.xml +++ b/cdap-app-templates/cdap-etl/cdap-data-streams2_2.11/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap-etl - 6.8.0-SNAPSHOT + 6.8.0 cdap-data-streams2_2.11 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 43a39978ccf5..e7186bdd9cba 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.8.0-SNAPSHOT + 6.8.0 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 a49a78d3fccc..6804073856dc 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.8.0-SNAPSHOT + 6.8.0 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 e3f4a27a0fa6..bee9837b566e 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.8.0-SNAPSHOT + 6.8.0 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 82e85302315c..e7776638cada 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.8.0-SNAPSHOT + 6.8.0 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 4f3811f113c9..ecc79fe97d76 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 @@ -28,7 +28,7 @@ UTF-8 2.3.1 - 6.8.0-SNAPSHOT + 6.8.0 2.3.0 widgets 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 9d523eb084f9..4d69be3f159e 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.8.0-SNAPSHOT + 6.8.0 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 dcd20b139584..72bbbc3726eb 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.8.0-SNAPSHOT + 6.8.0 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 49609598ce79..1ba3d3d59e0e 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.8.0-SNAPSHOT + 6.8.0 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 e1338c635cf3..f10345c50f0e 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.8.0-SNAPSHOT + 6.8.0 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 73abefab412d..5a0da93ad8ee 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.8.0-SNAPSHOT + 6.8.0 cdap-etl-tools diff --git a/cdap-app-templates/cdap-etl/hydrator-spark-core2_2.11/pom.xml b/cdap-app-templates/cdap-etl/hydrator-spark-core2_2.11/pom.xml index cf0085e6760a..1fc58f075cd7 100644 --- a/cdap-app-templates/cdap-etl/hydrator-spark-core2_2.11/pom.xml +++ b/cdap-app-templates/cdap-etl/hydrator-spark-core2_2.11/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap-etl - 6.8.0-SNAPSHOT + 6.8.0 hydrator-spark-core2_2.11 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 b1565d5a4bce..4d7c15c06e91 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.8.0-SNAPSHOT + 6.8.0 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 05c7fc4682b9..377b3ea5388c 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.8.0-SNAPSHOT + 6.8.0 hydrator-test diff --git a/cdap-app-templates/cdap-etl/pom.xml b/cdap-app-templates/cdap-etl/pom.xml index 38d0345d8763..6fae3db78637 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.8.0-SNAPSHOT + 6.8.0 4.0.0 diff --git a/cdap-app-templates/cdap-program-report/pom.xml b/cdap-app-templates/cdap-program-report/pom.xml index 0b044f959c26..155774707f41 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.8.0-SNAPSHOT + 6.8.0 4.0.0 diff --git a/cdap-app-templates/pom.xml b/cdap-app-templates/pom.xml index e19fb6053380..19a8ac7cdbc7 100644 --- a/cdap-app-templates/pom.xml +++ b/cdap-app-templates/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap - 6.8.0-SNAPSHOT + 6.8.0 cdap-app-templates diff --git a/cdap-authenticator-ext-gcp/pom.xml b/cdap-authenticator-ext-gcp/pom.xml index e1c7924f81d1..b4de3c59d909 100644 --- a/cdap-authenticator-ext-gcp/pom.xml +++ b/cdap-authenticator-ext-gcp/pom.xml @@ -21,7 +21,7 @@ cdap io.cdap.cdap - 6.8.0-SNAPSHOT + 6.8.0 4.0.0 diff --git a/cdap-cli-tests/pom.xml b/cdap-cli-tests/pom.xml index 69fbbe9b4cc9..f744d571e870 100644 --- a/cdap-cli-tests/pom.xml +++ b/cdap-cli-tests/pom.xml @@ -20,7 +20,7 @@ cdap io.cdap.cdap - 6.8.0-SNAPSHOT + 6.8.0 4.0.0 diff --git a/cdap-cli/pom.xml b/cdap-cli/pom.xml index be3faed5c79f..2355af94738d 100644 --- a/cdap-cli/pom.xml +++ b/cdap-cli/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap - 6.8.0-SNAPSHOT + 6.8.0 cdap-cli diff --git a/cdap-client-tests/pom.xml b/cdap-client-tests/pom.xml index 97e20899674d..bcbf3e75411a 100644 --- a/cdap-client-tests/pom.xml +++ b/cdap-client-tests/pom.xml @@ -22,7 +22,7 @@ the License. cdap io.cdap.cdap - 6.8.0-SNAPSHOT + 6.8.0 cdap-client-tests diff --git a/cdap-client/pom.xml b/cdap-client/pom.xml index aa023bad0219..5ada7fc3b095 100644 --- a/cdap-client/pom.xml +++ b/cdap-client/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap - 6.8.0-SNAPSHOT + 6.8.0 cdap-client diff --git a/cdap-common-unit-test/pom.xml b/cdap-common-unit-test/pom.xml index eee2310aaec5..6a02e5cad590 100644 --- a/cdap-common-unit-test/pom.xml +++ b/cdap-common-unit-test/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap - 6.8.0-SNAPSHOT + 6.8.0 cdap-common-unit-test diff --git a/cdap-common/pom.xml b/cdap-common/pom.xml index ca5e74212c18..e9008e009dba 100644 --- a/cdap-common/pom.xml +++ b/cdap-common/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap - 6.8.0-SNAPSHOT + 6.8.0 cdap-common diff --git a/cdap-coverage/pom.xml b/cdap-coverage/pom.xml index bb00d9bbdd58..1d4ba4b47f57 100644 --- a/cdap-coverage/pom.xml +++ b/cdap-coverage/pom.xml @@ -20,7 +20,7 @@ cdap io.cdap.cdap - 6.8.0-SNAPSHOT + 6.8.0 4.0.0 diff --git a/cdap-data-fabric-tests/pom.xml b/cdap-data-fabric-tests/pom.xml index e5c27b4ba89f..071783cae807 100644 --- a/cdap-data-fabric-tests/pom.xml +++ b/cdap-data-fabric-tests/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.8.0-SNAPSHOT + 6.8.0 cdap-data-fabric-tests diff --git a/cdap-data-fabric/pom.xml b/cdap-data-fabric/pom.xml index 8c6d9df349f3..23b7d2f569f7 100644 --- a/cdap-data-fabric/pom.xml +++ b/cdap-data-fabric/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap - 6.8.0-SNAPSHOT + 6.8.0 cdap-data-fabric diff --git a/cdap-distributions/pom.xml b/cdap-distributions/pom.xml index 3c58d5195f23..5fd8a55b7907 100644 --- a/cdap-distributions/pom.xml +++ b/cdap-distributions/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.8.0-SNAPSHOT + 6.8.0 cdap-distributions diff --git a/cdap-docs-gen/pom.xml b/cdap-docs-gen/pom.xml index 6fdb0feb5fa5..25af69b7f98f 100644 --- a/cdap-docs-gen/pom.xml +++ b/cdap-docs-gen/pom.xml @@ -22,7 +22,7 @@ io.cdap.cdap cdap - 6.8.0-SNAPSHOT + 6.8.0 cdap-docs-gen diff --git a/cdap-e2e-tests/pom.xml b/cdap-e2e-tests/pom.xml index a39b908b5346..b2151b84d768 100644 --- a/cdap-e2e-tests/pom.xml +++ b/cdap-e2e-tests/pom.xml @@ -22,7 +22,7 @@ cdap io.cdap.cdap - 6.8.0-SNAPSHOT + 6.8.0 cdap-e2e-tests CDAP E2E Tests diff --git a/cdap-elastic/pom.xml b/cdap-elastic/pom.xml index 3d26e47b0873..c15fa9311bab 100644 --- a/cdap-elastic/pom.xml +++ b/cdap-elastic/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.8.0-SNAPSHOT + 6.8.0 cdap-elastic diff --git a/cdap-error-api/pom.xml b/cdap-error-api/pom.xml index 5e6c43cc4b3e..cc0741c2a029 100644 --- a/cdap-error-api/pom.xml +++ b/cdap-error-api/pom.xml @@ -21,7 +21,7 @@ cdap io.cdap.cdap - 6.8.0-SNAPSHOT + 6.8.0 4.0.0 diff --git a/cdap-event-writer-spi/pom.xml b/cdap-event-writer-spi/pom.xml index 52cd78655632..0e1f7cc23918 100644 --- a/cdap-event-writer-spi/pom.xml +++ b/cdap-event-writer-spi/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.8.0-SNAPSHOT + 6.8.0 cdap-event-writer-spi diff --git a/cdap-explore-client/pom.xml b/cdap-explore-client/pom.xml index 4e8561b84b02..da067819ab0f 100644 --- a/cdap-explore-client/pom.xml +++ b/cdap-explore-client/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.8.0-SNAPSHOT + 6.8.0 cdap-explore-client diff --git a/cdap-explore-jdbc/pom.xml b/cdap-explore-jdbc/pom.xml index 1a7c50857778..98ac7de823a5 100644 --- a/cdap-explore-jdbc/pom.xml +++ b/cdap-explore-jdbc/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.8.0-SNAPSHOT + 6.8.0 cdap-explore-jdbc diff --git a/cdap-explore/pom.xml b/cdap-explore/pom.xml index 535dff151a38..19b1028b64b0 100644 --- a/cdap-explore/pom.xml +++ b/cdap-explore/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.8.0-SNAPSHOT + 6.8.0 cdap-explore diff --git a/cdap-features/pom.xml b/cdap-features/pom.xml index 256c2f210666..6aa5792f550d 100644 --- a/cdap-features/pom.xml +++ b/cdap-features/pom.xml @@ -20,7 +20,7 @@ cdap io.cdap.cdap - 6.8.0-SNAPSHOT + 6.8.0 4.0.0 diff --git a/cdap-formats/pom.xml b/cdap-formats/pom.xml index a98a29cab21c..145a6b9215b0 100644 --- a/cdap-formats/pom.xml +++ b/cdap-formats/pom.xml @@ -21,7 +21,7 @@ cdap io.cdap.cdap - 6.8.0-SNAPSHOT + 6.8.0 4.0.0 diff --git a/cdap-gateway/pom.xml b/cdap-gateway/pom.xml index 4d928487055b..47c544171052 100644 --- a/cdap-gateway/pom.xml +++ b/cdap-gateway/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.8.0-SNAPSHOT + 6.8.0 cdap-gateway diff --git a/cdap-hbase-compat-1.0-cdh/pom.xml b/cdap-hbase-compat-1.0-cdh/pom.xml index cb7b534498b9..ef77d3538bcc 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.8.0-SNAPSHOT + 6.8.0 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 6f253e1975cd..5de614872213 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.8.0-SNAPSHOT + 6.8.0 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 f977d1fcc8c7..16dd0698e07c 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.8.0-SNAPSHOT + 6.8.0 cdap-hbase-compat-1.0 diff --git a/cdap-hbase-compat-1.1/pom.xml b/cdap-hbase-compat-1.1/pom.xml index 4933f7d37683..99e74575a680 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.8.0-SNAPSHOT + 6.8.0 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 c708428a589b..9f1cbfc9af45 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.8.0-SNAPSHOT + 6.8.0 4.0.0 diff --git a/cdap-hbase-compat-base/pom.xml b/cdap-hbase-compat-base/pom.xml index 7a59da79f87b..2556913f0a7f 100644 --- a/cdap-hbase-compat-base/pom.xml +++ b/cdap-hbase-compat-base/pom.xml @@ -21,7 +21,7 @@ cdap io.cdap.cdap - 6.8.0-SNAPSHOT + 6.8.0 4.0.0 diff --git a/cdap-hbase-spi/pom.xml b/cdap-hbase-spi/pom.xml index bb8f6bdd9cb9..e1ffa7e81028 100644 --- a/cdap-hbase-spi/pom.xml +++ b/cdap-hbase-spi/pom.xml @@ -20,7 +20,7 @@ cdap io.cdap.cdap - 6.8.0-SNAPSHOT + 6.8.0 4.0.0 diff --git a/cdap-integration-test/pom.xml b/cdap-integration-test/pom.xml index a961661e8d4b..cc00abb26fce 100644 --- a/cdap-integration-test/pom.xml +++ b/cdap-integration-test/pom.xml @@ -20,7 +20,7 @@ cdap io.cdap.cdap - 6.8.0-SNAPSHOT + 6.8.0 4.0.0 diff --git a/cdap-kafka/pom.xml b/cdap-kafka/pom.xml index e5ed638f0345..8986ffab6af7 100644 --- a/cdap-kafka/pom.xml +++ b/cdap-kafka/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap - 6.8.0-SNAPSHOT + 6.8.0 cdap-kafka diff --git a/cdap-kms/pom.xml b/cdap-kms/pom.xml index c5de81645820..83f02116a284 100644 --- a/cdap-kms/pom.xml +++ b/cdap-kms/pom.xml @@ -22,7 +22,7 @@ cdap io.cdap.cdap - 6.8.0-SNAPSHOT + 6.8.0 2.6.0 diff --git a/cdap-kubernetes/pom.xml b/cdap-kubernetes/pom.xml index 5c74f5352552..3b8c84f4a64c 100644 --- a/cdap-kubernetes/pom.xml +++ b/cdap-kubernetes/pom.xml @@ -22,7 +22,7 @@ cdap io.cdap.cdap - 6.8.0-SNAPSHOT + 6.8.0 cdap-kubernetes CDAP Kubernetes diff --git a/cdap-master-spi/pom.xml b/cdap-master-spi/pom.xml index 588ca497a2a2..3918be31a50e 100644 --- a/cdap-master-spi/pom.xml +++ b/cdap-master-spi/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.8.0-SNAPSHOT + 6.8.0 cdap-master-spi diff --git a/cdap-master/pom.xml b/cdap-master/pom.xml index 10a7a5c7eabb..cdc0d23cd67b 100644 --- a/cdap-master/pom.xml +++ b/cdap-master/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.8.0-SNAPSHOT + 6.8.0 cdap-master diff --git a/cdap-metadata-spi/pom.xml b/cdap-metadata-spi/pom.xml index 8bad5d9074ff..022bac1c50d2 100644 --- a/cdap-metadata-spi/pom.xml +++ b/cdap-metadata-spi/pom.xml @@ -22,7 +22,7 @@ cdap io.cdap.cdap - 6.8.0-SNAPSHOT + 6.8.0 4.0.0 diff --git a/cdap-operational-stats-core/pom.xml b/cdap-operational-stats-core/pom.xml index 7e801e3ae935..87c055912f23 100644 --- a/cdap-operational-stats-core/pom.xml +++ b/cdap-operational-stats-core/pom.xml @@ -21,7 +21,7 @@ cdap io.cdap.cdap - 6.8.0-SNAPSHOT + 6.8.0 4.0.0 diff --git a/cdap-proto/pom.xml b/cdap-proto/pom.xml index 91aae5520003..733a03ea30b1 100644 --- a/cdap-proto/pom.xml +++ b/cdap-proto/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.8.0-SNAPSHOT + 6.8.0 cdap-proto diff --git a/cdap-runtime-ext-dataproc/pom.xml b/cdap-runtime-ext-dataproc/pom.xml index 3ded6781a43a..745ea99a2584 100644 --- a/cdap-runtime-ext-dataproc/pom.xml +++ b/cdap-runtime-ext-dataproc/pom.xml @@ -21,7 +21,7 @@ cdap io.cdap.cdap - 6.8.0-SNAPSHOT + 6.8.0 4.0.0 diff --git a/cdap-runtime-ext-emr/pom.xml b/cdap-runtime-ext-emr/pom.xml index 54723a6df545..5015a64b572d 100644 --- a/cdap-runtime-ext-emr/pom.xml +++ b/cdap-runtime-ext-emr/pom.xml @@ -21,7 +21,7 @@ cdap io.cdap.cdap - 6.8.0-SNAPSHOT + 6.8.0 4.0.0 diff --git a/cdap-runtime-ext-remote-hadoop/pom.xml b/cdap-runtime-ext-remote-hadoop/pom.xml index a790198009a7..6116966b620f 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.8.0-SNAPSHOT + 6.8.0 4.0.0 diff --git a/cdap-runtime-spi/pom.xml b/cdap-runtime-spi/pom.xml index 6b288c88465c..c46aec88eb40 100644 --- a/cdap-runtime-spi/pom.xml +++ b/cdap-runtime-spi/pom.xml @@ -21,7 +21,7 @@ cdap io.cdap.cdap - 6.8.0-SNAPSHOT + 6.8.0 4.0.0 diff --git a/cdap-securestore-ext-cloudkms/pom.xml b/cdap-securestore-ext-cloudkms/pom.xml index 03bb93c76c5b..b5491abee8e1 100644 --- a/cdap-securestore-ext-cloudkms/pom.xml +++ b/cdap-securestore-ext-cloudkms/pom.xml @@ -21,7 +21,7 @@ cdap io.cdap.cdap - 6.8.0-SNAPSHOT + 6.8.0 4.0.0 diff --git a/cdap-securestore-spi/pom.xml b/cdap-securestore-spi/pom.xml index a375c6dd6e1d..87970c330146 100644 --- a/cdap-securestore-spi/pom.xml +++ b/cdap-securestore-spi/pom.xml @@ -21,7 +21,7 @@ cdap io.cdap.cdap - 6.8.0-SNAPSHOT + 6.8.0 4.0.0 diff --git a/cdap-security-spi/pom.xml b/cdap-security-spi/pom.xml index 99eec106a44f..6f3319756773 100644 --- a/cdap-security-spi/pom.xml +++ b/cdap-security-spi/pom.xml @@ -21,7 +21,7 @@ cdap io.cdap.cdap - 6.8.0-SNAPSHOT + 6.8.0 4.0.0 diff --git a/cdap-security/pom.xml b/cdap-security/pom.xml index f43c68d1201f..73efe94605fd 100644 --- a/cdap-security/pom.xml +++ b/cdap-security/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.8.0-SNAPSHOT + 6.8.0 cdap-security diff --git a/cdap-spark-core2_2.11/pom.xml b/cdap-spark-core2_2.11/pom.xml index 2d9ff353b8f5..e025951b754d 100644 --- a/cdap-spark-core2_2.11/pom.xml +++ b/cdap-spark-core2_2.11/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap - 6.8.0-SNAPSHOT + 6.8.0 cdap-spark-core2_2.11 diff --git a/cdap-spark-core3_2.12/pom.xml b/cdap-spark-core3_2.12/pom.xml index c46c38abb10e..b37822df12f2 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.8.0-SNAPSHOT + 6.8.0 cdap-spark-core3_2.12 diff --git a/cdap-spark-python/pom.xml b/cdap-spark-python/pom.xml index 0369546d836a..6622086f60f0 100644 --- a/cdap-spark-python/pom.xml +++ b/cdap-spark-python/pom.xml @@ -20,7 +20,7 @@ cdap io.cdap.cdap - 6.8.0-SNAPSHOT + 6.8.0 4.0.0 diff --git a/cdap-standalone/pom.xml b/cdap-standalone/pom.xml index e85964ad156e..cc79a4ea47cd 100644 --- a/cdap-standalone/pom.xml +++ b/cdap-standalone/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.8.0-SNAPSHOT + 6.8.0 cdap-standalone diff --git a/cdap-storage-ext-spanner/pom.xml b/cdap-storage-ext-spanner/pom.xml index 850d36f551b0..c9d595818b88 100644 --- a/cdap-storage-ext-spanner/pom.xml +++ b/cdap-storage-ext-spanner/pom.xml @@ -21,7 +21,7 @@ cdap io.cdap.cdap - 6.8.0-SNAPSHOT + 6.8.0 4.0.0 diff --git a/cdap-storage-spi/pom.xml b/cdap-storage-spi/pom.xml index fb8965a624ec..7be880063d1a 100644 --- a/cdap-storage-spi/pom.xml +++ b/cdap-storage-spi/pom.xml @@ -22,7 +22,7 @@ cdap io.cdap.cdap - 6.8.0-SNAPSHOT + 6.8.0 4.0.0 diff --git a/cdap-support-bundle/pom.xml b/cdap-support-bundle/pom.xml index 2189ca75a4a3..9040f346629f 100644 --- a/cdap-support-bundle/pom.xml +++ b/cdap-support-bundle/pom.xml @@ -21,7 +21,7 @@ cdap io.cdap.cdap - 6.8.0-SNAPSHOT + 6.8.0 4.0.0 diff --git a/cdap-system-app-api/pom.xml b/cdap-system-app-api/pom.xml index c84ef62b34f5..f8c436720aa6 100644 --- a/cdap-system-app-api/pom.xml +++ b/cdap-system-app-api/pom.xml @@ -21,7 +21,7 @@ cdap io.cdap.cdap - 6.8.0-SNAPSHOT + 6.8.0 4.0.0 diff --git a/cdap-system-app-unit-test/pom.xml b/cdap-system-app-unit-test/pom.xml index d20a2fca9ef0..a33fd167ba30 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.8.0-SNAPSHOT + 6.8.0 cdap-system-app-unit-test diff --git a/cdap-test/pom.xml b/cdap-test/pom.xml index 0c23940ad84f..86d1c42b15f1 100644 --- a/cdap-test/pom.xml +++ b/cdap-test/pom.xml @@ -20,7 +20,7 @@ cdap io.cdap.cdap - 6.8.0-SNAPSHOT + 6.8.0 4.0.0 diff --git a/cdap-tms-tests/pom.xml b/cdap-tms-tests/pom.xml index cdd35b04d3f1..3c0eb62244cd 100644 --- a/cdap-tms-tests/pom.xml +++ b/cdap-tms-tests/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap - 6.8.0-SNAPSHOT + 6.8.0 cdap-tms-tests diff --git a/cdap-tms/pom.xml b/cdap-tms/pom.xml index 1e3f7e099040..562c1e381341 100644 --- a/cdap-tms/pom.xml +++ b/cdap-tms/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap - 6.8.0-SNAPSHOT + 6.8.0 cdap-tms diff --git a/cdap-ui b/cdap-ui index d16042327dbc..9cdb171e2f7f 160000 --- a/cdap-ui +++ b/cdap-ui @@ -1 +1 @@ -Subproject commit d16042327dbc2456a4b11ad6d8ea2ebb777aeaf4 +Subproject commit 9cdb171e2f7fd08837788ed909c7bd09c098f647 diff --git a/cdap-unit-test-spark2_2.11/pom.xml b/cdap-unit-test-spark2_2.11/pom.xml index ece2a538dea5..b03944bf5d7c 100644 --- a/cdap-unit-test-spark2_2.11/pom.xml +++ b/cdap-unit-test-spark2_2.11/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.8.0-SNAPSHOT + 6.8.0 cdap-unit-test-spark2_2.11 diff --git a/cdap-unit-test-spark3_2.12/pom.xml b/cdap-unit-test-spark3_2.12/pom.xml index 9bfbb08e4112..d3aaaa4b1054 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.8.0-SNAPSHOT + 6.8.0 cdap-unit-test-spark3_2.12 diff --git a/cdap-unit-test/pom.xml b/cdap-unit-test/pom.xml index 445ba89bf59b..773bcc2873ef 100644 --- a/cdap-unit-test/pom.xml +++ b/cdap-unit-test/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.8.0-SNAPSHOT + 6.8.0 cdap-unit-test diff --git a/cdap-watchdog-api/pom.xml b/cdap-watchdog-api/pom.xml index ec88747bec82..09f419049707 100644 --- a/cdap-watchdog-api/pom.xml +++ b/cdap-watchdog-api/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.8.0-SNAPSHOT + 6.8.0 cdap-watchdog-api diff --git a/cdap-watchdog/pom.xml b/cdap-watchdog/pom.xml index c09537e5e614..e50cc19d7712 100644 --- a/cdap-watchdog/pom.xml +++ b/cdap-watchdog/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.8.0-SNAPSHOT + 6.8.0 cdap-watchdog diff --git a/pom.xml b/pom.xml index 04136f9761d0..1dfd0362586d 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ io.cdap.cdap cdap - 6.8.0-SNAPSHOT + 6.8.0 pom Cask Data Application Platform (CDAP) Data Application Platform for Hadoop @@ -176,7 +176,7 @@ 0.8.4 1.6.0 0.9.3 - 1.2.0-SNAPSHOT + 1.2.0 2.3.6 3.4.5 1.3.1