Skip to content

Commit

Permalink
Bumping versions to 1.1.1/2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Edmundo Alvarez committed Sep 14, 2016
1 parent 1de4a02 commit 8cb931d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<maven.install.skip>true</maven.install.skip>
<maven.deploy.skip>true</maven.deploy.skip>
<maven.site.skip>true</maven.site.skip>
<graylog2.version>2.1.1-SNAPSHOT</graylog2.version>
<graylog2.version>2.1.1</graylog2.version>
<graylog2.plugin-dir>/usr/share/graylog-server/plugin</graylog2.plugin-dir>
</properties>

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

@Override
public Version getVersion() {
return new Version(1, 1, 0);
return new Version(1, 1, 1);
}

@Override
Expand Down

0 comments on commit 8cb931d

Please sign in to comment.