-
-
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.
- Loading branch information
1 parent
90aed50
commit 300681b
Showing
5 changed files
with
16 additions
and
19 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
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.0.409</version> | ||
<version>1.0.424</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.0.409</tag> | ||
<tag>v1.0.424</tag> | ||
</scm> | ||
<dependencies> | ||
<dependency> | ||
|