Skip to content

Commit

Permalink
0.8.3 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
danf committed Jul 19, 2015
1 parent 53fc09c commit 90ea6c8
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.3-SNAPSHOT
version=0.8.3

0 comments on commit 90ea6c8

Please sign in to comment.