From 35aef5832bec8b8daed20400b6acf9fc9fb0a7a0 Mon Sep 17 00:00:00 2001 From: Jean Niklas L'orange Date: Sun, 9 Aug 2015 15:58:37 +0200 Subject: [PATCH] Back to snapshot. --- bin/lein | 2 +- bin/lein-pkg | 2 +- bin/lein.bat | 2 +- leiningen-core/project.clj | 2 +- project.clj | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bin/lein b/bin/lein index 89056c31..69eabdc3 100755 --- a/bin/lein +++ b/bin/lein @@ -4,7 +4,7 @@ # somewhere on your $PATH, like ~/bin. The rest of Leiningen will be # installed upon first run into the ~/.lein/self-installs directory. -export LEIN_VERSION="2.5.2" +export LEIN_VERSION="2.5.3-SNAPSHOT" case $LEIN_VERSION in *SNAPSHOT) SNAPSHOT="YES" ;; diff --git a/bin/lein-pkg b/bin/lein-pkg index 227e15ff..d24b5a44 100644 --- a/bin/lein-pkg +++ b/bin/lein-pkg @@ -4,7 +4,7 @@ # It has all the cross-platform stuff stripped out as well as the # logic for running from a source checkout and self-install/upgrading. -export LEIN_VERSION="2.5.2" +export LEIN_VERSION="2.5.3-SNAPSHOT" if [ "$(whoami)" = "root" ] && [ "$LEIN_ROOT" = "" ]; then echo "WARNING: You're currently running as root; probably by accident." diff --git a/bin/lein.bat b/bin/lein.bat index c37aed5a..79575831 100755 --- a/bin/lein.bat +++ b/bin/lein.bat @@ -2,7 +2,7 @@ setLocal EnableExtensions EnableDelayedExpansion -set LEIN_VERSION=2.5.2 +set LEIN_VERSION=2.5.3-SNAPSHOT if "%LEIN_VERSION:~-9%" == "-SNAPSHOT" ( set SNAPSHOT=YES diff --git a/leiningen-core/project.clj b/leiningen-core/project.clj index 2c40cb3c..031846e9 100644 --- a/leiningen-core/project.clj +++ b/leiningen-core/project.clj @@ -1,4 +1,4 @@ -(defproject leiningen-core "2.5.2" +(defproject leiningen-core "2.5.3-SNAPSHOT" :url "https://github.com/technomancy/leiningen" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} diff --git a/project.clj b/project.clj index 92ac1731..6c0af363 100644 --- a/project.clj +++ b/project.clj @@ -1,12 +1,12 @@ ;; This is Leiningen's own project configuration. See doc/TUTORIAL.md ;; file as well as sample.project.clj for help writing your own. -(defproject leiningen "2.5.2" +(defproject leiningen "2.5.3-SNAPSHOT" :description "Automate Clojure projects without setting your hair on fire." :url "https://github.com/technomancy/leiningen" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} - :dependencies [[leiningen-core "2.5.2"] + :dependencies [[leiningen-core "2.5.3-SNAPSHOT"] [org.clojure/data.xml "0.0.3"] [commons-io "2.4"] [bultitude "0.2.8"]