diff --git a/README.md b/README.md index 39cd46dff..4bc6b83d5 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/pom.xml b/pom.xml index b19e36712..d1218a2cd 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.rabix rabix - 1.0.0 + 1.0.1 pom Rabix Executor diff --git a/rabix-backend-api/pom.xml b/rabix-backend-api/pom.xml index 316dc5dc8..2c164aa3a 100644 --- a/rabix-backend-api/pom.xml +++ b/rabix-backend-api/pom.xml @@ -6,7 +6,7 @@ org.rabix rabix - 1.0.0 + 1.0.1 rabix-backend-api rabix-backend-api diff --git a/rabix-backend-lsf/pom.xml b/rabix-backend-lsf/pom.xml index c78566bf2..34f424ec9 100644 --- a/rabix-backend-lsf/pom.xml +++ b/rabix-backend-lsf/pom.xml @@ -6,7 +6,7 @@ org.rabix rabix - 1.0.0 + 1.0.1 rabix-backend-lsf rabix-backend-lsf diff --git a/rabix-backend-tes/pom.xml b/rabix-backend-tes/pom.xml index 82674417f..293f57a6d 100644 --- a/rabix-backend-tes/pom.xml +++ b/rabix-backend-tes/pom.xml @@ -6,7 +6,7 @@ org.rabix rabix - 1.0.0 + 1.0.1 rabix-backend-tes rabix-backend-tes diff --git a/rabix-bindings-cwl/pom.xml b/rabix-bindings-cwl/pom.xml index ba4b1b090..383ec61c2 100644 --- a/rabix-bindings-cwl/pom.xml +++ b/rabix-bindings-cwl/pom.xml @@ -6,7 +6,7 @@ org.rabix rabix - 1.0.0 + 1.0.1 rabix-bindings-cwl rabix-bindings-cwl diff --git a/rabix-bindings-draft2/pom.xml b/rabix-bindings-draft2/pom.xml index c1669b8f0..90c929785 100644 --- a/rabix-bindings-draft2/pom.xml +++ b/rabix-bindings-draft2/pom.xml @@ -6,7 +6,7 @@ org.rabix rabix - 1.0.0 + 1.0.1 rabix-bindings-draft2 rabix-bindings-draft2 diff --git a/rabix-bindings-draft3/pom.xml b/rabix-bindings-draft3/pom.xml index f4d9f105f..1d119f7d1 100644 --- a/rabix-bindings-draft3/pom.xml +++ b/rabix-bindings-draft3/pom.xml @@ -6,7 +6,7 @@ org.rabix rabix - 1.0.0 + 1.0.1 rabix-bindings-draft3 rabix-bindings-draft3 diff --git a/rabix-bindings-sb/pom.xml b/rabix-bindings-sb/pom.xml index 0cf4e3ce4..3db5ff5c0 100644 --- a/rabix-bindings-sb/pom.xml +++ b/rabix-bindings-sb/pom.xml @@ -6,7 +6,7 @@ org.rabix rabix - 1.0.0 + 1.0.1 rabix-bindings-sb rabix-bindings-sb diff --git a/rabix-bindings/pom.xml b/rabix-bindings/pom.xml index 689c08a81..fd845ac07 100644 --- a/rabix-bindings/pom.xml +++ b/rabix-bindings/pom.xml @@ -6,7 +6,7 @@ org.rabix rabix - 1.0.0 + 1.0.1 rabix-bindings rabix-bindings diff --git a/rabix-cli/pom.xml b/rabix-cli/pom.xml index da7ea2e1c..09cddcf01 100644 --- a/rabix-cli/pom.xml +++ b/rabix-cli/pom.xml @@ -6,7 +6,7 @@ org.rabix rabix - 1.0.0 + 1.0.1 rabix-cli rabix-cli diff --git a/rabix-cli/src/main/java/org/rabix/cli/BackendCommandLine.java b/rabix-cli/src/main/java/org/rabix/cli/BackendCommandLine.java index b6287557c..49f28cde5 100644 --- a/rabix-cli/src/main/java/org/rabix/cli/BackendCommandLine.java +++ b/rabix-cli/src/main/java/org/rabix/cli/BackendCommandLine.java @@ -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); } diff --git a/rabix-common/pom.xml b/rabix-common/pom.xml index 9a1eb8fce..bf4de6e0f 100644 --- a/rabix-common/pom.xml +++ b/rabix-common/pom.xml @@ -6,7 +6,7 @@ org.rabix rabix - 1.0.0 + 1.0.1 rabix-common rabix-common diff --git a/rabix-engine-rest/pom.xml b/rabix-engine-rest/pom.xml index ac4dd4659..67e442cae 100644 --- a/rabix-engine-rest/pom.xml +++ b/rabix-engine-rest/pom.xml @@ -6,7 +6,7 @@ org.rabix rabix - 1.0.0 + 1.0.1 rabix-engine-rest rabix-engine-rest diff --git a/rabix-engine-store-postgres/pom.xml b/rabix-engine-store-postgres/pom.xml index 18d51bbc2..54dae5326 100644 --- a/rabix-engine-store-postgres/pom.xml +++ b/rabix-engine-store-postgres/pom.xml @@ -5,7 +5,7 @@ rabix org.rabix - 1.0.0 + 1.0.1 4.0.0 diff --git a/rabix-engine-store/pom.xml b/rabix-engine-store/pom.xml index a4430898c..ff0f51828 100644 --- a/rabix-engine-store/pom.xml +++ b/rabix-engine-store/pom.xml @@ -5,7 +5,7 @@ rabix org.rabix - 1.0.0 + 1.0.1 4.0.0 diff --git a/rabix-engine/pom.xml b/rabix-engine/pom.xml index b76c39e35..df680dd74 100644 --- a/rabix-engine/pom.xml +++ b/rabix-engine/pom.xml @@ -6,7 +6,7 @@ org.rabix rabix - 1.0.0 + 1.0.1 rabix-engine rabix-engine diff --git a/rabix-executor-rest/pom.xml b/rabix-executor-rest/pom.xml index da5a061d2..879a40b04 100644 --- a/rabix-executor-rest/pom.xml +++ b/rabix-executor-rest/pom.xml @@ -6,7 +6,7 @@ org.rabix rabix - 1.0.0 + 1.0.1 rabix-executor-rest rabix-executor-rest diff --git a/rabix-executor/pom.xml b/rabix-executor/pom.xml index c73f7729b..121423032 100644 --- a/rabix-executor/pom.xml +++ b/rabix-executor/pom.xml @@ -6,7 +6,7 @@ org.rabix rabix - 1.0.0 + 1.0.1 rabix-executor rabix-executor diff --git a/rabix-integration-testing/pom.xml b/rabix-integration-testing/pom.xml index 2489a9f25..4ed8cd084 100644 --- a/rabix-integration-testing/pom.xml +++ b/rabix-integration-testing/pom.xml @@ -6,7 +6,7 @@ org.rabix rabix - 1.0.0 + 1.0.1 rabix-integration-testing rabix-integration-tests diff --git a/rabix-tes-command-line/pom.xml b/rabix-tes-command-line/pom.xml index 62c22160f..3cc2dd9c5 100644 --- a/rabix-tes-command-line/pom.xml +++ b/rabix-tes-command-line/pom.xml @@ -6,7 +6,7 @@ org.rabix rabix - 1.0.0 + 1.0.1 rabix-tes-command-line rabix-tes-command-line diff --git a/rabix-transport/pom.xml b/rabix-transport/pom.xml index d0803cf90..4ced11954 100644 --- a/rabix-transport/pom.xml +++ b/rabix-transport/pom.xml @@ -6,7 +6,7 @@ org.rabix rabix - 1.0.0 + 1.0.1 rabix-transport rabix-transport