diff --git a/drift-db-h2/project.clj b/drift-db-h2/project.clj index 66f4af2..2ef3717 100755 --- a/drift-db-h2/project.clj +++ b/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"] diff --git a/drift-db-mysql/project.clj b/drift-db-mysql/project.clj index 7755e93..12af467 100755 --- a/drift-db-mysql/project.clj +++ b/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"] diff --git a/drift-db-postgresql/project.clj b/drift-db-postgresql/project.clj index 8407650..b974a8c 100755 --- a/drift-db-postgresql/project.clj +++ b/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"] diff --git a/drift-db/project.clj b/drift-db/project.clj index 747f738..89c7394 100755 --- a/drift-db/project.clj +++ b/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"]]) diff --git a/project.clj b/project.clj index 9048336..5854a9a 100755 --- a/project.clj +++ b/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 '