Skip to content

Commit

Permalink
7.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ferhatsb committed Jul 7, 2020
1 parent d44735a commit 34ba6b3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
<groupId>com.searchly</groupId>
<artifactId>elasticsearch-riemann-plugin</artifactId>
<name>elasticsearch-riemann-plugin</name>
<version>7.3.0-SNAPSHOT</version>
<version>7.3.2-SNAPSHOT</version>
<description>Riemann monitoring plugin for Elasticsearch</description>
<scm>
<connection>scm:git:https://github.com/searchly/elasticsearch-monitoring-riemann-plugin.git/</connection>
<developerConnection>scm:git:https://github.com/searchly/elasticsearch-monitoring-riemann-plugin.git/</developerConnection>
<tag>elasticsearch-riemann-plugin-7.3.0</tag>
<url>https://github.com/searchly/elasticsearch-monitoring-riemann-plugin.git</url>
</scm>
<build>
Expand Down Expand Up @@ -114,7 +115,7 @@
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch</artifactId>
<version>7.3.0</version>
<version>7.3.2</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand All @@ -131,11 +132,11 @@
</dependency>
</dependencies>
<properties>
<elasticsearch.version>7.3.0</elasticsearch.version>
<maven-release.version>2.5.1</maven-release.version>
<elasticsearch.version>7.3.2</elasticsearch.version>
<riemann-java-client.version>0.4.1</riemann-java-client.version>
<java-compiler.version>1.8</java-compiler.version>
<log4j.version>2.7</log4j.version>
<maven-release.version>2.5.3</maven-release.version>
</properties>
</project>

4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.searchly</groupId>
<artifactId>elasticsearch-riemann-plugin</artifactId>
<version>7.3.1-SNAPSHOT</version>
<version>7.3.2-SNAPSHOT</version>
<packaging>jar</packaging>
<description>Riemann monitoring plugin for Elasticsearch</description>

<properties>
<elasticsearch.version>7.3.0</elasticsearch.version>
<elasticsearch.version>7.3.2</elasticsearch.version>
<riemann-java-client.version>0.4.1</riemann-java-client.version>
<java-compiler.version>1.8</java-compiler.version>
<maven-release.version>2.5.3</maven-release.version>
Expand Down

0 comments on commit 34ba6b3

Please sign in to comment.