From 9705903e74a8df13e8ff4e5b57bdaac2b1ffae15 Mon Sep 17 00:00:00 2001 From: Vaibhav Sethi Date: Wed, 4 Oct 2023 23:36:59 +0530 Subject: [PATCH] Bump CDAP version to 6.9.4-SNAPSHOT in release/6.9 --- 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-cli/src/main/resources/VERSION | 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-common/src/main/resources/VERSION | 2 +- cdap-coverage/pom.xml | 2 +- cdap-data-fabric-tests/pom.xml | 2 +- cdap-data-fabric/pom.xml | 2 +- cdap-distributions/VERSION | 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-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-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 +- 85 files changed, 85 insertions(+), 85 deletions(-) diff --git a/cdap-api-common/pom.xml b/cdap-api-common/pom.xml index db7329285379..24f5d2dc06ff 100644 --- a/cdap-api-common/pom.xml +++ b/cdap-api-common/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap - 6.9.3 + 6.9.4-SNAPSHOT cdap-api-common diff --git a/cdap-api-spark3_2.12/pom.xml b/cdap-api-spark3_2.12/pom.xml index 260529b81f55..e0e8afe6288d 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.3 + 6.9.4-SNAPSHOT cdap-api-spark3_2.12 diff --git a/cdap-api/pom.xml b/cdap-api/pom.xml index b54268e41cb7..9a36ad0265a6 100644 --- a/cdap-api/pom.xml +++ b/cdap-api/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap - 6.9.3 + 6.9.4-SNAPSHOT cdap-api diff --git a/cdap-app-fabric-tests/pom.xml b/cdap-app-fabric-tests/pom.xml index 482349f51868..7b3469332547 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.3 + 6.9.4-SNAPSHOT cdap-app-fabric-tests diff --git a/cdap-app-fabric/pom.xml b/cdap-app-fabric/pom.xml index ecb6f2245095..1ac3b1d807f1 100644 --- a/cdap-app-fabric/pom.xml +++ b/cdap-app-fabric/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap - 6.9.3 + 6.9.4-SNAPSHOT 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 84d26163251a..c5b8dfb47a2c 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.3 + 6.9.4-SNAPSHOT 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 85dc163f1fb2..3dc8c961f839 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.3 + 6.9.4-SNAPSHOT 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 e592da944d9c..c2a151cf36ab 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.3 + 6.9.4-SNAPSHOT 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 2f5f460caaa3..a6e554203d9b 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.3 + 6.9.4-SNAPSHOT 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 7c42337a258e..85de77844616 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.3 + 6.9.4-SNAPSHOT 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 25f502657508..de77fa8d52ce 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.3 + 6.9.4-SNAPSHOT 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 6504f672d02e..e3497721af7b 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.3 + 6.9.4-SNAPSHOT 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 6addd87b33d1..73fce331184d 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.3 + 6.9.4-SNAPSHOT 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 e0186171b99e..7f60fc05f01f 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.3 + 6.9.4-SNAPSHOT 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 e24655baa89c..408ce2dd8e03 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.3 + 6.9.4-SNAPSHOT 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 698dcd204f48..32213df252e1 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.3 + 6.9.4-SNAPSHOT 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 768bb4a2c268..5ca3da41fa69 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.3 + 6.9.4-SNAPSHOT hydrator-test diff --git a/cdap-app-templates/cdap-etl/pom.xml b/cdap-app-templates/cdap-etl/pom.xml index d04d0956b5f9..06b6108861de 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.3 + 6.9.4-SNAPSHOT 4.0.0 diff --git a/cdap-app-templates/cdap-program-report/pom.xml b/cdap-app-templates/cdap-program-report/pom.xml index 3a6561297daa..66ba909fdbcc 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.3 + 6.9.4-SNAPSHOT 4.0.0 diff --git a/cdap-app-templates/pom.xml b/cdap-app-templates/pom.xml index 0fe68df0fc16..0eb672e6656f 100644 --- a/cdap-app-templates/pom.xml +++ b/cdap-app-templates/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap - 6.9.3 + 6.9.4-SNAPSHOT cdap-app-templates diff --git a/cdap-authenticator-ext-gcp/pom.xml b/cdap-authenticator-ext-gcp/pom.xml index e934eef6be47..2123e7e85851 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.3 + 6.9.4-SNAPSHOT 4.0.0 diff --git a/cdap-cli-tests/pom.xml b/cdap-cli-tests/pom.xml index 5e3c109b33f6..a9ad7b118477 100644 --- a/cdap-cli-tests/pom.xml +++ b/cdap-cli-tests/pom.xml @@ -20,7 +20,7 @@ cdap io.cdap.cdap - 6.9.3 + 6.9.4-SNAPSHOT 4.0.0 diff --git a/cdap-cli/pom.xml b/cdap-cli/pom.xml index 14481dabba2b..860b18bb37a3 100644 --- a/cdap-cli/pom.xml +++ b/cdap-cli/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap - 6.9.3 + 6.9.4-SNAPSHOT cdap-cli diff --git a/cdap-cli/src/main/resources/VERSION b/cdap-cli/src/main/resources/VERSION index 054306af064a..ad96e7cf9336 100644 --- a/cdap-cli/src/main/resources/VERSION +++ b/cdap-cli/src/main/resources/VERSION @@ -1 +1 @@ -6.9.2 \ No newline at end of file +${project.version} diff --git a/cdap-client-tests/pom.xml b/cdap-client-tests/pom.xml index 98d11e7f8a22..809e62aa528b 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.3 + 6.9.4-SNAPSHOT cdap-client-tests diff --git a/cdap-client/pom.xml b/cdap-client/pom.xml index 2c7a31e5a110..8b7c7e7d5420 100644 --- a/cdap-client/pom.xml +++ b/cdap-client/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap - 6.9.3 + 6.9.4-SNAPSHOT cdap-client diff --git a/cdap-common-unit-test/pom.xml b/cdap-common-unit-test/pom.xml index 3bd4112d4691..99985e9f597a 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.3 + 6.9.4-SNAPSHOT cdap-common-unit-test diff --git a/cdap-common/pom.xml b/cdap-common/pom.xml index ed01cdd06a0e..1372a196c7de 100644 --- a/cdap-common/pom.xml +++ b/cdap-common/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap - 6.9.3 + 6.9.4-SNAPSHOT cdap-common diff --git a/cdap-common/src/main/resources/VERSION b/cdap-common/src/main/resources/VERSION index 6b9255cf0e60..ad96e7cf9336 100644 --- a/cdap-common/src/main/resources/VERSION +++ b/cdap-common/src/main/resources/VERSION @@ -1 +1 @@ -6.9.2 +${project.version} diff --git a/cdap-coverage/pom.xml b/cdap-coverage/pom.xml index dd75dd44b806..f948293cbbff 100644 --- a/cdap-coverage/pom.xml +++ b/cdap-coverage/pom.xml @@ -20,7 +20,7 @@ cdap io.cdap.cdap - 6.9.3 + 6.9.4-SNAPSHOT 4.0.0 diff --git a/cdap-data-fabric-tests/pom.xml b/cdap-data-fabric-tests/pom.xml index 6dfdbf1859df..94167d0d0ea4 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.3 + 6.9.4-SNAPSHOT cdap-data-fabric-tests diff --git a/cdap-data-fabric/pom.xml b/cdap-data-fabric/pom.xml index 5402f57db1f1..49c6c58481ee 100644 --- a/cdap-data-fabric/pom.xml +++ b/cdap-data-fabric/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap - 6.9.3 + 6.9.4-SNAPSHOT cdap-data-fabric diff --git a/cdap-distributions/VERSION b/cdap-distributions/VERSION index 6b9255cf0e60..376edeecc52c 100644 --- a/cdap-distributions/VERSION +++ b/cdap-distributions/VERSION @@ -1 +1 @@ -6.9.2 +@@project.version@@ diff --git a/cdap-distributions/pom.xml b/cdap-distributions/pom.xml index b8abd8d95eba..d97b5175ebb8 100644 --- a/cdap-distributions/pom.xml +++ b/cdap-distributions/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.9.3 + 6.9.4-SNAPSHOT cdap-distributions diff --git a/cdap-docs-gen/pom.xml b/cdap-docs-gen/pom.xml index e0cc0ce92cd4..2a04ab318c74 100644 --- a/cdap-docs-gen/pom.xml +++ b/cdap-docs-gen/pom.xml @@ -22,7 +22,7 @@ io.cdap.cdap cdap - 6.9.3 + 6.9.4-SNAPSHOT cdap-docs-gen diff --git a/cdap-e2e-tests/pom.xml b/cdap-e2e-tests/pom.xml index 12bd4cfa4f05..31e13bbdd210 100644 --- a/cdap-e2e-tests/pom.xml +++ b/cdap-e2e-tests/pom.xml @@ -22,7 +22,7 @@ cdap io.cdap.cdap - 6.9.3 + 6.9.4-SNAPSHOT cdap-e2e-tests CDAP E2E Tests diff --git a/cdap-elastic/pom.xml b/cdap-elastic/pom.xml index abe09033caf7..2a3516527332 100644 --- a/cdap-elastic/pom.xml +++ b/cdap-elastic/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.9.3 + 6.9.4-SNAPSHOT cdap-elastic diff --git a/cdap-error-api/pom.xml b/cdap-error-api/pom.xml index a05424f7b5be..d6af1720449a 100644 --- a/cdap-error-api/pom.xml +++ b/cdap-error-api/pom.xml @@ -21,7 +21,7 @@ cdap io.cdap.cdap - 6.9.3 + 6.9.4-SNAPSHOT 4.0.0 diff --git a/cdap-event-writer-spi/pom.xml b/cdap-event-writer-spi/pom.xml index 2290994c35a2..263fc4b8ab97 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.3 + 6.9.4-SNAPSHOT cdap-event-writer-spi diff --git a/cdap-features/pom.xml b/cdap-features/pom.xml index 5a0d5689f8d2..0f6e26f0115b 100644 --- a/cdap-features/pom.xml +++ b/cdap-features/pom.xml @@ -20,7 +20,7 @@ cdap io.cdap.cdap - 6.9.3 + 6.9.4-SNAPSHOT 4.0.0 diff --git a/cdap-formats/pom.xml b/cdap-formats/pom.xml index 92f6f4de17ba..45ad96664677 100644 --- a/cdap-formats/pom.xml +++ b/cdap-formats/pom.xml @@ -21,7 +21,7 @@ cdap io.cdap.cdap - 6.9.3 + 6.9.4-SNAPSHOT 4.0.0 diff --git a/cdap-gateway/pom.xml b/cdap-gateway/pom.xml index 611ceb7914fc..c946ebeb637f 100644 --- a/cdap-gateway/pom.xml +++ b/cdap-gateway/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.9.3 + 6.9.4-SNAPSHOT cdap-gateway diff --git a/cdap-hbase-compat-1.0-cdh/pom.xml b/cdap-hbase-compat-1.0-cdh/pom.xml index 6301db43e9aa..2136eff683b8 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.3 + 6.9.4-SNAPSHOT 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 990655cfda65..0e6acd0be1fc 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.3 + 6.9.4-SNAPSHOT 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 fb39cbb52cb8..979813f5ffc2 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.3 + 6.9.4-SNAPSHOT cdap-hbase-compat-1.0 diff --git a/cdap-hbase-compat-1.1/pom.xml b/cdap-hbase-compat-1.1/pom.xml index c1b7e661635a..ea01b2ee7363 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.3 + 6.9.4-SNAPSHOT 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 25fb7f790a02..63f2f1cc09ad 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.3 + 6.9.4-SNAPSHOT 4.0.0 diff --git a/cdap-hbase-compat-base/pom.xml b/cdap-hbase-compat-base/pom.xml index 51fdfb96f4a0..0cf1a3a19323 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.3 + 6.9.4-SNAPSHOT 4.0.0 diff --git a/cdap-hbase-spi/pom.xml b/cdap-hbase-spi/pom.xml index a487a7d8fb7c..58ae79c6623f 100644 --- a/cdap-hbase-spi/pom.xml +++ b/cdap-hbase-spi/pom.xml @@ -20,7 +20,7 @@ cdap io.cdap.cdap - 6.9.3 + 6.9.4-SNAPSHOT 4.0.0 diff --git a/cdap-integration-test/pom.xml b/cdap-integration-test/pom.xml index ae1e5fed2bac..7f48ea1af0ce 100644 --- a/cdap-integration-test/pom.xml +++ b/cdap-integration-test/pom.xml @@ -20,7 +20,7 @@ cdap io.cdap.cdap - 6.9.3 + 6.9.4-SNAPSHOT 4.0.0 diff --git a/cdap-kafka/pom.xml b/cdap-kafka/pom.xml index dbff2fb48e26..dbec55970ed0 100644 --- a/cdap-kafka/pom.xml +++ b/cdap-kafka/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap - 6.9.3 + 6.9.4-SNAPSHOT cdap-kafka diff --git a/cdap-kms/pom.xml b/cdap-kms/pom.xml index 801b03cc49f8..b2070d8fc95f 100644 --- a/cdap-kms/pom.xml +++ b/cdap-kms/pom.xml @@ -22,7 +22,7 @@ cdap io.cdap.cdap - 6.9.3 + 6.9.4-SNAPSHOT cdap-kms diff --git a/cdap-kubernetes/pom.xml b/cdap-kubernetes/pom.xml index 822ac75dc880..ddaf46157363 100644 --- a/cdap-kubernetes/pom.xml +++ b/cdap-kubernetes/pom.xml @@ -22,7 +22,7 @@ cdap io.cdap.cdap - 6.9.3 + 6.9.4-SNAPSHOT cdap-kubernetes CDAP Kubernetes diff --git a/cdap-master-spi/pom.xml b/cdap-master-spi/pom.xml index aefdce0dc94f..e8ef6a96380a 100644 --- a/cdap-master-spi/pom.xml +++ b/cdap-master-spi/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.9.3 + 6.9.4-SNAPSHOT cdap-master-spi diff --git a/cdap-master/pom.xml b/cdap-master/pom.xml index fcde2ba2d171..e39527f700dc 100644 --- a/cdap-master/pom.xml +++ b/cdap-master/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.9.3 + 6.9.4-SNAPSHOT cdap-master diff --git a/cdap-metadata-spi/pom.xml b/cdap-metadata-spi/pom.xml index e15d77e46552..b184776ecac1 100644 --- a/cdap-metadata-spi/pom.xml +++ b/cdap-metadata-spi/pom.xml @@ -22,7 +22,7 @@ cdap io.cdap.cdap - 6.9.3 + 6.9.4-SNAPSHOT 4.0.0 diff --git a/cdap-operational-stats-core/pom.xml b/cdap-operational-stats-core/pom.xml index 516194c81c58..ff096d2eadbe 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.3 + 6.9.4-SNAPSHOT 4.0.0 diff --git a/cdap-proto/pom.xml b/cdap-proto/pom.xml index 721340c53576..7faef2a7a260 100644 --- a/cdap-proto/pom.xml +++ b/cdap-proto/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.9.3 + 6.9.4-SNAPSHOT cdap-proto diff --git a/cdap-runtime-ext-dataproc/pom.xml b/cdap-runtime-ext-dataproc/pom.xml index b31b7d5be374..4ed71f3c81ae 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.3 + 6.9.4-SNAPSHOT 4.0.0 diff --git a/cdap-runtime-ext-emr/pom.xml b/cdap-runtime-ext-emr/pom.xml index 61aa7bb78a3b..675d70baf63e 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.3 + 6.9.4-SNAPSHOT 4.0.0 diff --git a/cdap-runtime-ext-remote-hadoop/pom.xml b/cdap-runtime-ext-remote-hadoop/pom.xml index f24bb31bfd8a..6d7bb4725807 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.3 + 6.9.4-SNAPSHOT 4.0.0 diff --git a/cdap-runtime-spi/pom.xml b/cdap-runtime-spi/pom.xml index 4efa8689b9ff..589a23726677 100644 --- a/cdap-runtime-spi/pom.xml +++ b/cdap-runtime-spi/pom.xml @@ -21,7 +21,7 @@ cdap io.cdap.cdap - 6.9.3 + 6.9.4-SNAPSHOT 4.0.0 diff --git a/cdap-securestore-ext-cloudkms/pom.xml b/cdap-securestore-ext-cloudkms/pom.xml index e2c957e9dbd8..3ec049aa4a2e 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.3 + 6.9.4-SNAPSHOT 4.0.0 diff --git a/cdap-securestore-ext-gcp-secretstore/pom.xml b/cdap-securestore-ext-gcp-secretstore/pom.xml index 95ebe9492392..07c83987a445 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.3 + 6.9.4-SNAPSHOT 4.0.0 diff --git a/cdap-securestore-spi/pom.xml b/cdap-securestore-spi/pom.xml index 24536bd49d43..e00f95d29b28 100644 --- a/cdap-securestore-spi/pom.xml +++ b/cdap-securestore-spi/pom.xml @@ -21,7 +21,7 @@ cdap io.cdap.cdap - 6.9.3 + 6.9.4-SNAPSHOT 4.0.0 diff --git a/cdap-security-spi/pom.xml b/cdap-security-spi/pom.xml index d63075b6a804..d4834ef406d1 100644 --- a/cdap-security-spi/pom.xml +++ b/cdap-security-spi/pom.xml @@ -21,7 +21,7 @@ cdap io.cdap.cdap - 6.9.3 + 6.9.4-SNAPSHOT 4.0.0 diff --git a/cdap-security/pom.xml b/cdap-security/pom.xml index 391f0b3e9f52..e716eeb6de95 100644 --- a/cdap-security/pom.xml +++ b/cdap-security/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.9.3 + 6.9.4-SNAPSHOT cdap-security diff --git a/cdap-source-control/pom.xml b/cdap-source-control/pom.xml index 17c47bb9a698..5ba34f794984 100644 --- a/cdap-source-control/pom.xml +++ b/cdap-source-control/pom.xml @@ -20,7 +20,7 @@ cdap io.cdap.cdap - 6.9.3 + 6.9.4-SNAPSHOT 4.0.0 diff --git a/cdap-spark-core3_2.12/pom.xml b/cdap-spark-core3_2.12/pom.xml index 7599dd1f25dd..ae056cc668b6 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.3 + 6.9.4-SNAPSHOT cdap-spark-core3_2.12 diff --git a/cdap-spark-python/pom.xml b/cdap-spark-python/pom.xml index 34b49fe65ebf..1a84adc83675 100644 --- a/cdap-spark-python/pom.xml +++ b/cdap-spark-python/pom.xml @@ -20,7 +20,7 @@ cdap io.cdap.cdap - 6.9.3 + 6.9.4-SNAPSHOT 4.0.0 diff --git a/cdap-standalone/pom.xml b/cdap-standalone/pom.xml index 71c73d14586e..d61fa7e77269 100644 --- a/cdap-standalone/pom.xml +++ b/cdap-standalone/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.9.3 + 6.9.4-SNAPSHOT cdap-standalone diff --git a/cdap-storage-ext-spanner/pom.xml b/cdap-storage-ext-spanner/pom.xml index f94bb87194a1..af6e09c05287 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.3 + 6.9.4-SNAPSHOT 4.0.0 diff --git a/cdap-storage-spi/pom.xml b/cdap-storage-spi/pom.xml index b1be7337fd26..b38cc6f843be 100644 --- a/cdap-storage-spi/pom.xml +++ b/cdap-storage-spi/pom.xml @@ -22,7 +22,7 @@ cdap io.cdap.cdap - 6.9.3 + 6.9.4-SNAPSHOT 4.0.0 diff --git a/cdap-support-bundle/pom.xml b/cdap-support-bundle/pom.xml index d3049a726f0a..8bee1f85b707 100644 --- a/cdap-support-bundle/pom.xml +++ b/cdap-support-bundle/pom.xml @@ -21,7 +21,7 @@ cdap io.cdap.cdap - 6.9.3 + 6.9.4-SNAPSHOT 4.0.0 diff --git a/cdap-system-app-api/pom.xml b/cdap-system-app-api/pom.xml index 9e3e37ceedbf..0ddf952671a6 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.3 + 6.9.4-SNAPSHOT 4.0.0 diff --git a/cdap-system-app-unit-test/pom.xml b/cdap-system-app-unit-test/pom.xml index 4dc85e21fdc8..c75a74112cc5 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.3 + 6.9.4-SNAPSHOT cdap-system-app-unit-test diff --git a/cdap-test/pom.xml b/cdap-test/pom.xml index 449053921177..e87b7f05f8cd 100644 --- a/cdap-test/pom.xml +++ b/cdap-test/pom.xml @@ -20,7 +20,7 @@ cdap io.cdap.cdap - 6.9.3 + 6.9.4-SNAPSHOT 4.0.0 diff --git a/cdap-tms-tests/pom.xml b/cdap-tms-tests/pom.xml index 622f3d23c408..2779c37eb4f3 100644 --- a/cdap-tms-tests/pom.xml +++ b/cdap-tms-tests/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap - 6.9.3 + 6.9.4-SNAPSHOT cdap-tms-tests diff --git a/cdap-tms/pom.xml b/cdap-tms/pom.xml index 63f130a8de07..204e9cd54a6a 100644 --- a/cdap-tms/pom.xml +++ b/cdap-tms/pom.xml @@ -23,7 +23,7 @@ io.cdap.cdap cdap - 6.9.3 + 6.9.4-SNAPSHOT cdap-tms diff --git a/cdap-ui b/cdap-ui index 1a7d7c29ed2a..1cd85b9a0269 160000 --- a/cdap-ui +++ b/cdap-ui @@ -1 +1 @@ -Subproject commit 1a7d7c29ed2ac47a1329b32055679ba7b6c3f0af +Subproject commit 1cd85b9a0269a6dd3c86e9688ad5a1e1658848e3 diff --git a/cdap-unit-test-spark3_2.12/pom.xml b/cdap-unit-test-spark3_2.12/pom.xml index 0e0bd40c98f2..835248f4a059 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.3 + 6.9.4-SNAPSHOT cdap-unit-test-spark3_2.12 diff --git a/cdap-unit-test/pom.xml b/cdap-unit-test/pom.xml index acbe9ad2bb8e..f621a4f1cb73 100644 --- a/cdap-unit-test/pom.xml +++ b/cdap-unit-test/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.9.3 + 6.9.4-SNAPSHOT cdap-unit-test diff --git a/cdap-watchdog-api/pom.xml b/cdap-watchdog-api/pom.xml index 9308c14f6e47..df00f7c6133b 100644 --- a/cdap-watchdog-api/pom.xml +++ b/cdap-watchdog-api/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.9.3 + 6.9.4-SNAPSHOT cdap-watchdog-api diff --git a/cdap-watchdog/pom.xml b/cdap-watchdog/pom.xml index 850e5ce52469..165d877bb8c5 100644 --- a/cdap-watchdog/pom.xml +++ b/cdap-watchdog/pom.xml @@ -24,7 +24,7 @@ io.cdap.cdap cdap - 6.9.3 + 6.9.4-SNAPSHOT cdap-watchdog diff --git a/pom.xml b/pom.xml index baacab8a34a3..c3b84e101c38 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ io.cdap.cdap cdap - 6.9.3 + 6.9.4-SNAPSHOT pom Cask Data Application Platform (CDAP) Data Application Platform for Hadoop