diff --git a/bin/lein b/bin/lein index 06b0478ac..e5489121f 100755 --- a/bin/lein +++ b/bin/lein @@ -8,7 +8,7 @@ function msg { echo "$@" 1>&2 } -export LEIN_VERSION="2.8.2-SNAPSHOT" +export LEIN_VERSION="2.8.2" case $LEIN_VERSION in *SNAPSHOT) SNAPSHOT="YES" ;; diff --git a/bin/lein-pkg b/bin/lein-pkg index 03a1c5fd5..0f38236f8 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.2-SNAPSHOT" +export LEIN_VERSION="2.8.2" # cd to the project root, if applicable NOT_FOUND=1 diff --git a/bin/lein-sdkman b/bin/lein-sdkman index 1c4e978cd..27c33e837 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.2-SNAPSHOT" +export LEIN_VERSION="2.8.2" if [[ "$OSTYPE" == "cygwin" ]] || [[ "$OSTYPE" == "msys" ]]; then delimiter=";" diff --git a/bin/lein.bat b/bin/lein.bat index caeaadea8..fcc4c06bb 100755 --- a/bin/lein.bat +++ b/bin/lein.bat @@ -2,7 +2,7 @@ setLocal EnableExtensions EnableDelayedExpansion -set LEIN_VERSION=2.8.2-SNAPSHOT +set LEIN_VERSION=2.8.2 if "%LEIN_VERSION:~-9%" == "-SNAPSHOT" ( set SNAPSHOT=YES diff --git a/bin/lein.ps1 b/bin/lein.ps1 index ed7d82210..b4c32ff50 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.2-SNAPSHOT' + $env:LEIN_VERSION = '2.8.2' $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 83d8ec5c8..e4c753c58 100644 --- a/leiningen-core/pom.xml +++ b/leiningen-core/pom.xml @@ -3,7 +3,7 @@ leiningen-core leiningen-core jar - 2.8.2-SNAPSHOT + 2.8.2 leiningen-core Library for core functionality of Leiningen. https://github.com/technomancy/leiningen @@ -14,7 +14,9 @@ - 2cd92f412108040010db012a38cd2d4bdd26ea95 + 3fd688e216d000b7abc96913a6bdf9cd42766a22 + + src @@ -46,7 +48,7 @@ clojars - https://repo.clojars.org/ + https://clojars.org/repo/ true @@ -65,13 +67,13 @@ 1.8.0 - bultitude + timofreiberg bultitude - 0.2.8 + 0.3.0 - dynapath org.tcrawley + dynapath @@ -91,8 +93,8 @@ 1.1.0 - plexus-utils org.codehaus.plexus + plexus-utils @@ -107,12 +109,12 @@ 2.12 - httpcore org.apache.httpcomponents + httpcore - wagon-provider-api org.apache.maven.wagon + wagon-provider-api diff --git a/leiningen-core/project.clj b/leiningen-core/project.clj index 14a024d05..0daf9ef13 100644 --- a/leiningen-core/project.clj +++ b/leiningen-core/project.clj @@ -1,4 +1,4 @@ -(defproject leiningen-core "2.8.2-SNAPSHOT" +(defproject leiningen-core "2.8.2" :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 8c1c6be34..db536bcfb 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.2-SNAPSHOT" +(defproject leiningen "2.8.2" :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.2-SNAPSHOT"] + :dependencies [[leiningen-core "2.8.2"] ;; needed for pom [org.clojure/data.xml "0.0.8"] ;; needed for test