Skip to content

Commit

Permalink
Bumping (dependency) versions to 2.1.0-alpha.1/1.1.0-alpha.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisoelkers committed Jul 5, 2016
1 parent 79db0e9 commit f1f5a41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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-SNAPSHOT</graylog2.version>
<graylog2.version>2.1.0-alpha.1</graylog2.version>
<graylog2.plugin-dir>/usr/share/graylog-server/plugin</graylog2.plugin-dir>
</properties>

Expand Down Expand Up @@ -112,7 +112,7 @@
</goals>
<configuration>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
</transformers>
</configuration>
</execution>
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, 0, 1);
return new Version(1, 1, 0, "alpha.1");
}

@Override
Expand All @@ -57,7 +57,7 @@ public String getDescription() {

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

@Override
Expand Down

0 comments on commit f1f5a41

Please sign in to comment.