README update
This commit is contained in:
parent
3a830ad2e9
commit
133448090c
1 changed files with 3 additions and 4 deletions
|
|
@ -33,8 +33,7 @@ To subscribe for announcements of releases, important changes and so on, please
|
||||||
|
|
||||||
## Project Maturity
|
## Project Maturity
|
||||||
|
|
||||||
Monger is not a young project: it will be 1 year old in a few months, with active production use from week 1. It is now at 1.0.0 RCs,
|
Monger is not a young project: it will be 1 year old around July 2012, with active production use from week 1.
|
||||||
all API parts are set in stone and 1.0 will be released after a few weeks of "soaking".
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -54,7 +53,7 @@ definition to your `pom.xml`:
|
||||||
|
|
||||||
With Leiningen:
|
With Leiningen:
|
||||||
|
|
||||||
[com.novemberain/monger "1.0.0-rc2"]
|
[com.novemberain/monger "1.0.0"]
|
||||||
|
|
||||||
|
|
||||||
With Maven:
|
With Maven:
|
||||||
|
|
@ -62,7 +61,7 @@ With Maven:
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.novemberain</groupId>
|
<groupId>com.novemberain</groupId>
|
||||||
<artifactId>monger</artifactId>
|
<artifactId>monger</artifactId>
|
||||||
<version>1.0.0-rc2</version>
|
<version>1.0.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue