Bumped versions of ADL files to current releases
This commit is contained in:
parent
1c8916fc09
commit
823bae80d6
|
@ -1,8 +1,6 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).
|
All notable changes to this project will be documented in this file. This change log is intended to follow the conventions of [keepachangelog.com](http://keepachangelog.com/).
|
||||||
|
|
||||||
## [Unreleased]
|
## 0.1.4, 2018-09-20
|
||||||
|
|
||||||
|
This is not the official beta release, but it is a dummy run for a beta release.
|
||||||
[Unreleased]: https://github.com/your-name/lein-adl/compare/0.1.1...HEAD
|
|
||||||
[0.1.1]: https://github.com/your-name/lein-adl/compare/0.1.0...0.1.1
|
|
||||||
|
|
1
pkg/README
Normal file
1
pkg/README
Normal file
|
@ -0,0 +1 @@
|
||||||
|
this directory is required by the release process
|
12
project.clj
12
project.clj
|
@ -3,8 +3,8 @@
|
||||||
:url "https://github.com/simon-brooke/lein-adl"
|
:url "https://github.com/simon-brooke/lein-adl"
|
||||||
:license {:name "Eclipse Public License" ;; for compatibility with leiningen
|
:license {:name "Eclipse Public License" ;; for compatibility with leiningen
|
||||||
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
||||||
:dependencies [[adl-support "0.1.3"]
|
:dependencies [[adl-support "0.1.4"]
|
||||||
[adl "1.4.3"]]
|
[adl "1.4.5"]]
|
||||||
|
|
||||||
:plugins [[lein-codox "0.10.3"]
|
:plugins [[lein-codox "0.10.3"]
|
||||||
[lein-release "1.0.5"]]
|
[lein-release "1.0.5"]]
|
||||||
|
@ -12,12 +12,8 @@
|
||||||
:deploy-repositories [["releases" :clojars]
|
:deploy-repositories [["releases" :clojars]
|
||||||
["snapshots" :clojars]]
|
["snapshots" :clojars]]
|
||||||
|
|
||||||
;; `lein release` doesn't work with `git flow release`. To use
|
;; `lein release` doesn't play nice with `git flow release`. Run `lein release` in the
|
||||||
;; `lein release`, first merge `develop` into `master`, and then, in branch
|
;; `develop` branch, then merge the release tag into the `master` branch.
|
||||||
;; `master`, run `lein release`
|
|
||||||
|
|
||||||
;; in fact, `lein release` is pretty comprehensively broken, which is a
|
|
||||||
;; shame because it's a good idea.
|
|
||||||
|
|
||||||
:release-tasks [["vcs" "assert-committed"]
|
:release-tasks [["vcs" "assert-committed"]
|
||||||
["clean"]
|
["clean"]
|
||||||
|
|
Loading…
Reference in a new issue