Skip to content

Commit

Permalink
Set version back to 2.4.0-alpha.3-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
bernd committed Oct 20, 2017
1 parent 5557f7e commit ae344b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
<parent>
<groupId>org.graylog.plugins</groupId>
<artifactId>graylog-plugin-parent</artifactId>
<version>2.4.0-beta.1</version>
<version>2.4.0-alpha.3-SNAPSHOT</version>
<relativePath>../graylog2-server/graylog-plugin-parent</relativePath>
</parent>

<groupId>org.graylog.plugins</groupId>
<artifactId>graylog-plugin-beats</artifactId>
<version>2.4.0-beta.1</version>
<version>2.4.0-alpha.3-SNAPSHOT</version>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
Expand Down Expand Up @@ -73,7 +73,7 @@
<maven.install.skip>true</maven.install.skip>
<maven.deploy.skip>true</maven.deploy.skip>
<maven.site.skip>true</maven.site.skip>
<graylog.version>2.4.0-beta.1</graylog.version>
<graylog.version>2.4.0-alpha.3-SNAPSHOT</graylog.version>
</properties>

<dependencies>
Expand Down

0 comments on commit ae344b5

Please sign in to comment.