Skip to content

Commit

Permalink
Merge pull request #16 from opsgenie/opsgenie/update_graylog_plugin_v…
Browse files Browse the repository at this point in the history
…ersion

updating Graylog plugin version to 3.3.2
  • Loading branch information
cglrkn authored Jul 30, 2020
2 parents 0fb0db7 + 0932487 commit 4fa7b5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.opsgenie.plugin.graylog</groupId>
<artifactId>opsgenie-graylog-alarmcallback</artifactId>
<version>1.3.7-RELEASE</version>
<version>1.3.8-RELEASE</version>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
Expand All @@ -20,7 +20,7 @@
<maven.install.skip>true</maven.install.skip>
<maven.deploy.skip>true</maven.deploy.skip>
<maven.site.skip>true</maven.site.skip>
<graylog.version>2.3.2</graylog.version>
<graylog.version>3.3.2</graylog.version>
<graylog.plugin-dir>/usr/share/graylog-server/plugin</graylog.plugin-dir>
</properties>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public URI getURL() {

@Override
public Version getVersion() {
return new Version(1, 3, 7, "RELEASE");
return new Version(1, 3, 8, "RELEASE");
}

@Override
Expand Down

0 comments on commit 4fa7b5b

Please sign in to comment.