Skip to content

Commit

Permalink
Making graylog dependency version dynamic.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisoelkers committed Oct 13, 2016
1 parent 1504242 commit b80529d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,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.2.0-SNAPSHOT</graylog.version>
<graylog.version>${project.plugin.parent}</graylog.version>
<graylog.plugin-dir>/usr/share/graylog-server/plugin</graylog.plugin-dir>
<antlr.version>4.5.1</antlr.version>
<slf4j.version>1.7.21</slf4j.version>
Expand Down

0 comments on commit b80529d

Please sign in to comment.