Skip to content

Commit 36fa44f

Browse files
committed
Bump OpenNLP and release 0.2.2
1 parent 556a606 commit 36fa44f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Usage from Leiningen:
2727
--------------------
2828

2929
```clojure
30-
[clojure-opennlp "0.2.1"]
30+
[clojure-opennlp "0.2.2"] ;; uses Opennlp 1.5.3
3131
```
3232

3333
clojure-opennlp works with, clojure 1.2.x, 1.3, 1.4 or 1.5

project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
(defproject clojure-opennlp "0.2.2-SNAPSHOT"
1+
(defproject clojure-opennlp "0.2.2"
22
:description "Natural Language Processing with Clojure, library for opennlp."
33
:url "http://github.com/dakrone/clojure-opennlp"
44
:min-lein-version "2.0.0"
55
:dependencies [[org.clojure/clojure "1.5.1"]
6-
[org.apache.opennlp/opennlp-tools "1.5.2-incubating"]]
6+
[org.apache.opennlp/opennlp-tools "1.5.3"]]
77
:profiles {:1.3 {:dependencies [[org.clojure/clojure "1.3.0"]]}
88
:1.4 {:dependencies [[org.clojure/clojure "1.4.0"]]}}
99
:aliases {"all" ["with-profile" "dev,1.3:dev,1.4:dev"]}

0 commit comments

Comments
 (0)