diff --git a/bin/lein b/bin/lein index 2135b3814..4949b8a11 100755 --- a/bin/lein +++ b/bin/lein @@ -8,9 +8,9 @@ function msg { echo "$@" 1>&2 } -export LEIN_VERSION="2.9.3-SNAPSHOT" +export LEIN_VERSION="2.9.3" # Must be sha256sum, will be replaced by bin/release -export LEIN_CHECKSUM='09805bd809656794cfe7d9155fd4b8bea2646092318690bf68e3c379574a2d3c' +export LEIN_CHECKSUM='23e1df18bc97226d570f47335a8d543e1b759ea303544ea57d5309be3dedcbbb' case $LEIN_VERSION in *SNAPSHOT) SNAPSHOT="YES" ;; diff --git a/bin/lein-pkg b/bin/lein-pkg index 4dfd80614..ffa6247a7 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.9.3-SNAPSHOT" +export LEIN_VERSION="2.9.3" # cd to the project root, if applicable NOT_FOUND=1 diff --git a/bin/lein-sdkman b/bin/lein-sdkman index 2afb11f63..16fa26320 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.9.3-SNAPSHOT" +export LEIN_VERSION="2.9.3" if [[ "$OSTYPE" == "cygwin" ]] || [[ "$OSTYPE" == "msys" ]]; then delimiter=";" diff --git a/bin/lein.bat b/bin/lein.bat index 993a9d1af..23f25048a 100755 --- a/bin/lein.bat +++ b/bin/lein.bat @@ -2,7 +2,7 @@ setLocal EnableExtensions EnableDelayedExpansion -set LEIN_VERSION=2.9.3-SNAPSHOT +set LEIN_VERSION=2.9.3 if "%LEIN_VERSION:~-9%" == "-SNAPSHOT" ( set SNAPSHOT=YES diff --git a/bin/lein.ps1 b/bin/lein.ps1 index 5b0fadd06..bcc6e15a6 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.9.3-SNAPSHOT' + $env:LEIN_VERSION = '2.9.3' $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 ba82ee626..7c5f734cd 100644 --- a/leiningen-core/pom.xml +++ b/leiningen-core/pom.xml @@ -3,7 +3,7 @@ leiningen-core leiningen-core jar - 2.9.3-SNAPSHOT + 2.9.3 leiningen-core Library for core functionality of Leiningen. https://github.com/technomancy/leiningen @@ -14,7 +14,9 @@ - df32368a84c3441b59d0310a991a3e10c91b28b8 + 3ec95ca59df4dbc96fe28ec1a31e8eb988d1ca9e + + src @@ -46,7 +48,7 @@ clojars - https://repo.clojars.org/ + https://clojars.org/repo/ true @@ -70,8 +72,8 @@ 0.3.0 - clojure org.clojure + clojure @@ -91,8 +93,8 @@ 1.2.0 - jcl-over-slf4j org.slf4j + jcl-over-slf4j diff --git a/leiningen-core/project.clj b/leiningen-core/project.clj index c9900e4f3..ee9b7cda0 100644 --- a/leiningen-core/project.clj +++ b/leiningen-core/project.clj @@ -1,4 +1,4 @@ -(defproject leiningen-core "2.9.3-SNAPSHOT" +(defproject leiningen-core "2.9.3" :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 81674b439..4361b9800 100644 --- a/project.clj +++ b/project.clj @@ -1,7 +1,7 @@ ;; 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.9.3-SNAPSHOT" +(defproject leiningen "2.9.3" :description "Automate Clojure projects without setting your hair on fire." :url "https://github.com/technomancy/leiningen" :license {:name "Eclipse Public License"