Skip to content

Commit 5a3bb75

Browse files
committed
Upgraded project.clj to lein2
1 parent 18db834 commit 5a3bb75

1 file changed

Lines changed: 15 additions & 14 deletions

File tree

project.clj

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
1-
(defproject buildversion-maven-plugin "1.0.1-SNAPSHOT"
1+
(defproject buildversion-maven-plugin/buildversion-maven-plugin "1.0.1-SNAPSHOT"
2+
:compile-path "/home/ferd/repos/buildversion-plugin/target/classes"
23
:dependencies [[org.clojure/clojure "1.3.0"]
3-
[org.cloudhoist/clojure-maven-mojo-annotations "0.3.2-SNAPSHOT"]
4-
[org.cloudhoist/clojure-maven-mojo "0.3.2-SNAPSHOT"]
4+
[org.cloudhoist/clojure-maven-mojo-annotations
5+
"0.3.2"]
6+
[org.cloudhoist/clojure-maven-mojo "0.3.2"]
57
[org.apache.maven/maven-plugin-api "3.0.3"]
68
[org.clojure/tools.trace "0.7.1"]
79
[conch "0.2.1"]]
8-
:dev-dependencies [[lein-swank "1.4.4"]
9-
[lein-pprint "1.1.1"]
10-
[radagast "1.1.0"]]
11-
12-
:source-path "src/main/clojure"
13-
:compile-path "target/classes"
14-
:library-path "target/dependency"
15-
:test-path "src/test/clojure"
16-
:resources-path "src/main/resource"
17-
:target-dir "target"
18-
)
10+
:source-paths ["src/main/clojure"]
11+
:jar-dir "/home/ferd/repos/buildversion-plugin/target"
12+
:profiles {:dev {:dependencies [[radagast "1.1.0"]]}}
13+
:repositories {"sonatype-releases"
14+
"http://oss.sonatype.org/content/repositories/releases"}
15+
:resource-paths ["src/main/resource"]
16+
:target-dir "/home/ferd/repos/buildversion-plugin/target"
17+
:min-lein-version "2.0.0"
18+
:plugins [[lein-swank "1.4.4"] [lein-pprint "1.1.1"]]
19+
:test-paths ["src/test/clojure"])

0 commit comments

Comments
 (0)