Skip to content
This repository was archived by the owner on Feb 9, 2021. It is now read-only.

Commit 3c23654

Browse files
committed
Import release v0.9.1
This is a legacy import of the release originally managed in pure github. You may find the history of this release in the archives here: https://github.com/hyperledger-archives/fabric-chaintool/releases/tag/v0.9.1 Change-Id: Ifc3fb8e25e3d2fb1c429cea8119c357ce9fbd7b3 Signed-off-by: Gregory Haskins <gregory.haskins@gmail.com>
1 parent aecaced commit 3c23654

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project.clj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
(defproject chaintool "0.9.0"
1+
(defproject chaintool "0.9.1"
22
:description "hyperledger chaincode tool"
33
:url "https://github.com/ghaskins/chaintool"
44
:license {:name "Apache License"
55
:url "http://www.apache.org/licenses/LICENSE-2.0.txt"}
66
:min-lein-version "2.0.0"
77
:lein-release {:deploy-via :shell :shell ["true"]}
88
:javac-options ["-target" "1.7" "-source" "1.7"]
9+
:jvm-opts ["-server"]
910
:java-source-paths ["src"]
1011
:plugins [[lein-bin "0.3.5"]]
1112
:dependencies [[org.clojure/clojure "1.8.0"]

0 commit comments

Comments
 (0)