project metadata / versioning tweaks
This commit is contained in:
parent
7385387d44
commit
d421073b59
2 changed files with 3 additions and 6 deletions
|
|
@ -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>
|
||||
----
|
||||
|
||||
|
|
|
|||
1
pom.xml
1
pom.xml
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue