Skip to content

Commit

Permalink
Updated README/Project.clj - We are now 1.0.0-beta1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Lau B. Jensen committed Nov 18, 2010
1 parent abcf321 commit 659b8f3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,15 @@ Add the following to your **project.clj** or pom.xml:

Cake/Lein artifact:

TBA
[clojureql "1.0.0-beta1-SNAPSHOT"]

Maven:

TBA
<dependency>
<groupId>clojureql</groupId>
<artifactId>clojureql</artifactId>
<version>1.0.0-beta1-SNAPSHOT</version>
</dependency>

Then execute

Expand Down
8 changes: 4 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(defproject clojureql "0.0.1-SNAPSHOT"
(defproject clojureql "1.0.0-beta1-SNAPSHOT"
:description "SQL abstractions for Clojure"
:dependencies [[org.clojure/clojure "1.2.0"]
[org.clojure/clojure-contrib "1.2.0"]
[mysql/mysql-connector-java "5.1.6"]]
:dev-dependencies [[swank-clojure "1.3.0-SNAPSHOT"]])
[org.clojure/clojure-contrib "1.2.0"]]
:dev-dependencies [[swank-clojure "1.3.0-SNAPSHOT"]
[mysql/mysql-connector-java "5.1.6"]])

0 comments on commit 659b8f3

Please sign in to comment.