fix maven groupId
This commit is contained in:
parent
978cfe5945
commit
3dfd311a9c
1 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ Bandalore is available in Maven central. Add it to your Maven project's `pom.xm
|
||||||
|
|
||||||
----
|
----
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>cemerick</groupId>
|
<groupId>com.cemerick</groupId>
|
||||||
<artifactId>bandalore</artifactId>
|
<artifactId>bandalore</artifactId>
|
||||||
<version>0.0.1</version>
|
<version>0.0.1</version>
|
||||||
</dependency>
|
</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:
|
or your leiningen project.clj:
|
||||||
|
|
||||||
----
|
----
|
||||||
[cemerick/bandalore "0.0.1"]
|
[com.cemerick/bandalore "0.0.1"]
|
||||||
----
|
----
|
||||||
|
|
||||||
== Logging
|
== Logging
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue