-
-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #144; prep for 1.1.613 release
- Loading branch information
1 parent
3a30e22
commit 5737495
Showing
5 changed files
with
23 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
<modelVersion>4.0.0</modelVersion> | ||
<groupId>seancorfield</groupId> | ||
<artifactId>next.jdbc</artifactId> | ||
<version>1.1.610</version> | ||
<version>1.1.613</version> | ||
<name>next.jdbc</name> | ||
<description>The next generation of clojure.java.jdbc: a new low-level Clojure wrapper for JDBC-based access to databases.</description> | ||
<url>https://github.com/seancorfield/next-jdbc</url> | ||
|
@@ -22,7 +22,7 @@ | |
<url>https://github.com/seancorfield/next-jdbc</url> | ||
<connection>scm:git:git://github.com/seancorfield/next-jdbc.git</connection> | ||
<developerConnection>scm:git:ssh://[email protected]/seancorfield/next-jdbc.git</developerConnection> | ||
<tag>v1.1.610</tag> | ||
<tag>v1.1.613</tag> | ||
</scm> | ||
<dependencies> | ||
<dependency> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters