From ff45ebf7ccfc9eb382261c941d197aae09d2393b Mon Sep 17 00:00:00 2001 From: Jacek Grzebyta Date: Mon, 26 Mar 2018 15:00:09 +0100 Subject: [PATCH] New urgent release 0.2.3 - Fix #62 shutdown all agents after job finish Signed-off-by: Jacek Grzebyta --- README.org | 2 +- build.boot | 4 ++-- version.properties | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.org b/README.org index f0c08c2..f82abc0 100644 --- a/README.org +++ b/README.org @@ -15,7 +15,7 @@ Leiningen/Boot: #+begin_src -[adalab/triple-loader "0.2.2"] +[adalab/triple-loader "0.2.3"] #+end_src ** 1.1. Acknowledgements diff --git a/build.boot b/build.boot index b7cab85..1ba2f13 100644 --- a/build.boot +++ b/build.boot @@ -43,10 +43,10 @@ ;; this line prevents confusing the deployer with dependencies` pom.xml files (alter-var-root #'boot.pod/standard-jar-exclusions (constantly (conj boot.pod/standard-jar-exclusions #"/pom\.xml$"))) -(def +version+ "0.2.2") + (def +version+ "0.2.3") (task-options! - version {:minor 'two :patch 'two :include false :generate 'rdf4j.version} + version {:minor 'two :patch 'three :include false :generate 'rdf4j.version} pom {:project (get-env :project) :scm {:url "https://github.com/jgrzebyta/triple-loader" :connection "scm:git:ssh://github.com/jgrzebyta/triple-loader.git" diff --git a/version.properties b/version.properties index 16b1251..008e82a 100644 --- a/version.properties +++ b/version.properties @@ -1,2 +1,2 @@ -#Sun Mar 25 20:58:11 BST 2018 -VERSION=0.2.2 +#Mon Mar 26 14:56:21 BST 2018 +VERSION=0.2.3