Skip to content

Commit 6406fb9

Browse files
author
danf
committed
0.6 - Release
1 parent db5d602 commit 6406fb9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
}
77

88
dependencies {
9-
classpath(group: 'org.jfrog.buildinfo', name: 'build-info-extractor-gradle', version: '3.0.1')
9+
classpath(group: 'org.jfrog.buildinfo', name: 'build-info-extractor-gradle', version: '3.0.3')
1010
}
1111
}
1212

@@ -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
}

gradle.properties

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

0 commit comments

Comments
 (0)