Skip to content

Commit

Permalink
Issue 134: Change pravega version to 0.8.0 (#135)
Browse files Browse the repository at this point in the history
* Change Pravega Version and keycloak client versions to 0.8.0

Signed-off-by: Shivesh Ranjan <shivesh.ranjan@gmail.com>
  • Loading branch information
shiveshr authored Sep 29, 2020
1 parent 7104ed4 commit cd69cd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ gradleGitPluginVersion=2.2.0
avroVersion=1.9.1
avroProtobufVersion=1.7.7
snappyVersion=1.1.7.3
pravegaVersion=0.8.0-2623.279ac21-SNAPSHOT
pravegaKeyCloakVersion=0.7.0
pravegaVersion=0.8.0
pravegaKeyCloakVersion=0.8.0

# Version and base tags can be overridden at build time
schemaregistryVersion=0.1.0
Expand Down
2 changes: 1 addition & 1 deletion gradle/java.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ plugins.withId('java') {
])
}

archivesBaseName = "pravega" + project.path.replace(':', '-')
archivesBaseName = "schemaregistry" + project.path.replace(':', '-')

task sourceJar(type: Jar) {
classifier = 'sources'
Expand Down

0 comments on commit cd69cd7

Please sign in to comment.