From 12f6c6cef2e9197fc47ee267377c38ab1e071dab Mon Sep 17 00:00:00 2001 From: "Michael S. Klishin" Date: Tue, 3 Jul 2012 17:07:34 +0400 Subject: [PATCH] 1.1.0-rc1 --- project.clj | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index 92496da..c3f1da4 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.novemberain/monger "1.1.0-SNAPSHOT" +(defproject com.novemberain/monger "1.1.0-rc1" :description "Monger is a Clojure MongoDB client for a more civilized age: friendly, flexible and with batteries included" :url "http://clojuremongodb.info" :min-lein-version "2.0.0" @@ -12,6 +12,7 @@ (and (not (:performance m)) (not (:edge-features m)))) :focus :focus + :updating :updating :indexing :indexing :external :external :cache :cache @@ -23,7 +24,7 @@ :all (constantly true)} :source-paths ["src/clojure"] :java-source-paths ["src/java"] - :javac-options ["-target" "1.6" "-source" "1.6"] + :javac-options ["-target" "1.6" "-source" "1.6"] :codox {:exclude [monger.internal.pagination monger.internal.fn ;; these are not fully baked yet or have changes