From 5efd7b21acdd53731cedcf7e7b9213c437d86f45 Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Tue, 24 Jul 2012 15:01:41 +0700 Subject: [PATCH] Housekeeping --- README.md | 4 ++-- project.clj | 8 +------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 7aef8fb..871e3d3 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ Current [semantic](http://semver.org/) version: [com.taoensso/nippy "0.10.0"] ``` -**Breaking changes** (minor) since _0.9.x_: +**Breaking changes** since _0.9.x_: * Affecting **users that were manually disabling compression**: - * API has changed for `freeze-to-bytes` and `thaw-from-bytes` _when not using default options_. + * API has changed for `freeze-to-bytes` and `thaw-from-bytes` when not using default options. # Nippy, a serialization library for Clojure diff --git a/project.clj b/project.clj index e92da22..0366556 100644 --- a/project.clj +++ b/project.clj @@ -6,15 +6,9 @@ [org.xerial.snappy/snappy-java "1.0.4.1"]] :profiles {:1.3 {:dependencies [[org.clojure/clojure "1.3.0"]]} :1.4 {:dependencies [[org.clojure/clojure "1.4.0"]]} - :1.5 {:dependencies [[org.clojure/clojure "1.5.0-master-SNAPSHOT"]]} + :1.5 {:dependencies [[org.clojure/clojure "1.5.0-alpha3"]]} :dev {:dependencies []} :test {:dependencies []}} - :repositories {"sonatype" {:url "http://oss.sonatype.org/content/repositories/releases" - :snapshots false - :releases {:checksum :fail :update :always}} - "sonatype-snapshots" {:url "http://oss.sonatype.org/content/repositories/snapshots" - :snapshots true - :releases {:checksum :fail :update :always}}} :aliases {"test-all" ["with-profile" "test,1.3:test,1.4:test,1.5" "test"]} :min-lein-version "2.0.0" :warn-on-reflection true) \ No newline at end of file