From 5ee7f00985dc9fac8fc446928326af3d2c0c0aff Mon Sep 17 00:00:00 2001 From: Sree Date: Mon, 13 Jul 2015 14:16:36 -0700 Subject: [PATCH] Update versions for 3.0.2 --- cdap-api/pom.xml | 2 +- cdap-app-fabric/pom.xml | 2 +- cdap-app-templates/cdap-etl/cdap-etl-api/pom.xml | 2 +- .../cdap-etl-archetypes/cdap-etl-batch-sink-archetype/pom.xml | 2 +- .../src/main/resources/archetype-resources/pom.xml | 2 +- .../cdap-etl-archetypes/cdap-etl-batch-source-archetype/pom.xml | 2 +- .../src/main/resources/archetype-resources/pom.xml | 2 +- .../cdap-etl-realtime-sink-archetype/pom.xml | 2 +- .../src/main/resources/archetype-resources/pom.xml | 2 +- .../cdap-etl-realtime-source-archetype/pom.xml | 2 +- .../src/main/resources/archetype-resources/pom.xml | 2 +- .../cdap-etl-archetypes/cdap-etl-transform-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-lib/pom.xml | 2 +- cdap-app-templates/cdap-etl/cdap-etl-realtime/pom.xml | 2 +- cdap-app-templates/cdap-etl/pom.xml | 2 +- cdap-app-templates/pom.xml | 2 +- cdap-archetypes/cdap-app-archetype/pom.xml | 2 +- .../src/main/resources/archetype-resources/pom.xml | 2 +- cdap-archetypes/cdap-spark-java-archetype/pom.xml | 2 +- .../src/main/resources/archetype-resources/pom.xml | 2 +- cdap-archetypes/cdap-spark-scala-archetype/pom.xml | 2 +- .../src/main/resources/archetype-resources/pom.xml | 2 +- cdap-archetypes/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-data-fabric-tests/pom.xml | 2 +- cdap-data-fabric/pom.xml | 2 +- cdap-distributions/pom.xml | 2 +- cdap-examples/CountRandom/pom.xml | 2 +- cdap-examples/CubeService/pom.xml | 2 +- cdap-examples/FileSetExample/pom.xml | 2 +- cdap-examples/HelloWorld/pom.xml | 2 +- cdap-examples/Purchase/pom.xml | 2 +- cdap-examples/SparkKMeans/pom.xml | 2 +- cdap-examples/SparkPageRank/pom.xml | 2 +- cdap-examples/SportResults/pom.xml | 2 +- cdap-examples/StreamConversion/pom.xml | 2 +- cdap-examples/UserProfiles/pom.xml | 2 +- cdap-examples/WebAnalytics/pom.xml | 2 +- cdap-examples/WordCount/pom.xml | 2 +- cdap-examples/pom.xml | 2 +- cdap-explore-client/pom.xml | 2 +- cdap-explore-jdbc/pom.xml | 2 +- cdap-explore/pom.xml | 2 +- cdap-gateway/pom.xml | 2 +- cdap-hbase-compat-0.94/pom.xml | 2 +- cdap-hbase-compat-0.96/pom.xml | 2 +- cdap-hbase-compat-0.98/pom.xml | 2 +- cdap-integration-test/pom.xml | 2 +- cdap-kafka/pom.xml | 2 +- cdap-master/pom.xml | 2 +- cdap-notifications-api/pom.xml | 2 +- cdap-notifications/pom.xml | 2 +- cdap-proto/pom.xml | 2 +- cdap-security/pom.xml | 2 +- cdap-standalone/pom.xml | 2 +- cdap-test/pom.xml | 2 +- cdap-ui/pom.xml | 2 +- cdap-unit-test-standalone/pom.xml | 2 +- cdap-unit-test/pom.xml | 2 +- cdap-watchdog-api/pom.xml | 2 +- cdap-watchdog/pom.xml | 2 +- pom.xml | 2 +- 71 files changed, 71 insertions(+), 71 deletions(-) diff --git a/cdap-api/pom.xml b/cdap-api/pom.xml index 0564dd0d04a..532777caae6 100644 --- a/cdap-api/pom.xml +++ b/cdap-api/pom.xml @@ -23,7 +23,7 @@ co.cask.cdap cdap - 3.0.1 + 3.0.2 cdap-api diff --git a/cdap-app-fabric/pom.xml b/cdap-app-fabric/pom.xml index 7419a865554..1cc9480851d 100644 --- a/cdap-app-fabric/pom.xml +++ b/cdap-app-fabric/pom.xml @@ -23,7 +23,7 @@ co.cask.cdap cdap - 3.0.1 + 3.0.2 cdap-app-fabric 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 49e15bac0bf..25e2c156ab3 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 @@ co.cask.cdap cdap-etl - 3.0.1 + 3.0.2 cdap-etl-api diff --git a/cdap-app-templates/cdap-etl/cdap-etl-archetypes/cdap-etl-batch-sink-archetype/pom.xml b/cdap-app-templates/cdap-etl/cdap-etl-archetypes/cdap-etl-batch-sink-archetype/pom.xml index 8362b76456a..75832c587c2 100644 --- a/cdap-app-templates/cdap-etl/cdap-etl-archetypes/cdap-etl-batch-sink-archetype/pom.xml +++ b/cdap-app-templates/cdap-etl/cdap-etl-archetypes/cdap-etl-batch-sink-archetype/pom.xml @@ -21,7 +21,7 @@ co.cask.cdap cdap-etl-archetypes - 3.0.1 + 3.0.2 cdap-etl-batch-sink-archetype diff --git a/cdap-app-templates/cdap-etl/cdap-etl-archetypes/cdap-etl-batch-sink-archetype/src/main/resources/archetype-resources/pom.xml b/cdap-app-templates/cdap-etl/cdap-etl-archetypes/cdap-etl-batch-sink-archetype/src/main/resources/archetype-resources/pom.xml index c4fcc2e4c04..c1172bf605a 100644 --- a/cdap-app-templates/cdap-etl/cdap-etl-archetypes/cdap-etl-batch-sink-archetype/src/main/resources/archetype-resources/pom.xml +++ b/cdap-app-templates/cdap-etl/cdap-etl-archetypes/cdap-etl-batch-sink-archetype/src/main/resources/archetype-resources/pom.xml @@ -27,7 +27,7 @@ UTF-8 - 3.0.1 + 3.0.2 2.3.0 diff --git a/cdap-app-templates/cdap-etl/cdap-etl-archetypes/cdap-etl-batch-source-archetype/pom.xml b/cdap-app-templates/cdap-etl/cdap-etl-archetypes/cdap-etl-batch-source-archetype/pom.xml index 0a163891f99..abf65e25bdb 100644 --- a/cdap-app-templates/cdap-etl/cdap-etl-archetypes/cdap-etl-batch-source-archetype/pom.xml +++ b/cdap-app-templates/cdap-etl/cdap-etl-archetypes/cdap-etl-batch-source-archetype/pom.xml @@ -21,7 +21,7 @@ co.cask.cdap cdap-etl-archetypes - 3.0.1 + 3.0.2 cdap-etl-batch-source-archetype diff --git a/cdap-app-templates/cdap-etl/cdap-etl-archetypes/cdap-etl-batch-source-archetype/src/main/resources/archetype-resources/pom.xml b/cdap-app-templates/cdap-etl/cdap-etl-archetypes/cdap-etl-batch-source-archetype/src/main/resources/archetype-resources/pom.xml index 5f674866d42..f52a76a7b6a 100644 --- a/cdap-app-templates/cdap-etl/cdap-etl-archetypes/cdap-etl-batch-source-archetype/src/main/resources/archetype-resources/pom.xml +++ b/cdap-app-templates/cdap-etl/cdap-etl-archetypes/cdap-etl-batch-source-archetype/src/main/resources/archetype-resources/pom.xml @@ -27,7 +27,7 @@ UTF-8 - 3.0.1 + 3.0.2 diff --git a/cdap-app-templates/cdap-etl/cdap-etl-archetypes/cdap-etl-realtime-sink-archetype/pom.xml b/cdap-app-templates/cdap-etl/cdap-etl-archetypes/cdap-etl-realtime-sink-archetype/pom.xml index 7764f2f75b9..95dcb19e210 100644 --- a/cdap-app-templates/cdap-etl/cdap-etl-archetypes/cdap-etl-realtime-sink-archetype/pom.xml +++ b/cdap-app-templates/cdap-etl/cdap-etl-archetypes/cdap-etl-realtime-sink-archetype/pom.xml @@ -21,7 +21,7 @@ co.cask.cdap cdap-etl-archetypes - 3.0.1 + 3.0.2 cdap-etl-realtime-sink-archetype diff --git a/cdap-app-templates/cdap-etl/cdap-etl-archetypes/cdap-etl-realtime-sink-archetype/src/main/resources/archetype-resources/pom.xml b/cdap-app-templates/cdap-etl/cdap-etl-archetypes/cdap-etl-realtime-sink-archetype/src/main/resources/archetype-resources/pom.xml index 7cdc70040de..c79c46477a5 100644 --- a/cdap-app-templates/cdap-etl/cdap-etl-archetypes/cdap-etl-realtime-sink-archetype/src/main/resources/archetype-resources/pom.xml +++ b/cdap-app-templates/cdap-etl/cdap-etl-archetypes/cdap-etl-realtime-sink-archetype/src/main/resources/archetype-resources/pom.xml @@ -27,7 +27,7 @@ UTF-8 - 3.0.1 + 3.0.2 diff --git a/cdap-app-templates/cdap-etl/cdap-etl-archetypes/cdap-etl-realtime-source-archetype/pom.xml b/cdap-app-templates/cdap-etl/cdap-etl-archetypes/cdap-etl-realtime-source-archetype/pom.xml index bf6ab0c39ea..8483ecac03e 100644 --- a/cdap-app-templates/cdap-etl/cdap-etl-archetypes/cdap-etl-realtime-source-archetype/pom.xml +++ b/cdap-app-templates/cdap-etl/cdap-etl-archetypes/cdap-etl-realtime-source-archetype/pom.xml @@ -21,7 +21,7 @@ co.cask.cdap cdap-etl-archetypes - 3.0.1 + 3.0.2 cdap-etl-realtime-source-archetype diff --git a/cdap-app-templates/cdap-etl/cdap-etl-archetypes/cdap-etl-realtime-source-archetype/src/main/resources/archetype-resources/pom.xml b/cdap-app-templates/cdap-etl/cdap-etl-archetypes/cdap-etl-realtime-source-archetype/src/main/resources/archetype-resources/pom.xml index 5f674866d42..f52a76a7b6a 100644 --- a/cdap-app-templates/cdap-etl/cdap-etl-archetypes/cdap-etl-realtime-source-archetype/src/main/resources/archetype-resources/pom.xml +++ b/cdap-app-templates/cdap-etl/cdap-etl-archetypes/cdap-etl-realtime-source-archetype/src/main/resources/archetype-resources/pom.xml @@ -27,7 +27,7 @@ UTF-8 - 3.0.1 + 3.0.2 diff --git a/cdap-app-templates/cdap-etl/cdap-etl-archetypes/cdap-etl-transform-archetype/pom.xml b/cdap-app-templates/cdap-etl/cdap-etl-archetypes/cdap-etl-transform-archetype/pom.xml index dbace7a4b33..81dbecac34b 100644 --- a/cdap-app-templates/cdap-etl/cdap-etl-archetypes/cdap-etl-transform-archetype/pom.xml +++ b/cdap-app-templates/cdap-etl/cdap-etl-archetypes/cdap-etl-transform-archetype/pom.xml @@ -21,7 +21,7 @@ co.cask.cdap cdap-etl-archetypes - 3.0.1 + 3.0.2 cdap-etl-transform-archetype diff --git a/cdap-app-templates/cdap-etl/cdap-etl-archetypes/cdap-etl-transform-archetype/src/main/resources/archetype-resources/pom.xml b/cdap-app-templates/cdap-etl/cdap-etl-archetypes/cdap-etl-transform-archetype/src/main/resources/archetype-resources/pom.xml index 7cdc70040de..c79c46477a5 100644 --- a/cdap-app-templates/cdap-etl/cdap-etl-archetypes/cdap-etl-transform-archetype/src/main/resources/archetype-resources/pom.xml +++ b/cdap-app-templates/cdap-etl/cdap-etl-archetypes/cdap-etl-transform-archetype/src/main/resources/archetype-resources/pom.xml @@ -27,7 +27,7 @@ UTF-8 - 3.0.1 + 3.0.2 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 ba9e3326315..570a1313312 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 @@ co.cask.cdap cdap-etl - 3.0.1 + 3.0.2 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 736db358779..b4142184708 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 @@ co.cask.cdap cdap-etl - 3.0.1 + 3.0.2 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 5acb2b21c3f..91687107d20 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 @@ co.cask.cdap cdap-etl - 3.0.1 + 3.0.2 cdap-etl-core diff --git a/cdap-app-templates/cdap-etl/cdap-etl-lib/pom.xml b/cdap-app-templates/cdap-etl/cdap-etl-lib/pom.xml index 62958f25d6e..6a980f795d4 100644 --- a/cdap-app-templates/cdap-etl/cdap-etl-lib/pom.xml +++ b/cdap-app-templates/cdap-etl/cdap-etl-lib/pom.xml @@ -23,7 +23,7 @@ co.cask.cdap cdap-etl - 3.0.1 + 3.0.2 cdap-etl-lib diff --git a/cdap-app-templates/cdap-etl/cdap-etl-realtime/pom.xml b/cdap-app-templates/cdap-etl/cdap-etl-realtime/pom.xml index a59392618ec..9360758c86b 100644 --- a/cdap-app-templates/cdap-etl/cdap-etl-realtime/pom.xml +++ b/cdap-app-templates/cdap-etl/cdap-etl-realtime/pom.xml @@ -23,7 +23,7 @@ co.cask.cdap cdap-etl - 3.0.1 + 3.0.2 cdap-etl-realtime diff --git a/cdap-app-templates/cdap-etl/pom.xml b/cdap-app-templates/cdap-etl/pom.xml index 0e36fd5a2cf..e6aa78a06e9 100644 --- a/cdap-app-templates/cdap-etl/pom.xml +++ b/cdap-app-templates/cdap-etl/pom.xml @@ -21,7 +21,7 @@ co.cask.cdap cdap-app-templates - 3.0.1 + 3.0.2 4.0.0 diff --git a/cdap-app-templates/pom.xml b/cdap-app-templates/pom.xml index dbdbea9f155..943c4f31e1d 100644 --- a/cdap-app-templates/pom.xml +++ b/cdap-app-templates/pom.xml @@ -23,7 +23,7 @@ co.cask.cdap cdap - 3.0.1 + 3.0.2 cdap-app-templates diff --git a/cdap-archetypes/cdap-app-archetype/pom.xml b/cdap-archetypes/cdap-app-archetype/pom.xml index 0f92d509d7d..c517fe7c2fd 100644 --- a/cdap-archetypes/cdap-app-archetype/pom.xml +++ b/cdap-archetypes/cdap-app-archetype/pom.xml @@ -21,7 +21,7 @@ co.cask.cdap cdap-archetypes - 3.0.1 + 3.0.2 cdap-app-archetype diff --git a/cdap-archetypes/cdap-app-archetype/src/main/resources/archetype-resources/pom.xml b/cdap-archetypes/cdap-app-archetype/src/main/resources/archetype-resources/pom.xml index 42eea7c33e9..d0b247f4492 100644 --- a/cdap-archetypes/cdap-app-archetype/src/main/resources/archetype-resources/pom.xml +++ b/cdap-archetypes/cdap-app-archetype/src/main/resources/archetype-resources/pom.xml @@ -28,7 +28,7 @@ ${package}.HelloWorld UTF-8 - 3.0.1 + 3.0.2 1.7.5 13.0.1 4.11 diff --git a/cdap-archetypes/cdap-spark-java-archetype/pom.xml b/cdap-archetypes/cdap-spark-java-archetype/pom.xml index 75037fa3f47..b0d8dbdb394 100644 --- a/cdap-archetypes/cdap-spark-java-archetype/pom.xml +++ b/cdap-archetypes/cdap-spark-java-archetype/pom.xml @@ -21,7 +21,7 @@ co.cask.cdap cdap-archetypes - 3.0.1 + 3.0.2 cdap-spark-java-archetype diff --git a/cdap-archetypes/cdap-spark-java-archetype/src/main/resources/archetype-resources/pom.xml b/cdap-archetypes/cdap-spark-java-archetype/src/main/resources/archetype-resources/pom.xml index 62eb3724ee3..2b7f48a8dac 100644 --- a/cdap-archetypes/cdap-spark-java-archetype/src/main/resources/archetype-resources/pom.xml +++ b/cdap-archetypes/cdap-spark-java-archetype/src/main/resources/archetype-resources/pom.xml @@ -29,7 +29,7 @@ ${package}.SparkPageRankApp UTF-8 - 3.0.1 + 3.0.2 1.1.0 1.7.5 13.0.1 diff --git a/cdap-archetypes/cdap-spark-scala-archetype/pom.xml b/cdap-archetypes/cdap-spark-scala-archetype/pom.xml index 826e9fe222b..ee7052bae05 100644 --- a/cdap-archetypes/cdap-spark-scala-archetype/pom.xml +++ b/cdap-archetypes/cdap-spark-scala-archetype/pom.xml @@ -21,7 +21,7 @@ co.cask.cdap cdap-archetypes - 3.0.1 + 3.0.2 cdap-spark-scala-archetype diff --git a/cdap-archetypes/cdap-spark-scala-archetype/src/main/resources/archetype-resources/pom.xml b/cdap-archetypes/cdap-spark-scala-archetype/src/main/resources/archetype-resources/pom.xml index c8925bbf92a..80e89e23f9b 100644 --- a/cdap-archetypes/cdap-spark-scala-archetype/src/main/resources/archetype-resources/pom.xml +++ b/cdap-archetypes/cdap-spark-scala-archetype/src/main/resources/archetype-resources/pom.xml @@ -29,7 +29,7 @@ ${package}.SparkKMeansApp UTF-8 - 3.0.1 + 3.0.2 1.1.0 1.7.5 13.0.1 diff --git a/cdap-archetypes/pom.xml b/cdap-archetypes/pom.xml index 079937e3de8..6ec5097859a 100644 --- a/cdap-archetypes/pom.xml +++ b/cdap-archetypes/pom.xml @@ -22,7 +22,7 @@ co.cask.cdap cdap - 3.0.1 + 3.0.2 cdap-archetypes diff --git a/cdap-cli-tests/pom.xml b/cdap-cli-tests/pom.xml index 06337b5fdee..df32c564296 100644 --- a/cdap-cli-tests/pom.xml +++ b/cdap-cli-tests/pom.xml @@ -20,7 +20,7 @@ cdap co.cask.cdap - 3.0.1 + 3.0.2 4.0.0 diff --git a/cdap-cli/pom.xml b/cdap-cli/pom.xml index c2fea96e279..42b30dd8e44 100644 --- a/cdap-cli/pom.xml +++ b/cdap-cli/pom.xml @@ -23,7 +23,7 @@ co.cask.cdap cdap - 3.0.1 + 3.0.2 cdap-cli diff --git a/cdap-client-tests/pom.xml b/cdap-client-tests/pom.xml index fea95964451..a4843463aac 100644 --- a/cdap-client-tests/pom.xml +++ b/cdap-client-tests/pom.xml @@ -22,7 +22,7 @@ the License. cdap co.cask.cdap - 3.0.1 + 3.0.2 cdap-client-tests diff --git a/cdap-client/pom.xml b/cdap-client/pom.xml index 912bd069b4b..f529012aaa0 100644 --- a/cdap-client/pom.xml +++ b/cdap-client/pom.xml @@ -23,7 +23,7 @@ co.cask.cdap cdap - 3.0.1 + 3.0.2 cdap-client diff --git a/cdap-common-unit-test/pom.xml b/cdap-common-unit-test/pom.xml index 00162271161..dc6e397d0b8 100644 --- a/cdap-common-unit-test/pom.xml +++ b/cdap-common-unit-test/pom.xml @@ -23,7 +23,7 @@ co.cask.cdap cdap - 3.0.1 + 3.0.2 cdap-common-unit-test diff --git a/cdap-common/pom.xml b/cdap-common/pom.xml index bef78749709..af52a0b679c 100644 --- a/cdap-common/pom.xml +++ b/cdap-common/pom.xml @@ -23,7 +23,7 @@ co.cask.cdap cdap - 3.0.1 + 3.0.2 cdap-common diff --git a/cdap-data-fabric-tests/pom.xml b/cdap-data-fabric-tests/pom.xml index 773b9f695c9..bd1c80cebb5 100644 --- a/cdap-data-fabric-tests/pom.xml +++ b/cdap-data-fabric-tests/pom.xml @@ -24,7 +24,7 @@ co.cask.cdap cdap - 3.0.1 + 3.0.2 cdap-data-fabric-tests diff --git a/cdap-data-fabric/pom.xml b/cdap-data-fabric/pom.xml index 2a800d61219..9141c1f56ba 100644 --- a/cdap-data-fabric/pom.xml +++ b/cdap-data-fabric/pom.xml @@ -23,7 +23,7 @@ co.cask.cdap cdap - 3.0.1 + 3.0.2 cdap-data-fabric diff --git a/cdap-distributions/pom.xml b/cdap-distributions/pom.xml index edffcca8a46..13ec508a95f 100644 --- a/cdap-distributions/pom.xml +++ b/cdap-distributions/pom.xml @@ -24,7 +24,7 @@ co.cask.cdap cdap - 3.0.1 + 3.0.2 cdap-distributions diff --git a/cdap-examples/CountRandom/pom.xml b/cdap-examples/CountRandom/pom.xml index e526b11d86c..298fc9b5fe3 100644 --- a/cdap-examples/CountRandom/pom.xml +++ b/cdap-examples/CountRandom/pom.xml @@ -21,7 +21,7 @@ cdap-examples co.cask.cdap - 3.0.1 + 3.0.2 4.0.0 diff --git a/cdap-examples/CubeService/pom.xml b/cdap-examples/CubeService/pom.xml index bd2e9c6f132..d9e4a1dd1c5 100644 --- a/cdap-examples/CubeService/pom.xml +++ b/cdap-examples/CubeService/pom.xml @@ -21,7 +21,7 @@ cdap-examples co.cask.cdap - 3.0.1 + 3.0.2 4.0.0 diff --git a/cdap-examples/FileSetExample/pom.xml b/cdap-examples/FileSetExample/pom.xml index bfbe23c800c..1e51e24add0 100644 --- a/cdap-examples/FileSetExample/pom.xml +++ b/cdap-examples/FileSetExample/pom.xml @@ -23,7 +23,7 @@ cdap-examples co.cask.cdap - 3.0.1 + 3.0.2 4.0.0 diff --git a/cdap-examples/HelloWorld/pom.xml b/cdap-examples/HelloWorld/pom.xml index 70a5829028e..5e39b1ac1c7 100644 --- a/cdap-examples/HelloWorld/pom.xml +++ b/cdap-examples/HelloWorld/pom.xml @@ -21,7 +21,7 @@ cdap-examples co.cask.cdap - 3.0.1 + 3.0.2 4.0.0 diff --git a/cdap-examples/Purchase/pom.xml b/cdap-examples/Purchase/pom.xml index 795fd5a91af..792c1d342f8 100644 --- a/cdap-examples/Purchase/pom.xml +++ b/cdap-examples/Purchase/pom.xml @@ -21,7 +21,7 @@ cdap-examples co.cask.cdap - 3.0.1 + 3.0.2 4.0.0 diff --git a/cdap-examples/SparkKMeans/pom.xml b/cdap-examples/SparkKMeans/pom.xml index 32e7dd4e5b9..fe1168353f8 100644 --- a/cdap-examples/SparkKMeans/pom.xml +++ b/cdap-examples/SparkKMeans/pom.xml @@ -20,7 +20,7 @@ cdap-examples co.cask.cdap - 3.0.1 + 3.0.2 4.0.0 diff --git a/cdap-examples/SparkPageRank/pom.xml b/cdap-examples/SparkPageRank/pom.xml index 6df61a7288b..0034363b232 100644 --- a/cdap-examples/SparkPageRank/pom.xml +++ b/cdap-examples/SparkPageRank/pom.xml @@ -21,7 +21,7 @@ cdap-examples co.cask.cdap - 3.0.1 + 3.0.2 SparkPageRank diff --git a/cdap-examples/SportResults/pom.xml b/cdap-examples/SportResults/pom.xml index 5252653cc00..be012285b30 100644 --- a/cdap-examples/SportResults/pom.xml +++ b/cdap-examples/SportResults/pom.xml @@ -20,7 +20,7 @@ cdap-examples co.cask.cdap - 3.0.1 + 3.0.2 4.0.0 diff --git a/cdap-examples/StreamConversion/pom.xml b/cdap-examples/StreamConversion/pom.xml index af304a3781a..2c24e118b68 100644 --- a/cdap-examples/StreamConversion/pom.xml +++ b/cdap-examples/StreamConversion/pom.xml @@ -20,7 +20,7 @@ cdap-examples co.cask.cdap - 3.0.1 + 3.0.2 4.0.0 diff --git a/cdap-examples/UserProfiles/pom.xml b/cdap-examples/UserProfiles/pom.xml index a0c59b1d99c..bb37cf3b284 100644 --- a/cdap-examples/UserProfiles/pom.xml +++ b/cdap-examples/UserProfiles/pom.xml @@ -22,7 +22,7 @@ cdap-examples co.cask.cdap - 3.0.1 + 3.0.2 4.0.0 diff --git a/cdap-examples/WebAnalytics/pom.xml b/cdap-examples/WebAnalytics/pom.xml index cd670fd2342..ca9cd529362 100644 --- a/cdap-examples/WebAnalytics/pom.xml +++ b/cdap-examples/WebAnalytics/pom.xml @@ -21,7 +21,7 @@ cdap-examples co.cask.cdap - 3.0.1 + 3.0.2 4.0.0 diff --git a/cdap-examples/WordCount/pom.xml b/cdap-examples/WordCount/pom.xml index 7eb7471e913..74281a3783e 100644 --- a/cdap-examples/WordCount/pom.xml +++ b/cdap-examples/WordCount/pom.xml @@ -21,7 +21,7 @@ cdap-examples co.cask.cdap - 3.0.1 + 3.0.2 4.0.0 diff --git a/cdap-examples/pom.xml b/cdap-examples/pom.xml index 45cf6862a1b..1f12df03986 100644 --- a/cdap-examples/pom.xml +++ b/cdap-examples/pom.xml @@ -22,7 +22,7 @@ co.cask.cdap cdap - 3.0.1 + 3.0.2 cdap-examples diff --git a/cdap-explore-client/pom.xml b/cdap-explore-client/pom.xml index d0e5b83c334..a93422da7b4 100644 --- a/cdap-explore-client/pom.xml +++ b/cdap-explore-client/pom.xml @@ -24,7 +24,7 @@ co.cask.cdap cdap - 3.0.1 + 3.0.2 cdap-explore-client diff --git a/cdap-explore-jdbc/pom.xml b/cdap-explore-jdbc/pom.xml index c15b27e8385..c5addfcb102 100644 --- a/cdap-explore-jdbc/pom.xml +++ b/cdap-explore-jdbc/pom.xml @@ -24,7 +24,7 @@ co.cask.cdap cdap - 3.0.1 + 3.0.2 cdap-explore-jdbc diff --git a/cdap-explore/pom.xml b/cdap-explore/pom.xml index 49e3a2c5283..fa84700cf3c 100644 --- a/cdap-explore/pom.xml +++ b/cdap-explore/pom.xml @@ -24,7 +24,7 @@ co.cask.cdap cdap - 3.0.1 + 3.0.2 cdap-explore diff --git a/cdap-gateway/pom.xml b/cdap-gateway/pom.xml index 258da6595ca..ee349e9f229 100644 --- a/cdap-gateway/pom.xml +++ b/cdap-gateway/pom.xml @@ -24,7 +24,7 @@ co.cask.cdap cdap - 3.0.1 + 3.0.2 cdap-gateway diff --git a/cdap-hbase-compat-0.94/pom.xml b/cdap-hbase-compat-0.94/pom.xml index 7463c5eabbb..24168b59b08 100644 --- a/cdap-hbase-compat-0.94/pom.xml +++ b/cdap-hbase-compat-0.94/pom.xml @@ -24,7 +24,7 @@ co.cask.cdap cdap - 3.0.1 + 3.0.2 cdap-hbase-compat-0.94 diff --git a/cdap-hbase-compat-0.96/pom.xml b/cdap-hbase-compat-0.96/pom.xml index b5231b8e450..a37c7bdf158 100644 --- a/cdap-hbase-compat-0.96/pom.xml +++ b/cdap-hbase-compat-0.96/pom.xml @@ -24,7 +24,7 @@ co.cask.cdap cdap - 3.0.1 + 3.0.2 cdap-hbase-compat-0.96 diff --git a/cdap-hbase-compat-0.98/pom.xml b/cdap-hbase-compat-0.98/pom.xml index f301b600542..afb74acaf91 100644 --- a/cdap-hbase-compat-0.98/pom.xml +++ b/cdap-hbase-compat-0.98/pom.xml @@ -24,7 +24,7 @@ co.cask.cdap cdap - 3.0.1 + 3.0.2 cdap-hbase-compat-0.98 diff --git a/cdap-integration-test/pom.xml b/cdap-integration-test/pom.xml index 1340d950c70..55edc912418 100644 --- a/cdap-integration-test/pom.xml +++ b/cdap-integration-test/pom.xml @@ -20,7 +20,7 @@ cdap co.cask.cdap - 3.0.1 + 3.0.2 4.0.0 diff --git a/cdap-kafka/pom.xml b/cdap-kafka/pom.xml index 6cbf4aa63a4..94f17adc3bd 100644 --- a/cdap-kafka/pom.xml +++ b/cdap-kafka/pom.xml @@ -23,7 +23,7 @@ co.cask.cdap cdap - 3.0.1 + 3.0.2 cdap-kafka diff --git a/cdap-master/pom.xml b/cdap-master/pom.xml index b07c92a5f41..4a1bf0425b6 100644 --- a/cdap-master/pom.xml +++ b/cdap-master/pom.xml @@ -24,7 +24,7 @@ co.cask.cdap cdap - 3.0.1 + 3.0.2 cdap-master diff --git a/cdap-notifications-api/pom.xml b/cdap-notifications-api/pom.xml index cd76be15ce5..d49c9683788 100644 --- a/cdap-notifications-api/pom.xml +++ b/cdap-notifications-api/pom.xml @@ -24,7 +24,7 @@ co.cask.cdap cdap - 3.0.1 + 3.0.2 cdap-notifications-api diff --git a/cdap-notifications/pom.xml b/cdap-notifications/pom.xml index 0339b6704c9..3b536bd8e6c 100644 --- a/cdap-notifications/pom.xml +++ b/cdap-notifications/pom.xml @@ -24,7 +24,7 @@ co.cask.cdap cdap - 3.0.1 + 3.0.2 cdap-notifications diff --git a/cdap-proto/pom.xml b/cdap-proto/pom.xml index ccd454ef4be..7c4f02f0d0b 100644 --- a/cdap-proto/pom.xml +++ b/cdap-proto/pom.xml @@ -24,7 +24,7 @@ co.cask.cdap cdap - 3.0.1 + 3.0.2 cdap-proto diff --git a/cdap-security/pom.xml b/cdap-security/pom.xml index 425267514e5..0a32f059fc6 100644 --- a/cdap-security/pom.xml +++ b/cdap-security/pom.xml @@ -24,7 +24,7 @@ co.cask.cdap cdap - 3.0.1 + 3.0.2 cdap-security diff --git a/cdap-standalone/pom.xml b/cdap-standalone/pom.xml index d24c3985143..a904d9c8135 100644 --- a/cdap-standalone/pom.xml +++ b/cdap-standalone/pom.xml @@ -24,7 +24,7 @@ co.cask.cdap cdap - 3.0.1 + 3.0.2 diff --git a/cdap-test/pom.xml b/cdap-test/pom.xml index 7959eacedd7..7201dea94e5 100644 --- a/cdap-test/pom.xml +++ b/cdap-test/pom.xml @@ -20,7 +20,7 @@ cdap co.cask.cdap - 3.0.1 + 3.0.2 4.0.0 diff --git a/cdap-ui/pom.xml b/cdap-ui/pom.xml index f1ba023dd4d..0edeed8c285 100644 --- a/cdap-ui/pom.xml +++ b/cdap-ui/pom.xml @@ -23,7 +23,7 @@ co.cask.cdap cdap - 3.0.1 + 3.0.2 cdap-ui diff --git a/cdap-unit-test-standalone/pom.xml b/cdap-unit-test-standalone/pom.xml index b783267d5d0..1f14a5edf91 100644 --- a/cdap-unit-test-standalone/pom.xml +++ b/cdap-unit-test-standalone/pom.xml @@ -20,7 +20,7 @@ cdap co.cask.cdap - 3.0.1 + 3.0.2 4.0.0 diff --git a/cdap-unit-test/pom.xml b/cdap-unit-test/pom.xml index b6ce0f5bae8..6c1873c1c14 100644 --- a/cdap-unit-test/pom.xml +++ b/cdap-unit-test/pom.xml @@ -24,7 +24,7 @@ co.cask.cdap cdap - 3.0.1 + 3.0.2 cdap-unit-test diff --git a/cdap-watchdog-api/pom.xml b/cdap-watchdog-api/pom.xml index 24fdca1ceed..d7db504db62 100644 --- a/cdap-watchdog-api/pom.xml +++ b/cdap-watchdog-api/pom.xml @@ -24,7 +24,7 @@ co.cask.cdap cdap - 3.0.1 + 3.0.2 cdap-watchdog-api diff --git a/cdap-watchdog/pom.xml b/cdap-watchdog/pom.xml index 61a727f6455..3fed551d4c2 100644 --- a/cdap-watchdog/pom.xml +++ b/cdap-watchdog/pom.xml @@ -24,7 +24,7 @@ co.cask.cdap cdap - 3.0.1 + 3.0.2 cdap-watchdog diff --git a/pom.xml b/pom.xml index 6e6fa2768ab..3300d14c665 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ co.cask.cdap cdap - 3.0.1 + 3.0.2 pom Cask Data Application Platform (CDAP) Data Application Platform for Hadoop