From 4169f26ca83e0ed70c70a415e45d673acade3c4d Mon Sep 17 00:00:00 2001 From: Phil Hagelberg Date: Fri, 27 Oct 2017 14:46:11 -0700 Subject: [PATCH] Bump dev version up to 2.8.2-SNAPSHOT. --- bin/lein | 2 +- bin/lein-pkg | 2 +- bin/lein-sdkman | 2 +- bin/lein.bat | 2 +- bin/lein.ps1 | 2 +- leiningen-core/pom.xml | 16 +++++++--------- leiningen-core/project.clj | 2 +- project.clj | 4 ++-- 8 files changed, 15 insertions(+), 17 deletions(-) diff --git a/bin/lein b/bin/lein index f1101710..4dcb2531 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.8.1" +export LEIN_VERSION="2.8.2-SNAPSHOT" case $LEIN_VERSION in *SNAPSHOT) SNAPSHOT="YES" ;; diff --git a/bin/lein-pkg b/bin/lein-pkg index 6f06ff97..25a33a31 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.8.1" +export LEIN_VERSION="2.8.2-SNAPSHOT" # cd to the project root, if applicable NOT_FOUND=1 diff --git a/bin/lein-sdkman b/bin/lein-sdkman index 6f15eada..b4122937 100755 --- a/bin/lein-sdkman +++ b/bin/lein-sdkman @@ -2,7 +2,7 @@ # This variant of the lein script is meant for consumption by SDKMAN! # (i.e. a script which supports all platforms with bash installed) -export LEIN_VERSION="2.8.1" +export LEIN_VERSION="2.8.2-SNAPSHOT" if [[ "$OSTYPE" == "cygwin" ]] || [[ "$OSTYPE" == "msys" ]]; then delimiter=";" diff --git a/bin/lein.bat b/bin/lein.bat index 92a8ce44..0e42e86b 100755 --- a/bin/lein.bat +++ b/bin/lein.bat @@ -2,7 +2,7 @@ setLocal EnableExtensions EnableDelayedExpansion -set LEIN_VERSION=2.8.1 +set LEIN_VERSION=2.8.2-SNAPSHOT if "%LEIN_VERSION:~-9%" == "-SNAPSHOT" ( set SNAPSHOT=YES diff --git a/bin/lein.ps1 b/bin/lein.ps1 index a2eec041..b089006c 100644 --- a/bin/lein.ps1 +++ b/bin/lein.ps1 @@ -34,7 +34,7 @@ function Set-ParentLocation([string]$file) function Initialize-Environment { - $env:LEIN_VERSION = '2.8.1' + $env:LEIN_VERSION = '2.8.2-SNAPSHOT' $env:SNAPSHOT = if($env:LEIN_VERSION -like '*-SNAPSHOT'){'YES'}else{'NO'} #TODO: Still needed? $env:ORIGINAL_PWD = $PWD -replace '\\$','\\' Set-ParentLocation project.clj diff --git a/leiningen-core/pom.xml b/leiningen-core/pom.xml index eb05418e..50a67b98 100644 --- a/leiningen-core/pom.xml +++ b/leiningen-core/pom.xml @@ -3,7 +3,7 @@ leiningen-core leiningen-core jar - 2.8.1 + 2.8.2-SNAPSHOT leiningen-core Library for core functionality of Leiningen. https://github.com/technomancy/leiningen @@ -14,9 +14,7 @@ - 91afe60b11335c9687f21d61a7a501bc46466f6e - - + 2261906d9dd7b8381baf8af3090363c66a91ca79 src @@ -48,7 +46,7 @@ clojars - https://clojars.org/repo/ + https://repo.clojars.org/ true @@ -72,8 +70,8 @@ 0.2.8 - org.tcrawley dynapath + org.tcrawley @@ -93,12 +91,12 @@ 0.4.0 - org.tcrawley dynapath + org.tcrawley - org.codehaus.plexus plexus-utils + org.codehaus.plexus @@ -113,8 +111,8 @@ 2.12 - org.apache.maven.wagon wagon-provider-api + org.apache.maven.wagon diff --git a/leiningen-core/project.clj b/leiningen-core/project.clj index 18c8b30c..901c27e2 100644 --- a/leiningen-core/project.clj +++ b/leiningen-core/project.clj @@ -1,4 +1,4 @@ -(defproject leiningen-core "2.8.1" +(defproject leiningen-core "2.8.2-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 fc32d11c..3bace64c 100644 --- a/project.clj +++ b/project.clj @@ -1,13 +1,13 @@ ;; 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.8.1" +(defproject leiningen "2.8.2-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"} ;; If you update these, update resources/leiningen/bootclasspath-deps.clj too - :dependencies [[leiningen-core "2.8.1"] + :dependencies [[leiningen-core "2.8.2-SNAPSHOT"] ;; needed for pom [org.clojure/data.xml "0.0.8"] ;; needed for test