update project.clj with specifics for the java6 compatible version
This commit is contained in:
parent
4a2f236876
commit
6216266abc
|
@ -1,6 +1,6 @@
|
|||
(defproject clj-jtwig "0.1.0-SNAPSHOT"
|
||||
:description "Clojure wrapper for JTwig"
|
||||
:url "https://github.com/gered/clj-jtwig"
|
||||
(defproject clj-jtwig-java6 "0.1.0-SNAPSHOT"
|
||||
:description "Clojure wrapper for JTwig (Java 6 dependencies)"
|
||||
:url "https://github.com/gered/clj-jtwig/tree/java6"
|
||||
:license {:name "Apache License, Version 2.0"
|
||||
:url "http://www.apache.org/licenses/LICENSE-2.0"}
|
||||
:repositories [["sonatype" {:url "http://oss.sonatype.org/content/repositories/releases"
|
||||
|
|
Reference in a new issue