Skip to content

Commit

Permalink
Merge pull request #316 from rabix/develop
Browse files Browse the repository at this point in the history
version bump to 1.0.1
  • Loading branch information
sivkovic committed Jul 25, 2017
2 parents e577ee6 + 0819316 commit faad9b9
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -18,7 +18,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/rabix-1.0.0.tar.gz && tar -xvf rabix-1.0.0.tar.gz
wget https://github.com/rabix/bunny/releases/download/v1.0.1/rabix-1.0.1.tar.gz && tar -xvf rabix-1.0.1.tar.gz
```


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.rabix</groupId>
<artifactId>rabix</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<packaging>pom</packaging>
<name>Rabix Executor</name>
<description>
Expand Down
2 changes: 1 addition & 1 deletion rabix-backend-api/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.rabix</groupId>
<artifactId>rabix</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>
<artifactId>rabix-backend-api</artifactId>
<name>rabix-backend-api</name>
Expand Down
2 changes: 1 addition & 1 deletion rabix-backend-lsf/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.rabix</groupId>
<artifactId>rabix</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>
<artifactId>rabix-backend-lsf</artifactId>
<name>rabix-backend-lsf</name>
Expand Down
2 changes: 1 addition & 1 deletion rabix-backend-tes/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.rabix</groupId>
<artifactId>rabix</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>
<artifactId>rabix-backend-tes</artifactId>
<name>rabix-backend-tes</name>
Expand Down
2 changes: 1 addition & 1 deletion rabix-bindings-cwl/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.rabix</groupId>
<artifactId>rabix</artifactId>
<version>1.0.0</version>
<version>1.0.1</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
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.rabix</groupId>
<artifactId>rabix</artifactId>
<version>1.0.0</version>
<version>1.0.1</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
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.rabix</groupId>
<artifactId>rabix</artifactId>
<version>1.0.0</version>
<version>1.0.1</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
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.rabix</groupId>
<artifactId>rabix</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>
<artifactId>rabix-bindings-sb</artifactId>
<name>rabix-bindings-sb</name>
Expand Down
2 changes: 1 addition & 1 deletion rabix-bindings/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.rabix</groupId>
<artifactId>rabix</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>
<artifactId>rabix-bindings</artifactId>
<name>rabix-bindings</name>
Expand Down
2 changes: 1 addition & 1 deletion rabix-cli/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.rabix</groupId>
<artifactId>rabix</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>
<artifactId>rabix-cli</artifactId>
<name>rabix-cli</name>
Expand Down
Expand Up @@ -555,7 +555,7 @@ private static void printAppUsageAndExit(Options options) {
}

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

Expand Down
2 changes: 1 addition & 1 deletion rabix-common/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.rabix</groupId>
<artifactId>rabix</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>
<artifactId>rabix-common</artifactId>
<name>rabix-common</name>
Expand Down
2 changes: 1 addition & 1 deletion rabix-engine-rest/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.rabix</groupId>
<artifactId>rabix</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>
<artifactId>rabix-engine-rest</artifactId>
<name>rabix-engine-rest</name>
Expand Down
2 changes: 1 addition & 1 deletion rabix-engine-store-postgres/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>rabix</artifactId>
<groupId>org.rabix</groupId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion rabix-engine-store/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>rabix</artifactId>
<groupId>org.rabix</groupId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion rabix-engine/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.rabix</groupId>
<artifactId>rabix</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>
<artifactId>rabix-engine</artifactId>
<name>rabix-engine</name>
Expand Down
2 changes: 1 addition & 1 deletion rabix-executor-rest/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.rabix</groupId>
<artifactId>rabix</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>
<artifactId>rabix-executor-rest</artifactId>
<name>rabix-executor-rest</name>
Expand Down
2 changes: 1 addition & 1 deletion rabix-executor/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.rabix</groupId>
<artifactId>rabix</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>
<artifactId>rabix-executor</artifactId>
<name>rabix-executor</name>
Expand Down
2 changes: 1 addition & 1 deletion rabix-integration-testing/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.rabix</groupId>
<artifactId>rabix</artifactId>
<version>1.0.0</version>
<version>1.0.1</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
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.rabix</groupId>
<artifactId>rabix</artifactId>
<version>1.0.0</version>
<version>1.0.1</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
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.rabix</groupId>
<artifactId>rabix</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>
<artifactId>rabix-transport</artifactId>
<name>rabix-transport</name>
Expand Down

0 comments on commit faad9b9

Please sign in to comment.