Skip to content

Commit

Permalink
Bumping to current development versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisoelkers committed Jul 6, 2016
1 parent 129db69 commit dc30726
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@

<groupId>org.graylog</groupId>
<artifactId>graylog-project</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0-alpha.2-SNAPSHOT</version>
<packaging>pom</packaging>

<scm>
@@ -29,6 +29,7 @@
<!-- to work around filtering bug, which makes maven.build.timestamp inaccessible -->
<build.timestamp>${maven.build.timestamp}</build.timestamp>
<module.dependencies.path>.</module.dependencies.path>
<plugin.versions>1.1.0-alpha.2-SNAPSHOT</plugin.versions>
</properties>

<dependencies>
@@ -40,7 +41,7 @@
<dependency>
<groupId>org.graylog.plugins</groupId>
<artifactId>usage-statistics</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
</dependencies>

4 changes: 2 additions & 2 deletions runner/pom.xml
Original file line number Diff line number Diff line change
@@ -7,11 +7,11 @@
<parent>
<groupId>org.graylog</groupId>
<artifactId>graylog-project</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0-alpha.2-SNAPSHOT</version>
</parent>

<artifactId>runner</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0-alpha.2-SNAPSHOT</version>

<build>
<plugins>

0 comments on commit dc30726

Please sign in to comment.