Skip to content

Commit

Permalink
Updated the version to 1.1.6-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
macourtney committed Apr 2, 2013
1 parent 50f5823 commit 3ec222d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion drift-db-h2/project.clj
@@ -1,4 +1,4 @@
(defproject org.drift-db/drift-db-h2 "1.1.5"
(defproject org.drift-db/drift-db-h2 "1.1.6-SNAPSHOT"
:description "This is the h2 implementation of the drift-db protocol."
:dependencies [[clojure-tools "1.1.2"]
[com.h2database/h2 "1.3.168"]
Expand Down
2 changes: 1 addition & 1 deletion drift-db-mysql/project.clj
@@ -1,4 +1,4 @@
(defproject org.drift-db/drift-db-mysql "1.1.5"
(defproject org.drift-db/drift-db-mysql "1.1.6-SNAPSHOT"
:description "This is the mysql implementation of the drift-db protocol."
:dependencies [[clojure-tools "1.1.2"]
[mysql/mysql-connector-java "5.1.21"]
Expand Down
2 changes: 1 addition & 1 deletion drift-db-postgresql/project.clj
@@ -1,4 +1,4 @@
(defproject org.drift-db/drift-db-postgresql "1.1.5"
(defproject org.drift-db/drift-db-postgresql "1.1.6-SNAPSHOT"
:description "This is the postgresql implementation of the drift-db protocol."
:dependencies [[clojure-tools "1.1.2"]
[org.clojure/java.jdbc "0.2.3"]
Expand Down
2 changes: 1 addition & 1 deletion drift-db/project.clj
@@ -1,4 +1,4 @@
(defproject org.drift-db/drift-db "1.1.5"
(defproject org.drift-db/drift-db "1.1.6-SNAPSHOT"
: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
@@ -1,4 +1,4 @@
(defproject org.drift-db/drift-db-root "1.1.5"
(defproject org.drift-db/drift-db-root "1.1.6-SNAPSHOT"
:description "This is the root project for drift-db"

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

0 comments on commit 3ec222d

Please sign in to comment.