Skip to content

Commit ac1e78f

Browse files
author
danf
committed
0.8 Release
1 parent 333a498 commit ac1e78f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ allprojects {
2727

2828
publish {
2929
repository {
30-
repoKey = 'oss-snapshot-local' //The Artifactory repository key to publish to
30+
repoKey = 'oss-release-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
}

Diff for: gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=0.8-SNAPSHOT
1+
version=0.8

0 commit comments

Comments
 (0)