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"
|
== "Installation"
|
||||||
|
|
||||||
+++<del>Bandalore is available in Maven central.</del>+++
|
Bandalore is available in Maven central. Add it to your Maven project's `pom.xml`:
|
||||||
|
|
||||||
*I'll get Bandalore releases to central in the next couple of days, promise. :-)*
|
|
||||||
|
|
||||||
Add it to your Maven project's `pom.xml`:
|
|
||||||
|
|
||||||
----
|
----
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>cemerick</groupId>
|
<groupId>cemerick</groupId>
|
||||||
<artifactId>bandalore</artifactId>
|
<artifactId>bandalore</artifactId>
|
||||||
<version>0.0.1-SNAPSHOT</version>
|
<version>0.0.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
----
|
----
|
||||||
|
|
||||||
|
|
|
||||||
1
pom.xml
1
pom.xml
|
|
@ -6,6 +6,7 @@
|
||||||
<version>0.0.1-SNAPSHOT</version>
|
<version>0.0.1-SNAPSHOT</version>
|
||||||
<name>bandalore</name>
|
<name>bandalore</name>
|
||||||
<description>A Clojure library for Amazon's Simple Queue Service (SQS).</description>
|
<description>A Clojure library for Amazon's Simple Queue Service (SQS).</description>
|
||||||
|
<url>http://github.com/cemerick/bandalore</url>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.clojure</groupId>
|
<groupId>org.clojure</groupId>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue