updates project to use new maven repo for weka deps

This commit is contained in:
Ben Mabey 2012-03-27 14:48:54 -06:00
parent 4a1a20524e
commit 82a70f28ad

View file

@ -1,6 +1,6 @@
(defproject com.leadtune/clj-ml "0.2.1"
(defproject com.leadtune/clj-ml "0.2.2"
:description "Machine Learning library for Clojure built around Weka and friends"
:repositories {"leadtune-repo" "http://c0026236.cdn1.cloudfiles.rackspacecloud.com/repo"}
:repositories {"leadtune-repo" "http://utility.leadtune.com:8081/nexus/content/repositories/thirdparty/"}
:aoc "src/java"
:javac-fork "true"
:warn-on-reflection true