-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.clj
More file actions
18 lines (18 loc) · 796 Bytes
/
project.clj
File metadata and controls
18 lines (18 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
(defproject lein-bundle "0.1.2-SNAPSHOT"
:description "A Leiningen plugin to facilitate creation and deployment of
OSGi bundles."
:url "https://github.com/tmciver/lein-bundle"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:eval-in-leiningen true
:dependencies [[obr-clj "0.1.0"]
[lein-bnd "0.1.0"]
[clj-ssh "0.5.11"]]
:release-tasks [["vcs" "assert-committed"]
["change" "version" "leiningen.release/bump-version" "release"]
["vcs" "commit"]
["vcs" "tag"]
["deploy" "clojars"]
["change" "version" "leiningen.release/bump-version"]
["vcs" "commit"]
["vcs" "push"]])