From 6216266abce16a9ec3ff6c0486f832c9b14fb9c8 Mon Sep 17 00:00:00 2001 From: gered Date: Mon, 3 Mar 2014 13:47:52 -0500 Subject: [PATCH] update project.clj with specifics for the java6 compatible version --- project.clj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project.clj b/project.clj index 97ead71..f1a0822 100644 --- a/project.clj +++ b/project.clj @@ -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"