Skip to content

Commit

Permalink
bumped version to 0.20.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lennart Koopmann committed Jan 13, 2014
1 parent 9f8be46 commit b155aad
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion graylog2-inputs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.graylog2</groupId>
<artifactId>graylog2-parent</artifactId>
<version>0.20.0-preview.8</version>
<version>0.20.0-rc.1</version>
</parent>

<name>graylog2-inputs</name>
Expand Down
2 changes: 1 addition & 1 deletion graylog2-plugin-interfaces/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.graylog2</groupId>
<artifactId>graylog2-parent</artifactId>
<version>0.20.0-preview.8</version>
<version>0.20.0-rc.1</version>
</parent>

<name>graylog2-plugin</name>
Expand Down
2 changes: 1 addition & 1 deletion graylog2-radio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.graylog2</groupId>
<artifactId>graylog2-parent</artifactId>
<version>0.20.0-preview.8</version>
<version>0.20.0-rc.1</version>
</parent>

<name>graylog2-radio</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ public class RadioVersion {

public static final Version vDEV = new Version(0, 20, 0, "dev");
public static final Version v0_20_0_PREVIEW_7 = new Version(0, 20, 0, "preview.7");
public static final Version v0_20_0_RC_1 = new Version(0, 20, 0, "rc.1");

public static final Version VERSION = v0_20_0_PREVIEW_7;
public static final Version VERSION = v0_20_0_RC_1;

}
2 changes: 1 addition & 1 deletion graylog2-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.graylog2</groupId>
<artifactId>graylog2-parent</artifactId>
<version>0.20.0-preview.8</version>
<version>0.20.0-rc.1</version>
</parent>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ public class ServerVersion {
public static final Version v0_20_0_PREVIEW_7 = new Version(0, 20, 0, "preview.7");
public static final Version v0_20_0_PREVIEW_8 = new Version(0, 20, 0, "preview.8");

public static final Version VERSION = v0_20_0_PREVIEW_8;
public static final Version v0_20_0_RC_1 = new Version(0, 20, 0, "rc.1");

public static final Version VERSION = v0_20_0_RC_1;

}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>org.graylog2</groupId>
<artifactId>graylog2-parent</artifactId>
<version>0.20.0-preview.8</version>
<version>0.20.0-rc.1</version>
<packaging>pom</packaging>
<name>graylog2</name>
<url>http://graylog2.org/</url>
Expand Down

0 comments on commit b155aad

Please sign in to comment.