Skip to content

Commit 3f9ecd6

Browse files
committed
Release 2.4.1
1 parent d1a634f commit 3f9ecd6

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

bin/lein

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# somewhere on your $PATH, like ~/bin. The rest of Leiningen will be
55
# installed upon first run into the ~/.lein/self-installs directory.
66

7-
export LEIN_VERSION="2.4.1-SNAPSHOT"
7+
export LEIN_VERSION="2.4.1"
88

99
case $LEIN_VERSION in
1010
*SNAPSHOT) SNAPSHOT="YES" ;;

bin/lein-pkg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# It has all the cross-platform stuff stripped out as well as the
55
# logic for running from a source checkout and self-install/upgrading.
66

7-
export LEIN_VERSION="2.4.1-SNAPSHOT"
7+
export LEIN_VERSION="2.4.1"
88

99
if [ `whoami` = "root" ] && [ "$LEIN_ROOT" = "" ]; then
1010
echo "WARNING: You're currently running as root; probably by accident."

bin/lein.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setLocal EnableExtensions EnableDelayedExpansion
44

5-
set LEIN_VERSION=2.4.1-SNAPSHOT
5+
set LEIN_VERSION=2.4.1
66

77
if "%LEIN_VERSION:~-9%" == "-SNAPSHOT" (
88
set SNAPSHOT=YES

leiningen-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>leiningen-core</groupId>
44
<artifactId>leiningen-core</artifactId>
55
<packaging>jar</packaging>
6-
<version>2.4.0</version>
6+
<version>2.4.1</version>
77
<name>leiningen-core</name>
88
<description>Library for core functionality of Leiningen.</description>
99
<url>https://github.com/technomancy/leiningen</url>
@@ -16,7 +16,7 @@
1616
<scm>
1717
<connection>scm:git:git://github.com/technomancy/leiningen.git</connection>
1818
<developerConnection>scm:git:ssh://[email protected]/technomancy/leiningen.git</developerConnection>
19-
<tag>52f6ec9b4c0a9af8255b3bf69d23cca82ecca900
19+
<tag>d1a634fc4eeea91f19e2f87d503240a31edc2c86
2020
</tag>
2121
<url>https://github.com/technomancy/leiningen</url>
2222
</scm>

leiningen-core/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject leiningen-core "2.4.1-SNAPSHOT"
1+
(defproject leiningen-core "2.4.1"
22
:url "https://github.com/technomancy/leiningen"
33
:license {:name "Eclipse Public License"
44
:url "http://www.eclipse.org/legal/epl-v10.html"}

project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
;; This is Leiningen's own project configuration. See doc/TUTORIAL.md
22
;; file as well as sample.project.clj for help writing your own.
33

4-
(defproject leiningen "2.4.1-SNAPSHOT"
4+
(defproject leiningen "2.4.1"
55
:description "Automate Clojure projects without setting your hair on fire."
66
:url "https://github.com/technomancy/leiningen"
77
:license {:name "Eclipse Public License"
88
:url "http://www.eclipse.org/legal/epl-v10.html"}
9-
:dependencies [[leiningen-core "2.4.1-SNAPSHOT"]
9+
:dependencies [[leiningen-core "2.4.1"]
1010
[org.clojure/data.xml "0.0.3"]
1111
[commons-io "2.4"]
1212
[bultitude "0.2.6"]

0 commit comments

Comments
 (0)