Skip to content

Commit

Permalink
Point to the new group for the jar.
Browse files Browse the repository at this point in the history
  • Loading branch information
pupeno committed Nov 3, 2015
1 parent dcdda53 commit 2c72456
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ canonical place for this code to exist.

In your project.clj include the dependency:

[![Clojars Project](http://clojars.org/to-jdbc-uri/latest-version.svg)](http://clojars.org/to-jdbc-uri)
[![Clojars Project](http://clojars.org/com.carouselapps/to-jdbc-uri/latest-version.svg)](http://clojars.org/com.carouselapps/to-jdbc-uri)

and then call it like this:

Expand All @@ -43,6 +43,10 @@ It is safe to feed JDBC URIs to this library, they'll be left untouched. For mor
[the tests](https://github.com/carouselapps/to-jdbc-uri/blob/master/test/to_jdbc_uri/core_test.clj), which are very
simple.

Note: to-jdbc-uri up to version 0.3.0 was not in the com.carouselapps group, from 0.4.0 it'll be in the
com.carouselapps groups. If you are using this jar, you can and should switch from ```[to-jdbc-uri "0.3.0"]``` to
```[com.carouselapps/to-jdbc-uri "0.4.0"]```

## Contributing

To contribute:
Expand Down

0 comments on commit 2c72456

Please sign in to comment.