From 9f3275ba64b84d5b5818ae5dfea9a79587547fe1 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Sun, 27 Jul 2014 12:01:15 +0100 Subject: [PATCH] Still working on manifest properties --- project.clj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/project.clj b/project.clj index 8d3439c..add6ff0 100644 --- a/project.clj +++ b/project.clj @@ -4,10 +4,10 @@ :manifest { ;; do not reformat this! It is important for the buildall script ;; that each of these properties is on a line with nothing else. - "build-signature-version" "unset" - "build-signature-user" "unset" - "build-signature-email" "unset" - "build-signature-timestamp" "unset" + "build-signature-version" "0.1.2-SNAPSHOT" + "build-signature-user" "Simon Brooke" + "build-signature-email" "simon@journeyman.cc" + "build-signature-timestamp" "2014-07-27 11:55:34+01:00" } :dependencies [[org.clojure/clojure "1.6.0"] [mw-engine "0.1.2-SNAPSHOT"]