Skip to content

Commit

Permalink
Update graylog server version
Browse files Browse the repository at this point in the history
  • Loading branch information
cglrkn committed Oct 21, 2020
1 parent 4fa7b5b commit 14b2589
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.8-RELEASE</version>
<version>1.3.9-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>3.3.2</graylog.version>
<graylog.version>3.3.7</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, 8, "RELEASE");
return new Version(1, 3, 9, "RELEASE");
}

@Override
Expand Down

0 comments on commit 14b2589

Please sign in to comment.