Skip to content

Commit

Permalink
Bumping versions to current development iteration.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisoelkers committed Jul 7, 2016
1 parent dc30726 commit 1f507b5
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 @@ -6,7 +6,7 @@

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

<scm>
Expand All @@ -29,7 +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>
<plugin.versions>1.1.0-alpha.3-SNAPSHOT</plugin.versions>
</properties>

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

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

<build>
<plugins>
Expand Down

0 comments on commit 1f507b5

Please sign in to comment.