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

Commit a6af750

Browse files
committed
prepare release
1 parent 8636cb8 commit a6af750

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pithos-quickstart/project.clj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
(defproject io.pithos/pithos-quickstart "0.6.2-SNAPSHOT"
1+
(defproject io.pithos/pithos-quickstart "0.7.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.6.1"]
9-
[org.apache.cassandra/cassandra-all "2.1.0"]])
8+
[io.pithos/pithos "0.7.0"]
9+
[org.apache.cassandra/cassandra-all "2.1.1"]])

project.clj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject io.pithos/pithos "0.6.2-SNAPSHOT"
1+
(defproject io.pithos/pithos "0.7.0"
22
:description "cassandra-backed object storage"
33
:maintainer {:email "Pierre-Yves Ritschard <pyr@spootnik.org>"}
44
:url "http://pithos.io"
@@ -11,7 +11,7 @@
1111
:plugins [[lein-sub "0.3.0"]
1212
[lein-difftest "2.0.0"]]
1313
:sub ["pithos-quickstart"]
14-
:dependencies [[org.clojure/clojure "1.7.0-alpha2"]
14+
:dependencies [[org.clojure/clojure "1.7.0-alpha3"]
1515
[org.clojure/data.codec "0.1.0"]
1616
[org.clojure/data.xml "0.0.8"]
1717
[org.clojure/data.zip "0.1.1"]
@@ -26,4 +26,4 @@
2626
[cc.qbits/alia "2.2.3"]
2727
[cc.qbits/jet "0.5.0-alpha3"]
2828
[net.jpountz.lz4/lz4 "1.2.0"]
29-
[org.xerial.snappy/snappy-java "1.1.1.3"]])
29+
[org.xerial.snappy/snappy-java "1.1.1.6"]])

0 commit comments

Comments
 (0)