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

Commit

Permalink
[maven-release-plugin] prepare release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jochen Schalanda committed May 22, 2016
1 parent 253d8bc commit 3d15fad
Show file tree
Hide file tree
Showing 15 changed files with 17 additions and 18 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.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<artifactId>metrics-reporter-cassandra</artifactId>
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.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<artifactId>metrics-reporter-console</artifactId>
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.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<artifactId>metrics-reporter-csv</artifactId>
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.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<artifactId>metrics-reporter-datadog</artifactId>
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.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<artifactId>metrics-reporter-elasticsearch</artifactId>
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.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<artifactId>metrics-reporter-ganglia</artifactId>
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.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<artifactId>metrics-reporter-graphite</artifactId>
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.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<artifactId>metrics-reporter-influxdb</artifactId>
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.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<artifactId>metrics-reporter-jmx</artifactId>
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.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<artifactId>metrics-reporter-librato</artifactId>
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.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<artifactId>metrics-reporter-mongodb</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions metrics-reporter-prometheus/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<prerequisites>
<maven>3.0.0</maven>
Expand All @@ -9,7 +8,7 @@
<parent>
<groupId>org.graylog.plugins</groupId>
<artifactId>metrics-reporter-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<artifactId>metrics-reporter-prometheus</artifactId>
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.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<artifactId>metrics-reporter-slf4j</artifactId>
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.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<artifactId>metrics-reporter-statsd</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions 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.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>pom</packaging>

<name>Graylog Metrics Reporter Plugin (Parent POM)</name>
Expand Down Expand Up @@ -64,7 +64,7 @@
<developerConnection>scm:git:[email protected]:Graylog2/graylog-plugin-metrics-reporter.git</developerConnection>
<connection>scm:git:[email protected]:Graylog2/graylog-plugin-metrics-reporter</connection>
<url>https://github.com/Graylog2/graylog-plugin-metrics-reporter</url>
<tag>HEAD</tag>
<tag>1.2.0</tag>
</scm>

<properties>
Expand Down

0 comments on commit 3d15fad

Please sign in to comment.