Skip to content

Commit

Permalink
update to tika 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexott committed Nov 13, 2011
1 parent 20a60c8 commit d37e525
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -3,3 +3,4 @@ Manifest.txt
clj-tika.jar
lib/
*~
/.lein-failures
7 changes: 2 additions & 5 deletions project.clj
@@ -1,8 +1,5 @@
(defproject clj-tika "1.0.0-SNAPSHOT"
(defproject clj-tika "1.0.0"
:description "Clojure bindings to Apache Tika"
:dependencies [[org.clojure/clojure "1.2.1"]
[org.apache.tika/tika-parsers "0.9"]
]
:dev-dependencies [[swank-clojure "1.3.1"]]
; :repositories {"apache-releases" "http://repository.apache.org/content/repositories/releases/"}
[org.apache.tika/tika-parsers "1.0"]]
)

0 comments on commit d37e525

Please sign in to comment.