From cf86bd4ab64e1b7a038a3f5adcf61f750c770189 Mon Sep 17 00:00:00 2001 From: "Michael S. Klishin" Date: Thu, 6 Sep 2012 05:15:02 +0400 Subject: [PATCH] Changes in CLJ-940 breaks CI (ns compilation) against 1.5.0-SNAPSHOT, disable it until we have the time to investigate --- project.clj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/project.clj b/project.clj index 24ff7e9..b95f17a 100644 --- a/project.clj +++ b/project.clj @@ -50,8 +50,7 @@ ;; only clj-time/JodaTime available, used to test monger.joda-time w/o clojure.data.json :dev2 {:resource-paths ["test/resources"] :dependencies [[clj-time "0.4.2" :exclusions [org.clojure/clojure]]]}} - :aliases {"all" ["with-profile" "dev:dev,1.3:dev,1.5"] - "ci" ["with-profile" "dev:dev,1.3:dev,1.5"]} + :aliases {"all" ["with-profile" "dev:dev,1.3"]} :repositories {"sonatype" {:url "http://oss.sonatype.org/content/repositories/releases" :snapshots false :releases {:checksum :fail :update :always}}