File tree 8 files changed +10
-11
lines changed
8 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 1
1
Leiningen NEWS -- history of user-visible changes
2
2
3
- = 1.6.2 / ???
3
+ = 1.6.2 / 2011-11-11
4
4
5
5
* Let run task work with main functions from Java classes.
6
6
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
- LEIN_VERSION=" 1.6.2-SNAPSHOT "
3
+ LEIN_VERSION=" 1.6.2"
4
4
export LEIN_VERSION
5
5
6
6
case $LEIN_VERSION in
Original file line number Diff line number Diff line change 4
4
# It has all the cross-platform stuff stripped out as well as the
5
5
# logic for running from checkouts and self-upgrading.
6
6
7
- LEIN_VERSION=" 1.6.1.1 "
7
+ LEIN_VERSION=" 1.6.2 "
8
8
export LEIN_VERSION
9
9
10
10
if [ ` whoami` = " root" ] && [ " $LEIN_ROOT " = " " ]; then
Original file line number Diff line number Diff line change 1
1
@ echo off
2
2
3
- set LEIN_VERSION = 1.6.2-SNAPSHOT
3
+ set LEIN_VERSION = 1.6.2
4
4
5
5
setLocal EnableExtensions EnableDelayedExpansion
6
6
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >leiningen</groupId >
6
6
<artifactId >leiningen</artifactId >
7
- <version >1.6.2-SNAPSHOT </version >
7
+ <version >1.6.2</version >
8
8
<name >leiningen</name >
9
9
<description >Automate Clojure projects without setting your hair on fire.</description >
10
10
<url >https://github.com/technomancy/leiningen</url >
16
16
<scm >
17
17
<connection >scm:git:git://github.com/technomancy/leiningen.git</connection >
18
18
<developerConnection >scm:git:ssh://git@github.com/technomancy/leiningen.git</developerConnection >
19
- <tag >0e299f0a176aeeac95fb192d2f1de07ca416daff </tag >
19
+ <tag >989ee2bae2e924ffbad06b1a99b337885a62d335 </tag >
20
20
<url >https://github.com/technomancy/leiningen</url >
21
21
</scm >
22
22
<build >
83
83
<dependency >
84
84
<groupId >org.apache.maven</groupId >
85
85
<artifactId >maven-ant-tasks</artifactId >
86
- <version >2.0.10 </version >
86
+ <version >2.1.3 </version >
87
87
<exclusions >
88
88
<exclusion >
89
89
<artifactId >ant</artifactId >
Original file line number Diff line number Diff line change 2
2
; ; defproject form. It can have other code in it as well, including
3
3
; ; loading other task definitions.
4
4
5
- (defproject leiningen " 1.6.2-SNAPSHOT "
5
+ (defproject leiningen " 1.6.2"
6
6
:description " Automate Clojure projects without setting your hair on fire."
7
7
:url " https://github.com/technomancy/leiningen"
8
8
:license {:name " Eclipse Public License" }
Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ Warning: alpha; subject to change."
76
76
(:deps m#))
77
77
:dev-dependencies (or (:dev-dependencies m#)
78
78
(:dev-deps m#))
79
+ :checksum-deps (:checksum-deps m# true )
79
80
:compile-path (normalize-path#
80
81
(or (:compile-path m#) " classes" ))
81
82
:source-path (normalize-path#
Original file line number Diff line number Diff line change @@ -15,9 +15,7 @@ See also https://github.com/technomancy/leiningen/issues
15
15
- [X] non-jar deps on classpath (#244)
16
16
- [X] recover from error in interactive (#234)
17
17
- [X] use java class in run task (#249)
18
- - [ ] fix deploy with new maven-ant-tasks
19
- - [ ] signed deps for plugins (#247)
20
- - [ ] jvm-specific deps (JSR 310)
18
+ - [X] fix deploy with new maven-ant-tasks
21
19
* For 1.6.1
22
20
- [X] upgrade hooke
23
21
- [X] make it easier to use :repl-options [:print clojure.pprint/pprint]
You can’t perform that action at this time.
0 commit comments