Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump version #215

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<groupId>io.cdap.cdap.distributions.release.csd</groupId>
<artifactId>CDAP</artifactId>
<version>6.1.0-SNAPSHOT</version>
<version>6.2.0-SNAPSHOT</version>
<name>The CDAP CSD for Cloudera Manager</name>
<packaging>pom</packaging>

Expand Down
4 changes: 2 additions & 2 deletions src/descriptor/service.sdl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -16,7 +16,7 @@
}
},
"parcel": {
"repoUrl": "http://repository.cask.co/parcels/cdap/6.0/",
"repoUrl": "http://repository.cask.co/parcels/cdap/6.2/",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dereklwood is this correct? It was set to 6.0 for 6.1.0-SNAPSHOT, which seems to indicate that it was either wrong before, or 6.2 is wrong.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is bumped when updating to 6.0.0-SNAPSHOT, so I think it should get updated for each major release https://github.com/cdapio/cm_csd/pull/204/files

"requiredTags": [ "cdh", "cdap" ],
"optionalTags" : ["spark2"]
},
Expand Down