From a6b2309518618bb0da75f2c805c21571de218dea Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Thu, 20 Sep 2018 11:16:41 +0100 Subject: [PATCH] Preparing for dummy run release. --- RELEASENOTES.md => CHANGELOG.md | 4 ++++ project.clj | 7 ++----- 2 files changed, 6 insertions(+), 5 deletions(-) rename RELEASENOTES.md => CHANGELOG.md (70%) diff --git a/RELEASENOTES.md b/CHANGELOG.md similarity index 70% rename from RELEASENOTES.md rename to CHANGELOG.md index 2cb9c4c..e4b94b3 100644 --- a/RELEASENOTES.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Release 1.4.5 + +Generation of skeleton Clojure webapp is now largely complete; this release is not the final 'beta' release of this functionality, but is a dummy run towards that release. + # Release 1.4.1 Release 1.4.1 adds a 'magnitude' element to entities, in order to provide a pragma for when diff --git a/project.clj b/project.clj index 138e6b3..9ef1f54 100644 --- a/project.clj +++ b/project.clj @@ -1,11 +1,11 @@ -(defproject adl "1.4.4" +(defproject adl "1.4.5-SNAPSHOT" :description "An application to transform an ADL application specification document into skeleton code for a Clojure web-app" :url "https://github.com/simon-brooke/adl" :license {:name "GNU Lesser General Public License, version 3.0 or (at your option) any later version" :url "https://www.gnu.org/licenses/lgpl-3.0.en.html"} - :dependencies [[adl-support "0.1.4-SNAPSHOT"] + :dependencies [[adl-support "0.1.4"] [bouncer "1.0.1"] [clojure-saxon "0.9.4"] [environ "1.1.0"] @@ -24,9 +24,6 @@ ;; [uncomplexor "0.1.0-SNAPSHOT"] ] -;; :lein-release {:scm :git -;; :deploy-via :clojars} ;; :deploy-via :clojars fails - with an scp error. - ;; `lein release` doesn't work with `git flow release`. To use ;; `lein release`, first merge `develop` into `master`, and then, in branch ;; `master`, run `lein release`