Skip to content

Commit 0dda018

Browse files
author
Bruce Adams
committed
Prepare to release 1.2.0
1 parent 2a261b9 commit 0dda018

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

project.clj

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
;; (C) Copyright IBM Corp. 2016 All Rights Reserved.
33
;;
44

5-
(defproject kale "1.2.0-SNAPSHOT"
6-
:description "The command line administration tool for Enhanced Information Retrieval"
7-
:url "https://github.ibm.com/Enhanced-Retrieval-Admin/knowledge-expansion-admin-cli"
5+
(defproject kale "1.2.0"
6+
:description "A command line tool for provisioning and configuring the Retrieve and Rank Service and the Document Conversion Service"
7+
:url "https://github.com/IBM-Watson/kale"
88
:min-lein-version "2.5.0"
9-
:license {:name "IBM"}
9+
:license {:name "MIT"}
1010
:dependencies [[org.clojure/clojure "1.8.0"]
1111
[org.clojure/data.codec "0.1.0"]
1212
[cheshire "5.5.0"]
@@ -15,7 +15,6 @@
1515
;; Not a direct dependency.
1616
;; This is here to lock in a specific version.
1717
[riddley "0.1.12"]]
18-
;; :pedantic? :abort
1918
:main ^:skip-aot kale.main
2019
:target-path "target/%s"
2120
:prep-tasks [["exec" "solr/package.clj"]

0 commit comments

Comments
 (0)