Skip to content

Commit

Permalink
Release 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danf committed Jun 16, 2015
1 parent fe14864 commit efd6ce1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ allprojects {

publish {
repository {
repoKey = 'oss-snapshot-local' //The Artifactory repository key to publish to
repoKey = 'oss-release-local' //The Artifactory repository key to publish to
username = project.hasProperty('bintrayUser') ? project.bintrayUser : getenv()['BINTRAY_USER']
password = project.hasProperty('bintrayKey') ? project.bintrayKey : getenv()['BINTRAY_KEY']
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.8.2-SNAPSHOT
version=0.8.2

0 comments on commit efd6ce1

Please sign in to comment.