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

Commit d719ca1

Browse files
committed
release 0.6.0
1 parent 04fddb8 commit d719ca1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ you will get a standalone Java jar file in the `target/` directory
2626

2727
To run Pithos manually start it with
2828

29-
java -jar target/pithos-0.1.10-standalone.jar
29+
java -jar target/pithos-0.6.0-standalone.jar
3030

3131
To run pithos with an embedded cassandra daemon, first build the
3232
target with:
@@ -36,7 +36,7 @@ target with:
3636

3737
You can then run the fully standalone artifact:
3838

39-
java -jar pithos-quickstart/target/pithos-quickstart-0.1.10-standalone.jar
39+
java -jar pithos-quickstart/target/pithos-quickstart-0.6.0-standalone.jar
4040

4141
Pithos will expect finding a valid configuration file under `/etc/pithos/pithos.yaml`. You can specify a distinct config file using the `-f` switch.
4242

@@ -54,7 +54,7 @@ The following startup switches are available:
5454
Pithos includes a schema definition file in order to bootstrap your Cassandra cluster.
5555
To install the schema, run:
5656

57-
java -jar target/pithos-0.1.10-standalone.jar -a install-schema
57+
java -jar target/pithos-0.6.0-standalone.jar -a install-schema
5858

5959

6060
## Test using the s3cmd command line client

pithos-quickstart/project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
(defproject io.pithos/pithos-quickstart "0.1.14"
1+
(defproject io.pithos/pithos-quickstart "0.6.0"
22
:description "pithos and cassandra, bundled together"
33
:url "http://pithos.io"
44
:license {:name "Eclipse Public License"
55
:url "http://www.eclipse.org/legal/epl-v10.html"}
66
:main io.pithos.quickstart
77
:dependencies [[org.clojure/clojure "1.7.0-alpha2"]
8-
[io.pithos/pithos "0.1.14"]
8+
[io.pithos/pithos "0.6.0"]
99
[org.apache.cassandra/cassandra-all "2.1.0"]])

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject io.pithos/pithos "0.6.0-SNAPSHOT"
1+
(defproject io.pithos/pithos "0.6.0"
22
:description "cassandra-backed object storage"
33
:maintainer {:email "Pierre-Yves Ritschard <pyr@spootnik.org>"}
44
:url "http://pithos.io"

0 commit comments

Comments
 (0)