File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 4
4
# somewhere on your $PATH, like ~/bin. The rest of Leiningen will be
5
5
# installed upon first run into the ~/.lein/self-installs directory.
6
6
7
- export LEIN_VERSION=" 2.4.1-SNAPSHOT "
7
+ export LEIN_VERSION=" 2.4.1"
8
8
9
9
case $LEIN_VERSION in
10
10
* SNAPSHOT) SNAPSHOT=" YES" ;;
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 a source checkout and self-install/upgrading.
6
6
7
- export LEIN_VERSION=" 2.4.1-SNAPSHOT "
7
+ export LEIN_VERSION=" 2.4.1"
8
8
9
9
if [ ` whoami` = " root" ] && [ " $LEIN_ROOT " = " " ]; then
10
10
echo " WARNING: You're currently running as root; probably by accident."
Original file line number Diff line number Diff line change 2
2
3
3
setLocal EnableExtensions EnableDelayedExpansion
4
4
5
- set LEIN_VERSION = 2.4.1-SNAPSHOT
5
+ set LEIN_VERSION = 2.4.1
6
6
7
7
if " %LEIN_VERSION:~-9 % " == " -SNAPSHOT" (
8
8
set SNAPSHOT = YES
Original file line number Diff line number Diff line change 3
3
<groupId >leiningen-core</groupId >
4
4
<artifactId >leiningen-core</artifactId >
5
5
<packaging >jar</packaging >
6
- <version >2.4.0 </version >
6
+ <version >2.4.1 </version >
7
7
<name >leiningen-core</name >
8
8
<description >Library for core functionality of Leiningen.</description >
9
9
<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://
[email protected] /technomancy/leiningen.git</
developerConnection >
19
- <tag >52f6ec9b4c0a9af8255b3bf69d23cca82ecca900
19
+ <tag >d1a634fc4eeea91f19e2f87d503240a31edc2c86
20
20
</tag >
21
21
<url >https://github.com/technomancy/leiningen</url >
22
22
</scm >
Original file line number Diff line number Diff line change 1
- (defproject leiningen-core " 2.4.1-SNAPSHOT "
1
+ (defproject leiningen-core " 2.4.1"
2
2
:url " https://github.com/technomancy/leiningen"
3
3
:license {:name " Eclipse Public License"
4
4
:url " http://www.eclipse.org/legal/epl-v10.html" }
Original file line number Diff line number Diff line change 1
1
; ; This is Leiningen's own project configuration. See doc/TUTORIAL.md
2
2
; ; file as well as sample.project.clj for help writing your own.
3
3
4
- (defproject leiningen " 2.4.1-SNAPSHOT "
4
+ (defproject leiningen " 2.4.1"
5
5
:description " Automate Clojure projects without setting your hair on fire."
6
6
:url " https://github.com/technomancy/leiningen"
7
7
:license {:name " Eclipse Public License"
8
8
:url " http://www.eclipse.org/legal/epl-v10.html" }
9
- :dependencies [[leiningen-core " 2.4.1-SNAPSHOT " ]
9
+ :dependencies [[leiningen-core " 2.4.1" ]
10
10
[org.clojure/data.xml " 0.0.3" ]
11
11
[commons-io " 2.4" ]
12
12
[bultitude " 0.2.6" ]
You can’t perform that action at this time.
0 commit comments