From e4fe404f72b41bb4c8a13fc5507e330a6df50f5c Mon Sep 17 00:00:00 2001 From: Chas Emerick Date: Thu, 17 Oct 2013 06:29:49 -0400 Subject: [PATCH] 0.0.4 --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 734f698..ad481d3 100644 --- a/README.md +++ b/README.md @@ -14,17 +14,17 @@ Bandalore is available in Maven central. Add it to your Maven project's `pom.xm com.cemerick bandalore - 0.0.3 + 0.0.4 ``` or your leiningen project.clj: ```clojure -[com.cemerick/bandalore "0.0.3"] +[com.cemerick/bandalore "0.0.4"] ``` -Bandalore is compatible with Clojure 1.2.0 - 1.4.0. +Bandalore is compatible with Clojure 1.2.0+. ## Logging @@ -277,13 +277,13 @@ Since the tests are live, you either need to add your AWS credentials to your using `-D` switches: ``` -$ mvn -Daws.id#XXXXXXX -Daws.secret-key#YYYYYYY clean install +$ mvn -Daws.id=XXXXXXX -Daws.secret-key=YYYYYYY clean install ``` Or, you can skip the tests entirely: ``` -$ mvn -Dmaven.test.skip#true clean install +$ mvn -Dmaven.test.skip=true clean install ``` In any case, you'll find a built `.jar` file in the `target` directory, and in @@ -297,6 +297,6 @@ or would like to contribute patches. ## License -Copyright © 2011-2012 Chas Emerick +Copyright © 2011-2013 Chas Emerick and contributors. Licensed under the EPL. (See the file epl-v10.html.)