Skip to content
This repository has been archived by the owner on Mar 10, 2022. It is now read-only.

Commit

Permalink
Bump version to 1.2.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Jochen Schalanda committed May 22, 2016
1 parent a184a3f commit 253d8bc
Show file tree
Hide file tree
Showing 29 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion metrics-reporter-cassandra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.graylog.plugins</groupId>
<artifactId>metrics-reporter-parent</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
</parent>

<artifactId>metrics-reporter-cassandra</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public URI getURL() {

@Override
public Version getVersion() {
return new Version(1, 1, 0);
return new Version(1, 2, 0);
}

@Override
Expand Down
2 changes: 1 addition & 1 deletion metrics-reporter-console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.graylog.plugins</groupId>
<artifactId>metrics-reporter-parent</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
</parent>

<artifactId>metrics-reporter-console</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public URI getURL() {

@Override
public Version getVersion() {
return new Version(1, 1, 0);
return new Version(1, 2, 0);
}

@Override
Expand Down
2 changes: 1 addition & 1 deletion metrics-reporter-csv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.graylog.plugins</groupId>
<artifactId>metrics-reporter-parent</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
</parent>

<artifactId>metrics-reporter-csv</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public URI getURL() {

@Override
public Version getVersion() {
return new Version(1, 1, 0);
return new Version(1, 2, 0);
}

@Override
Expand Down
2 changes: 1 addition & 1 deletion metrics-reporter-datadog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.graylog.plugins</groupId>
<artifactId>metrics-reporter-parent</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
</parent>

<artifactId>metrics-reporter-datadog</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public URI getURL() {

@Override
public Version getVersion() {
return new Version(1, 1, 0);
return new Version(1, 2, 0);
}

@Override
Expand Down
2 changes: 1 addition & 1 deletion metrics-reporter-elasticsearch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.graylog.plugins</groupId>
<artifactId>metrics-reporter-parent</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
</parent>

<artifactId>metrics-reporter-elasticsearch</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public URI getURL() {

@Override
public Version getVersion() {
return new Version(1, 1, 0);
return new Version(1, 2, 0);
}

@Override
Expand Down
2 changes: 1 addition & 1 deletion metrics-reporter-ganglia/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.graylog.plugins</groupId>
<artifactId>metrics-reporter-parent</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
</parent>

<artifactId>metrics-reporter-ganglia</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public URI getURL() {

@Override
public Version getVersion() {
return new Version(1, 1, 0);
return new Version(1, 2, 0);
}

@Override
Expand Down
2 changes: 1 addition & 1 deletion metrics-reporter-graphite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.graylog.plugins</groupId>
<artifactId>metrics-reporter-parent</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
</parent>

<artifactId>metrics-reporter-graphite</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public URI getURL() {

@Override
public Version getVersion() {
return new Version(1, 1, 0);
return new Version(1, 2, 0);
}

@Override
Expand Down
2 changes: 1 addition & 1 deletion metrics-reporter-influxdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.graylog.plugins</groupId>
<artifactId>metrics-reporter-parent</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
</parent>

<artifactId>metrics-reporter-influxdb</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public URI getURL() {

@Override
public Version getVersion() {
return new Version(1, 1, 0);
return new Version(1, 2, 0);
}

@Override
Expand Down
2 changes: 1 addition & 1 deletion metrics-reporter-jmx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.graylog.plugins</groupId>
<artifactId>metrics-reporter-parent</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
</parent>

<artifactId>metrics-reporter-jmx</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public URI getURL() {

@Override
public Version getVersion() {
return new Version(1, 1, 0);
return new Version(1, 2, 0);
}

@Override
Expand Down
2 changes: 1 addition & 1 deletion metrics-reporter-librato/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.graylog.plugins</groupId>
<artifactId>metrics-reporter-parent</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
</parent>

<artifactId>metrics-reporter-librato</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public URI getURL() {

@Override
public Version getVersion() {
return new Version(1, 1, 0);
return new Version(1, 2, 0);
}

@Override
Expand Down
2 changes: 1 addition & 1 deletion metrics-reporter-mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.graylog.plugins</groupId>
<artifactId>metrics-reporter-parent</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
</parent>

<artifactId>metrics-reporter-mongodb</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public URI getURL() {

@Override
public Version getVersion() {
return new Version(1, 1, 0);
return new Version(1, 2, 0);
}

@Override
Expand Down
2 changes: 1 addition & 1 deletion metrics-reporter-prometheus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.graylog.plugins</groupId>
<artifactId>metrics-reporter-parent</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
</parent>

<artifactId>metrics-reporter-prometheus</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public URI getURL() {

@Override
public Version getVersion() {
return new Version(1, 1, 0);
return new Version(1, 2, 0);
}

@Override
Expand Down
2 changes: 1 addition & 1 deletion metrics-reporter-slf4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.graylog.plugins</groupId>
<artifactId>metrics-reporter-parent</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
</parent>

<artifactId>metrics-reporter-slf4j</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public URI getURL() {

@Override
public Version getVersion() {
return new Version(1, 1, 0);
return new Version(1, 2, 0);
}

@Override
Expand Down
2 changes: 1 addition & 1 deletion metrics-reporter-statsd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.graylog.plugins</groupId>
<artifactId>metrics-reporter-parent</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
</parent>

<artifactId>metrics-reporter-statsd</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public URI getURL() {

@Override
public Version getVersion() {
return new Version(1, 1, 0);
return new Version(1, 2, 0);
}

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

<groupId>org.graylog.plugins</groupId>
<artifactId>metrics-reporter-parent</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Graylog Metrics Reporter Plugin (Parent POM)</name>
Expand Down

0 comments on commit 253d8bc

Please sign in to comment.