Skip to content

Commit

Permalink
Merge pull request #8 from ravisharda/prepare-for-release-0.7.0
Browse files Browse the repository at this point in the history
Update versions in preparation of the v0.7.0 release.
  • Loading branch information
sarlaccpit authored Mar 19, 2020
2 parents 8cd1997 + 51d0ace commit e49f9a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ repositories {
mavenCentral()
}
dependencies {
implementation "io.pravega:pravega-client:0.6.1"
implementation "io.pravega:pravega-keycloak-client:0.6.1"
implementation "io.pravega:pravega-client:0.7.0"
implementation "io.pravega:pravega-keycloak-client:0.7.0"
}
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# http://www.apache.org/licenses/LICENSE-2.0
#

pravegaVersion=0.6.1
pravegaVersion=0.7.0
keycloakVersion=6.0.1
slf4jVersion=1.7.25
junitVersion=4.12
Expand All @@ -21,4 +21,4 @@ publishRepo=
bintrayOrgName=pravega
bintrayRepoName=pravega

buildVersion=0.7.0-SNAPSHOT
buildVersion=0.7.0

0 comments on commit e49f9a6

Please sign in to comment.