Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Jul 15, 2012
1 parent 5ea2fcd commit 341b527
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
22 changes: 17 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,25 +40,35 @@ To subscribe for announcements of releases, important changes and so on, please

## Project Maturity

Neocons is not a young project: it is more than 6 months old, with active production use from week 1. It is now at 1.0.0-rcs,
all API parts are set in stone and 1.0 will be released as soon as all documentation guides are in good shape.
Neocons is not a young project: it is more than 6 months old, with active production use from week 1. It is now at 1.0,
all API parts are set in stone and most documentation guides in good shape.



## Maven Artifacts

### The Most Recent Release

Neocons artifacts are [released to Clojars](https://clojars.org/clojurewerkz/neocons). If you are using Maven, add the following repository
definition to your `pom.xml`:

``` xml
<repository>
<id>clojars.org</id>
<url>http://clojars.org/repo</url>
</repository>
```

With Leiningen:

[clojurewerkz/neocons "1.0.0-rc3"]
[clojurewerkz/neocons "1.0.0"]

With Maven:

<dependency>
<groupId>clojurewerkz</groupId>
<artifactId>neocons</artifactId>
<version>1.0.0-rc3</version>
<version>1.0.0</version>
</dependency>


Expand All @@ -82,11 +92,13 @@ versions because Cypher is supported by the REST API directly without any plugin
may be specific to later version. We recommend using the most recent stable release. Neocons is actively tested against bleeding
edge Neo4J Server snapshots and we try to support important new features before stable server releases come out.

If you use OpsCode Chef, there is a [Neo4J Server Chef cookbook](https://github.com/michaelklishin/neo4j-server-chef-cookbook).


## Neocons Is a ClojureWerkz Project

Neocons is part of the [group of libraries known as ClojureWerkz](http://clojurewerkz.org), together with
[Monger](https://github.com/michaelklishin/monger), [Langohr](https://github.com/michaelklishin/langohr), [Elastisch](https://github.com/clojurewerkz/elastisch), [Quartzite](https://github.com/michaelklishin/quartzite) and several others.
[Monger](https://github.com/michaelklishin/monger), [Langohr](https://github.com/michaelklishin/langohr), [Welle](https://github.com/michaelklishin/welle), [Quartzite](https://github.com/michaelklishin/quartzite), [Validateur](https://github.com/michaelklishin/validateur) and several others.


## Development
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject clojurewerkz/neocons "1.0.0-SNAPSHOT"
(defproject clojurewerkz/neocons "1.0.0"
:description "Neocons is a feature rich idiomatic Clojure client for the Neo4J REST API"
:license {:name "Eclipse Public License"}
:min-lein-version "2.0.0"
Expand Down

0 comments on commit 341b527

Please sign in to comment.