fix maven groupId

This commit is contained in:
Chas Emerick 2011-02-23 07:50:47 -05:00
parent 978cfe5945
commit 3dfd311a9c

View file

@ -12,7 +12,7 @@ Bandalore is available in Maven central. Add it to your Maven project's `pom.xm
----
<dependency>
<groupId>cemerick</groupId>
<groupId>com.cemerick</groupId>
<artifactId>bandalore</artifactId>
<version>0.0.1</version>
</dependency>
@ -21,7 +21,7 @@ Bandalore is available in Maven central. Add it to your Maven project's `pom.xm
or your leiningen project.clj:
----
[cemerick/bandalore "0.0.1"]
[com.cemerick/bandalore "0.0.1"]
----
== Logging