From e00fa84f1b82912edb7dcfc621b1e2e9eb032257 Mon Sep 17 00:00:00 2001 From: "Michael S. Klishin" Date: Sat, 9 Jun 2012 12:12:37 +0400 Subject: [PATCH] 1.0.0-rc1 --- ChangeLog.md | 6 ++++++ README.md | 31 ++++++++++++------------------- project.clj | 2 +- 3 files changed, 19 insertions(+), 20 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 9c88b7d..4bcda4d 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,9 @@ +## Changes between 1.0.0-rc1 and 1.0.0-rc2 + +No changes yet. + + + ## Changes between 1.0.0-beta8 and 1.0.0-rc1 ### Documentation improvements diff --git a/README.md b/README.md index 7f2ceca..f478372 100644 --- a/README.md +++ b/README.md @@ -42,11 +42,21 @@ RC1 is something we believe is worth labelling 1.0 when most of documentation gu ## Artifacts +Monger artifacts are [released to Clojars](https://clojars.org/com.novemberain/monger). If you are using Maven, add the following repository +definition to your `pom.xml`: + +``` xml + + clojars.org + http://clojars.org/repo + +``` + ### The Most Recent Release With Leiningen: - [com.novemberain/monger "1.0.0-beta8"] + [com.novemberain/monger "1.0.0-rc1"] With Maven: @@ -54,27 +64,10 @@ With Maven: com.novemberain monger - 1.0.0-beta8 + 1.0.0-rc1 -### Snapshots - -If you are comfortable with using snapshots, snapshot artifacts are [released to Clojars](https://clojars.org/com.novemberain/monger) every 24 hours. - -With Leiningen: - - [com.novemberain/monger "1.0.0-SNAPSHOT"] - - -With Maven: - - - com.novemberain - monger - 1.0.0-SNAPSHOT - - ## Getting Started diff --git a/project.clj b/project.clj index 888d705..67f848e 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.novemberain/monger "1.0.0-SNAPSHOT" +(defproject com.novemberain/monger "1.0.0-rc1" :description "Monger is a Clojure MongoDB client for a more civilized age: friendly, flexible and with batteries included" :min-lein-version "2.0.0" :license {:name "Eclipse Public License"}