Skip to content

Commit

Permalink
Release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Mar 21, 2013
1 parent 4a5ca55 commit bc84d8d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bin/lein
Expand Up @@ -4,7 +4,7 @@
# somewhere on your $PATH, like ~/bin. The rest of Leiningen will be # somewhere on your $PATH, like ~/bin. The rest of Leiningen will be
# installed upon first run into the ~/.lein/self-installs directory. # installed upon first run into the ~/.lein/self-installs directory.


export LEIN_VERSION="2.2.0-SNAPSHOT" export LEIN_VERSION="2.1.1"


case $LEIN_VERSION in case $LEIN_VERSION in
*SNAPSHOT) SNAPSHOT="YES" ;; *SNAPSHOT) SNAPSHOT="YES" ;;
Expand Down
2 changes: 1 addition & 1 deletion bin/lein-pkg
Expand Up @@ -4,7 +4,7 @@
# It has all the cross-platform stuff stripped out as well as the # It has all the cross-platform stuff stripped out as well as the
# logic for running from a source checkout and self-install/upgrading. # logic for running from a source checkout and self-install/upgrading.


export LEIN_VERSION="2.2.0-SNAPSHOT" export LEIN_VERSION="2.1.1"


if [ `whoami` = "root" ] && [ "$LEIN_ROOT" = "" ]; then if [ `whoami` = "root" ] && [ "$LEIN_ROOT" = "" ]; then
echo "WARNING: You're currently running as root; probably by accident." echo "WARNING: You're currently running as root; probably by accident."
Expand Down
2 changes: 1 addition & 1 deletion bin/lein.bat
Expand Up @@ -2,7 +2,7 @@


setLocal EnableExtensions EnableDelayedExpansion setLocal EnableExtensions EnableDelayedExpansion


set LEIN_VERSION=2.2.0-SNAPSHOT set LEIN_VERSION=2.1.1


if "%LEIN_VERSION:~-9%" == "-SNAPSHOT" ( if "%LEIN_VERSION:~-9%" == "-SNAPSHOT" (
set SNAPSHOT=YES set SNAPSHOT=YES
Expand Down
2 changes: 1 addition & 1 deletion leiningen-core/pom.xml
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>leiningen-core</groupId> <groupId>leiningen-core</groupId>
<artifactId>leiningen-core</artifactId> <artifactId>leiningen-core</artifactId>
<version>2.1.0</version> <version>2.1.1</version>
<name>leiningen-core</name> <name>leiningen-core</name>
<description>Library for core functionality of Leiningen.</description> <description>Library for core functionality of Leiningen.</description>
<url>https://github.com/technomancy/leiningen</url> <url>https://github.com/technomancy/leiningen</url>
Expand Down
2 changes: 1 addition & 1 deletion leiningen-core/project.clj
@@ -1,4 +1,4 @@
(defproject leiningen-core "2.2.0-SNAPSHOT" (defproject leiningen-core "2.1.1"
:url "https://github.com/technomancy/leiningen" :url "https://github.com/technomancy/leiningen"
:license {:name "Eclipse Public License" :license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"} :url "http://www.eclipse.org/legal/epl-v10.html"}
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,7 +1,7 @@
;; This is Leiningen's own project configuration. See doc/TUTORIAL.md ;; This is Leiningen's own project configuration. See doc/TUTORIAL.md
;; file as well as sample.project.clj for help writing your own. ;; file as well as sample.project.clj for help writing your own.


(defproject leiningen "2.2.0-SNAPSHOT" (defproject leiningen "2.1.1"
:description "Automate Clojure projects without setting your hair on fire." :description "Automate Clojure projects without setting your hair on fire."
:url "https://github.com/technomancy/leiningen" :url "https://github.com/technomancy/leiningen"
:license {:name "Eclipse Public License" :license {:name "Eclipse Public License"
Expand Down

0 comments on commit bc84d8d

Please sign in to comment.