-
Notifications
You must be signed in to change notification settings - Fork 48
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
29dac70
commit 4b6f67f
Showing
9 changed files
with
24 additions
and
24 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
(defproject joplin.cassandra "0.3.3-SNAPSHOT" | ||
(defproject joplin.cassandra "0.3.3" | ||
:description "Cassandra support for Joplin" | ||
:url "http://github.com/juxt/joplin" | ||
:scm {:name "git" | ||
:url "https://github.com/juxt/joplin"} | ||
:license {:name "Eclipse Public License" | ||
:url "http://www.eclipse.org/legal/epl-v10.html"} | ||
:dependencies [[org.clojure/clojure "1.7.0"] | ||
[joplin.core "0.3.3-SNAPSHOT"] | ||
[joplin.core "0.3.3"] | ||
[clojurewerkz/cassaforte "2.0.2"]]) |
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
(defproject joplin.datomic "0.3.3-SNAPSHOT" | ||
(defproject joplin.datomic "0.3.3" | ||
:description "Datomic support for Joplin" | ||
:url "http://github.com/juxt/joplin" | ||
:scm {:name "git" | ||
:url "https://github.com/juxt/joplin"} | ||
:license {:name "Eclipse Public License" | ||
:url "http://www.eclipse.org/legal/epl-v10.html"} | ||
:dependencies [[org.clojure/clojure "1.7.0"] | ||
[joplin.core "0.3.3-SNAPSHOT"] | ||
[com.datomic/datomic-free "0.9.5206"]]) | ||
[joplin.core "0.3.3"] | ||
[com.datomic/datomic-free "0.9.5206" :exclusions [joda-time]]]) |
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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
(defproject joplin.elasticsearch "0.3.3-SNAPSHOT" | ||
(defproject joplin.elasticsearch "0.3.3" | ||
:description "ElasticSearch support for Joplin" | ||
:url "http://github.com/juxt/joplin" | ||
:scm {:name "git" | ||
:url "https://github.com/juxt/joplin"} | ||
:license {:name "Eclipse Public License" | ||
:url "http://www.eclipse.org/legal/epl-v10.html"} | ||
:dependencies [[org.clojure/clojure "1.7.0"] | ||
[joplin.core "0.3.3-SNAPSHOT"] | ||
[joplin.core "0.3.3"] | ||
[clojurewerkz/elastisch "2.1.0"] | ||
[clj-time "0.11.0"]]) |
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
(defproject joplin.jdbc "0.3.3-SNAPSHOT" | ||
(defproject joplin.jdbc "0.3.3" | ||
:description "JDBC support for Joplin" | ||
:url "http://github.com/juxt/joplin" | ||
:scm {:name "git" | ||
:url "https://github.com/juxt/joplin"} | ||
:license {:name "Eclipse Public License" | ||
:url "http://www.eclipse.org/legal/epl-v10.html"} | ||
:dependencies [[org.clojure/clojure "1.7.0"] | ||
[joplin.core "0.3.3-SNAPSHOT"] | ||
[joplin.core "0.3.3"] | ||
[ragtime/ragtime.jdbc "0.5.1"]]) |
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