Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.

Commit

Permalink
release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pyr committed Oct 2, 2014
1 parent 04fddb8 commit d719ca1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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.

Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions pithos-quickstart/project.clj
Original file line number Diff line number Diff line change
@@ -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"]])
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -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 <pyr@spootnik.org>"}
:url "http://pithos.io"
Expand Down

0 comments on commit d719ca1

Please sign in to comment.