Skip to content

Commit

Permalink
Updated the version to 1.1.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
macourtney committed Apr 2, 2013
1 parent 45340b0 commit 50f5823
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions drift-db-h2/project.clj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(defproject org.drift-db/drift-db-h2 "1.1.5-SNAPSHOT"
(defproject org.drift-db/drift-db-h2 "1.1.5"
:description "This is the h2 implementation of the drift-db protocol."
:dependencies [[clojure-tools "1.1.2"]
[com.h2database/h2 "1.3.168"]
[org.clojure/java.jdbc "0.2.3"]
[org.clojure/tools.logging "0.2.3"]
[org.drift-db/drift-db "1.1.5-SNAPSHOT"]])
[org.drift-db/drift-db "1.1.5"]])
4 changes: 2 additions & 2 deletions drift-db-mysql/project.clj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(defproject org.drift-db/drift-db-mysql "1.1.5-SNAPSHOT"
(defproject org.drift-db/drift-db-mysql "1.1.5"
:description "This is the mysql implementation of the drift-db protocol."
:dependencies [[clojure-tools "1.1.2"]
[mysql/mysql-connector-java "5.1.21"]
[org.clojure/java.jdbc "0.2.3"]
[org.clojure/tools.logging "0.2.3"]
[org.drift-db/drift-db "1.1.5-SNAPSHOT"]])
[org.drift-db/drift-db "1.1.5"]])
4 changes: 2 additions & 2 deletions drift-db-postgresql/project.clj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(defproject org.drift-db/drift-db-postgresql "1.1.5-SNAPSHOT"
(defproject org.drift-db/drift-db-postgresql "1.1.5"
:description "This is the postgresql implementation of the drift-db protocol."
:dependencies [[clojure-tools "1.1.2"]
[org.clojure/java.jdbc "0.2.3"]
[org.clojure/tools.logging "0.2.3"]
[org.drift-db/drift-db "1.1.5-SNAPSHOT"]
[org.drift-db/drift-db "1.1.5"]
[postgresql "9.1-901.jdbc4"]])
2 changes: 1 addition & 1 deletion drift-db/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject org.drift-db/drift-db "1.1.5-SNAPSHOT"
(defproject org.drift-db/drift-db "1.1.5"
:description "A database interface for use with drift."
:dependencies [[clojure-tools "1.1.2"]
[org.clojure/tools.logging "0.2.3"]])
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject org.drift-db/drift-db-root "1.1.5-SNAPSHOT"
(defproject org.drift-db/drift-db-root "1.1.5"
:description "This is the root project for drift-db"

; To run use 'lein sub <task>'
Expand Down

0 comments on commit 50f5823

Please sign in to comment.