Skip to content

Commit f9a464e

Browse files
committed
Release 2.6.1
1 parent 645161a commit f9a464e

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.6.1-SNAPSHOT"
7+
export LEIN_VERSION="2.6.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.6.1-SNAPSHOT"
7+
export LEIN_VERSION="2.6.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.6.1-SNAPSHOT
5+
set LEIN_VERSION=2.6.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
@@ -4,7 +4,7 @@
44
<groupId>leiningen-core</groupId>
55
<artifactId>leiningen-core</artifactId>
66
<packaging>jar</packaging>
7-
<version>2.6.0</version>
7+
<version>2.6.1</version>
88
<name>leiningen-core</name>
99
<description>Library for core functionality of Leiningen.</description>
1010
<url>https://github.com/technomancy/leiningen</url>
@@ -17,7 +17,7 @@
1717
<scm>
1818
<connection>scm:git:git://github.com/technomancy/leiningen.git</connection>
1919
<developerConnection>scm:git:ssh://git@github.com/technomancy/leiningen.git</developerConnection>
20-
<tag>a18141baf5bdfc6d56aebc8fcf4bd2e74246ba00
20+
<tag>645161ad1827e941177ffebec29da6f700d78c25
2121
</tag>
2222
<url>https://github.com/technomancy/leiningen</url>
2323
</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.6.1-SNAPSHOT"
1+
(defproject leiningen-core "2.6.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.6.1-SNAPSHOT"
4+
(defproject leiningen "2.6.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.6.1-SNAPSHOT"]
9+
:dependencies [[leiningen-core "2.6.1"]
1010
[org.clojure/data.xml "0.0.3"]
1111
[commons-io "2.4"]
1212
[bultitude "0.2.8"]

0 commit comments

Comments
 (0)