project metadata / versioning tweaks

This commit is contained in:
Chas Emerick 2011-02-22 14:07:48 -05:00
parent 7385387d44
commit d421073b59
2 changed files with 3 additions and 6 deletions

View file

@ -8,17 +8,13 @@ therein.
== "Installation"
+++<del>Bandalore is available in Maven central.</del>+++
*I'll get Bandalore releases to central in the next couple of days, promise. :-)*
Add it to your Maven project's `pom.xml`:
Bandalore is available in Maven central. Add it to your Maven project's `pom.xml`:
----
<dependency>
<groupId>cemerick</groupId>
<artifactId>bandalore</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
</dependency>
----

View file

@ -6,6 +6,7 @@
<version>0.0.1-SNAPSHOT</version>
<name>bandalore</name>
<description>A Clojure library for Amazon's Simple Queue Service (SQS).</description>
<url>http://github.com/cemerick/bandalore</url>
<parent>
<groupId>org.clojure</groupId>