Skip to content

Commit

Permalink
Set build number
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhks committed Mar 19, 2019
1 parent a1ddf1a commit 5a1f66a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions build.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,11 @@ saw.setProperty(Tablesaw.PROP_MULTI_THREAD_OUTPUT, Tablesaw.PROP_VALUE_ON)

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


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.kairosdb</groupId>
<artifactId>kafka-topic-monitor</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<packaging>jar</packaging>

<name>kafka-monitor</name>
Expand Down

0 comments on commit 5a1f66a

Please sign in to comment.