Skip to content

Commit

Permalink
Bump OpenNLP and release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Apr 18, 2013
1 parent 556a606 commit 36fa44f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Usage from Leiningen:
--------------------

```clojure
[clojure-opennlp "0.2.1"]
[clojure-opennlp "0.2.2"] ;; uses Opennlp 1.5.3
```

clojure-opennlp works with, clojure 1.2.x, 1.3, 1.4 or 1.5
Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
(defproject clojure-opennlp "0.2.2-SNAPSHOT"
(defproject clojure-opennlp "0.2.2"
:description "Natural Language Processing with Clojure, library for opennlp."
:url "http://github.com/dakrone/clojure-opennlp"
:min-lein-version "2.0.0"
:dependencies [[org.clojure/clojure "1.5.1"]
[org.apache.opennlp/opennlp-tools "1.5.2-incubating"]]
[org.apache.opennlp/opennlp-tools "1.5.3"]]
:profiles {:1.3 {:dependencies [[org.clojure/clojure "1.3.0"]]}
:1.4 {:dependencies [[org.clojure/clojure "1.4.0"]]}}
:aliases {"all" ["with-profile" "dev,1.3:dev,1.4:dev"]}
Expand Down

0 comments on commit 36fa44f

Please sign in to comment.