diff --git a/pom.xml b/pom.xml index d7c78dd..25ef1aa 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ io.cdap.cdap.distributions.release.csd CDAP - 6.1.0-SNAPSHOT + 6.2.0-SNAPSHOT The CDAP CSD for Cloudera Manager pom diff --git a/src/descriptor/service.sdl b/src/descriptor/service.sdl index 5ac9f77..51cb77b 100644 --- a/src/descriptor/service.sdl +++ b/src/descriptor/service.sdl @@ -2,7 +2,7 @@ "name": "CDAP", "label": "CDAP", "description": "The Cask Data Application Platform (CDAP) is an easy-to-use, open source and enterprise-ready integrated platform for organizations to build, deploy, and operate data-driven applications.", - "version": "6.1.0-SNAPSHOT", + "version": "6.2.0-SNAPSHOT", "runAs": { "user": "cdap", "group": "cdap" @@ -16,7 +16,7 @@ } }, "parcel": { - "repoUrl": "http://repository.cask.co/parcels/cdap/6.0/", + "repoUrl": "http://repository.cask.co/parcels/cdap/6.2/", "requiredTags": [ "cdh", "cdap" ], "optionalTags" : ["spark2"] },