Skip to content

Commit

Permalink
[issue-137] Prepare for 0.8.0 release (#138)
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Zhou <[email protected]>
  • Loading branch information
crazyzhou authored Sep 30, 2020
1 parent 62f9991 commit 747e05d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ repositories {
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
maven { url "https://repository.apache.org/snapshots" }
maven { url "https://oss.jfrog.org/jfrog-dependencies" }
maven { url "https://oss.sonatype.org/content/repositories/iopravega-1089" }
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ shadowGradlePlugin=2.0.3
slf4jApiVersion=1.7.25

# Version and base tags can be overridden at build time.
connectorVersion=0.8.0-SNAPSHOT
connectorVersion=0.8.0
pravegaVersion=0.8.0

# flag to indicate if Pravega sub-module should be used instead of the version defined in 'pravegaVersion'
Expand Down

0 comments on commit 747e05d

Please sign in to comment.