From d719ca19a94ed01ca2dd6c737fcda4041085f257 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Ritschard Date: Thu, 2 Oct 2014 21:05:45 +0200 Subject: [PATCH] release 0.6.0 --- README.md | 6 +++--- pithos-quickstart/project.clj | 4 ++-- project.clj | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 26a6cbe..b66a671 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ you will get a standalone Java jar file in the `target/` directory To run Pithos manually start it with - java -jar target/pithos-0.1.10-standalone.jar + java -jar target/pithos-0.6.0-standalone.jar To run pithos with an embedded cassandra daemon, first build the target with: @@ -36,7 +36,7 @@ target with: You can then run the fully standalone artifact: - java -jar pithos-quickstart/target/pithos-quickstart-0.1.10-standalone.jar + java -jar pithos-quickstart/target/pithos-quickstart-0.6.0-standalone.jar Pithos will expect finding a valid configuration file under `/etc/pithos/pithos.yaml`. You can specify a distinct config file using the `-f` switch. @@ -54,7 +54,7 @@ The following startup switches are available: Pithos includes a schema definition file in order to bootstrap your Cassandra cluster. To install the schema, run: - java -jar target/pithos-0.1.10-standalone.jar -a install-schema + java -jar target/pithos-0.6.0-standalone.jar -a install-schema ## Test using the s3cmd command line client diff --git a/pithos-quickstart/project.clj b/pithos-quickstart/project.clj index aa669d6..0498427 100644 --- a/pithos-quickstart/project.clj +++ b/pithos-quickstart/project.clj @@ -1,9 +1,9 @@ -(defproject io.pithos/pithos-quickstart "0.1.14" +(defproject io.pithos/pithos-quickstart "0.6.0" :description "pithos and cassandra, bundled together" :url "http://pithos.io" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} :main io.pithos.quickstart :dependencies [[org.clojure/clojure "1.7.0-alpha2"] - [io.pithos/pithos "0.1.14"] + [io.pithos/pithos "0.6.0"] [org.apache.cassandra/cassandra-all "2.1.0"]]) diff --git a/project.clj b/project.clj index 80132b5..12845ca 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject io.pithos/pithos "0.6.0-SNAPSHOT" +(defproject io.pithos/pithos "0.6.0" :description "cassandra-backed object storage" :maintainer {:email "Pierre-Yves Ritschard "} :url "http://pithos.io"