Skip to content

Commit

Permalink
Bumping versions to 2.1.0-rc.1 / 1.1.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Edmundo Alvarez committed Aug 25, 2016
1 parent f0e1e18 commit 3a31f61
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.0-beta.5-SNAPSHOT</graylog2.version>
<graylog2.version>2.1.0-rc.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, "beta.4");
return new Version(1, 1, 0, "rc.1");
}

@Override
Expand Down

0 comments on commit 3a31f61

Please sign in to comment.