Skip to content

Commit 99149c8

Browse files
committed
Test Release 0.1.0
1 parent 5c94650 commit 99149c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
tags: true
2828

2929
- provider: script
30-
script: ./gradlew clean bintrayUpload -x test
30+
script: ./gradlew clean bintrayUpload -x test -p monitoring-client
3131
skip_cleanup: true
3232
on:
3333
tags: true

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ subprojects {
2424
apply plugin: 'kotlin'
2525

2626
group = "com.omarsmak.kafka.consumer.lag.monitoring"
27-
version = '0.1.0-SNAPSHOT'
27+
version = '0.1.0'
2828

2929
ext {
3030
libraryName = "kafka-consumer-lag-monitoring"

0 commit comments

Comments
 (0)