Skip to content

Commit

Permalink
back to SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
ztellman committed Apr 29, 2012
1 parent 5225bcb commit bce4758
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project.clj
@@ -1,4 +1,4 @@
(defproject aleph "0.3.0-alpha1"
(defproject aleph "0.3.0-SNAPSHOT"
:description "a framework for asynchronous communication"
:repositories {"jboss" "http://repository.jboss.org/nexus/content/groups/public/"
"sonatype-oss-public" "https://oss.sonatype.org/content/groups/public/"}
Expand All @@ -8,8 +8,8 @@
:dependencies [[org.clojure/clojure "1.4.0"]
[org.clojure/tools.logging "0.2.3"]
[io.netty/netty "3.4.2.Final"]
[lamina "0.5.0-alpha2"]
[gloss "0.2.2-alpha1"]
[lamina "0.5.0-SNAPSHOT"]
[gloss "0.2.2-SNAPSHOT"]
[clj-json "0.5.0"]
[prxml "1.3.1"]]
:multi-deps {:all [[org.clojure/tools.logging "0.2.3"]
Expand Down

0 comments on commit bce4758

Please sign in to comment.