Skip to content

Commit 5d3d9e3

Browse files
author
danf
committed
Next development version - 0.8.5
1 parent d2fe1fc commit 5d3d9e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ allprojects {
2727

2828
publish {
2929
repository {
30-
repoKey = 'oss-release-local' //The Artifactory repository key to publish to
30+
repoKey = 'oss-snapshot-local' //The Artifactory repository key to publish to
3131
username = project.hasProperty('bintrayUser') ? project.bintrayUser : getenv()['BINTRAY_USER']
3232
password = project.hasProperty('bintrayKey') ? project.bintrayKey : getenv()['BINTRAY_KEY']
3333
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=0.8.4
1+
version=0.8.5-SNAPSHOT

0 commit comments

Comments
 (0)