update project.clj with specifics for the java6 compatible version

This commit is contained in:
Gered 2014-03-03 13:47:52 -05:00
parent 4a2f236876
commit 6216266abc

View file

@ -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"