Skip to content

Commit

Permalink
Issue 51: Prepare for 0.6 release (#52)
Browse files Browse the repository at this point in the history
Set the Pravega version to 0.6 and added versioning to Pravega CLI artifact.

Signed-off-by: Raúl Gracia <[email protected]>
  • Loading branch information
RaulGracia authored Nov 7, 2019
1 parent 4d11977 commit 4929084
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pravega-cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ apply plugin: 'distribution'
apply plugin: 'idea'

sourceCompatibility = 1.8
archivesBaseName = 'pravega-cli'
archivesBaseName = 'pravega-cli-' + pravegaCliVersion

repositories {
jcenter()
Expand Down
3 changes: 2 additions & 1 deletion pravega-cli/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jsonSimpleVersion=1.1.1
lombokVersion=1.18.4
mockitoVersion=2.23.0
nettyVersion=4.1.30.Final
pravegaVersion=0.6.0-50.91f7b7a-SNAPSHOT
pravegaCliVersion=0.6.0
pravegaVersion=0.6.0
slf4jApiVersion=1.7.25
spotbugsPluginVersion=1.6.9
spotbugsVersion=3.1.11
Expand Down

0 comments on commit 4929084

Please sign in to comment.