Skip to content

Commit

Permalink
version bump to rc5
Browse files Browse the repository at this point in the history
  • Loading branch information
Luka Stojanovic committed Apr 27, 2017
1 parent 188e89e commit f0123ff
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Once the download has been completed, unpack the downloaded archive.
The following command will automatically download and unpack the archive in the newly created `rabix` directory:

```sh
wget https://github.com/rabix/bunny/releases/download/v1.0.0-rc4/rabix-1.0.0-rc4.tar.gz && tar -xvf rabix-1.0.0-rc4.tar.gz
wget https://github.com/rabix/bunny/releases/download/v1.0.0-rc5/rabix-1.0.0-rc5.tar.gz && tar -xvf rabix-1.0.0-rc5.tar.gz
```


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.rabix</groupId>
<artifactId>rabix</artifactId>
<version>1.0.0-rc4</version>
<version>1.0.0-rc5</version>
<packaging>pom</packaging>
<name>Rabix</name>
<modules>
Expand Down
2 changes: 1 addition & 1 deletion rabix-backend-local/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.rabix</groupId>
<artifactId>rabix</artifactId>
<version>1.0.0-rc4</version>
<version>1.0.0-rc5</version>
</parent>
<artifactId>rabix-backend-local</artifactId>
<name>rabix-backend-local</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ private static void printAppUsageAndExit(Options options) {
}

private static void printVersionAndExit(Options posixOptions) {
System.out.println("Rabix 1.0.0-RC4");
System.out.println("Rabix 1.0.0-RC5");
System.exit(0);
}

Expand Down
2 changes: 1 addition & 1 deletion rabix-bindings-cwl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.rabix</groupId>
<artifactId>rabix</artifactId>
<version>1.0.0-rc4</version>
<version>1.0.0-rc5</version>
</parent>
<artifactId>rabix-bindings-cwl</artifactId>
<name>rabix-bindings-cwl</name>
Expand Down
2 changes: 1 addition & 1 deletion rabix-bindings-draft2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.rabix</groupId>
<artifactId>rabix</artifactId>
<version>1.0.0-rc4</version>
<version>1.0.0-rc5</version>
</parent>
<artifactId>rabix-bindings-draft2</artifactId>
<name>rabix-bindings-draft2</name>
Expand Down
2 changes: 1 addition & 1 deletion rabix-bindings-draft3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.rabix</groupId>
<artifactId>rabix</artifactId>
<version>1.0.0-rc4</version>
<version>1.0.0-rc5</version>
</parent>
<artifactId>rabix-bindings-draft3</artifactId>
<name>rabix-bindings-draft3</name>
Expand Down
2 changes: 1 addition & 1 deletion rabix-bindings-sb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.rabix</groupId>
<artifactId>rabix</artifactId>
<version>1.0.0-rc4</version>
<version>1.0.0-rc5</version>
</parent>
<artifactId>rabix-bindings-sb</artifactId>
<name>rabix-bindings-sb</name>
Expand Down
2 changes: 1 addition & 1 deletion rabix-bindings/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.rabix</groupId>
<artifactId>rabix</artifactId>
<version>1.0.0-rc4</version>
<version>1.0.0-rc5</version>
</parent>
<artifactId>rabix-bindings</artifactId>
<name>rabix-bindings</name>
Expand Down
2 changes: 1 addition & 1 deletion rabix-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.rabix</groupId>
<artifactId>rabix</artifactId>
<version>1.0.0-rc4</version>
<version>1.0.0-rc5</version>
</parent>
<artifactId>rabix-common</artifactId>
<name>rabix-common</name>
Expand Down
2 changes: 1 addition & 1 deletion rabix-engine-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.rabix</groupId>
<artifactId>rabix</artifactId>
<version>1.0.0-rc4</version>
<version>1.0.0-rc5</version>
</parent>
<artifactId>rabix-engine-rest</artifactId>
<name>rabix-engine-rest</name>
Expand Down
2 changes: 1 addition & 1 deletion rabix-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.rabix</groupId>
<artifactId>rabix</artifactId>
<version>1.0.0-rc4</version>
<version>1.0.0-rc5</version>
</parent>
<artifactId>rabix-engine</artifactId>
<name>rabix-engine</name>
Expand Down
2 changes: 1 addition & 1 deletion rabix-executor-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.rabix</groupId>
<artifactId>rabix</artifactId>
<version>1.0.0-rc4</version>
<version>1.0.0-rc5</version>
</parent>
<artifactId>rabix-executor-rest</artifactId>
<name>rabix-executor-rest</name>
Expand Down
2 changes: 1 addition & 1 deletion rabix-executor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.rabix</groupId>
<artifactId>rabix</artifactId>
<version>1.0.0-rc4</version>
<version>1.0.0-rc5</version>
</parent>
<artifactId>rabix-executor</artifactId>
<name>rabix-executor</name>
Expand Down
2 changes: 1 addition & 1 deletion rabix-ftp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.rabix</groupId>
<artifactId>rabix</artifactId>
<version>1.0.0-rc4</version>
<version>1.0.0-rc5</version>
</parent>
<artifactId>rabix-ftp</artifactId>
<name>rabix-ftp</name>
Expand Down
2 changes: 1 addition & 1 deletion rabix-integration-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.rabix</groupId>
<artifactId>rabix</artifactId>
<version>1.0.0-rc4</version>
<version>1.0.0-rc5</version>
</parent>
<artifactId>rabix-integration-testing</artifactId>
<name>rabix-integration-tests</name>
Expand Down
2 changes: 1 addition & 1 deletion rabix-tes-command-line/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.rabix</groupId>
<artifactId>rabix</artifactId>
<version>1.0.0-rc4</version>
<version>1.0.0-rc5</version>
</parent>
<artifactId>rabix-tes-command-line</artifactId>
<name>rabix-tes-command-line</name>
Expand Down
2 changes: 1 addition & 1 deletion rabix-transport/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.rabix</groupId>
<artifactId>rabix</artifactId>
<version>1.0.0-rc4</version>
<version>1.0.0-rc5</version>
</parent>
<artifactId>rabix-transport</artifactId>
<name>rabix-transport</name>
Expand Down

0 comments on commit f0123ff

Please sign in to comment.