Skip to content

Commit 5a1f66a

Browse files
committed
Set build number
1 parent a1ddf1a commit 5a1f66a

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

build.groovy

+4-7
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,11 @@ saw.setProperty(Tablesaw.PROP_MULTI_THREAD_OUTPUT, Tablesaw.PROP_VALUE_ON)
2828

2929
programName = "kairos-kafka-monitor"
3030
//Do not use '-' in version string, it breaks rpm uninstall.
31-
version = "1.3.0"
32-
release = saw.getProperty("KAIROS_RELEASE_NUMBER", "0.1beta") //package release number
33-
summary = "KairosDB"
31+
version = "1.0"
32+
release = saw.getProperty("KAIROS_RELEASE_NUMBER", "1") //package release number
33+
summary = "KairosDB Kafka Topic Monitor Plugin"
3434
description = """\
35-
KairosDB is a time series database that stores numeric values along
36-
with key/value tags to a nosql data store. Currently supported
37-
backends are Cassandra and H2. An H2 implementation is provided
38-
for development work.
35+
This plugin monitors kafka topic lag for individual consumers and reports metrics
3936
"""
4037

4138

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.kairosdb</groupId>
66
<artifactId>kafka-topic-monitor</artifactId>
7-
<version>1.0-SNAPSHOT</version>
7+
<version>1.0</version>
88
<packaging>jar</packaging>
99

1010
<name>kafka-monitor</name>

0 commit comments

Comments
 (0)