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

Commit

Permalink
project: bump, release 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pyr committed May 15, 2015
1 parent 778d723 commit 512e5d2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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.7.3-standalone.jar
java -jar target/pithos-0.7.4-standalone.jar

To run pithos with an embedded cassandra daemon, first build the
target with:
Expand All @@ -39,7 +39,7 @@ target with:

You can then run the fully standalone artifact:

java -jar pithos-quickstart/target/pithos-quickstart-0.7.3-standalone.jar
java -jar pithos-quickstart/target/pithos-quickstart-0.7.4-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 @@ -57,7 +57,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.7.3-standalone.jar -a install-schema
java -jar target/pithos-0.7.4-standalone.jar -a install-schema


## Test using the s3cmd command line client
Expand Down
6 changes: 3 additions & 3 deletions pithos-quickstart/project.clj
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
(defproject io.pithos/pithos-quickstart "0.7.3"
(defproject io.pithos/pithos-quickstart "0.7.4"
: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 [[io.pithos/pithos "0.7.4-SNAPSHOT"]
[org.apache.cassandra/cassandra-all "2.1.1"
:dependencies [[io.pithos/pithos "0.7.4"]
[org.apache.cassandra/cassandra-all "2.1.5"
:exclusions [org.slf4j/slf4j-api
org.slf4j/slf4j-log4j12]]])
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.7.4-SNAPSHOT"
(defproject io.pithos/pithos "0.7.4"
:description "cassandra-backed object storage"
:maintainer {:email "Pierre-Yves Ritschard <pyr@spootnik.org>"}
:url "http://pithos.io"
Expand Down

0 comments on commit 512e5d2

Please sign in to comment.