diff --git a/bin/lein b/bin/lein index a24bce5a7..cc0f86be6 100755 --- a/bin/lein +++ b/bin/lein @@ -8,9 +8,9 @@ function msg { echo "$@" 1>&2 } -export LEIN_VERSION="2.9.9-SNAPSHOT" +export LEIN_VERSION="2.9.9" # Must be sha256sum, will be replaced by bin/release -export LEIN_CHECKSUM='2a0e9114e0d623c748a9ade5d72b54128b31b5ddb13f51b04c533f104bb0c48d' +export LEIN_CHECKSUM='9d02547e1b80b65e7ae64a710840cf3ac288a7da2eddc0ea21581b98671de94c' case $LEIN_VERSION in *SNAPSHOT) SNAPSHOT="YES" ;; diff --git a/bin/lein-pkg b/bin/lein-pkg index fc298c746..b3045b9f9 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.9-SNAPSHOT" +export LEIN_VERSION="2.9.9" # cd to the project root, if applicable NOT_FOUND=1 diff --git a/bin/lein.bat b/bin/lein.bat index d05c2aaca..277cb66ad 100755 --- a/bin/lein.bat +++ b/bin/lein.bat @@ -2,7 +2,7 @@ setLocal EnableExtensions EnableDelayedExpansion -set LEIN_VERSION=2.9.9-SNAPSHOT +set LEIN_VERSION=2.9.9 if "%LEIN_VERSION:~-9%" == "-SNAPSHOT" ( set SNAPSHOT=YES diff --git a/bin/lein.ps1 b/bin/lein.ps1 index 1b2635b8b..cbe6c3461 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.9-SNAPSHOT' + $env:LEIN_VERSION = '2.9.9' $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 b96f2ad73..43a6f5dc5 100644 --- a/leiningen-core/pom.xml +++ b/leiningen-core/pom.xml @@ -4,10 +4,10 @@ leiningen-core leiningen-core jar - 2.9.9-SNAPSHOT + 2.9.9 leiningen-core Library for core functionality of Leiningen. - https://github.com/technomancy/leiningen + https://codeberg.org/leiningen/leiningen Eclipse Public License @@ -15,7 +15,7 @@ - 466ba77e53a689242d5124eb76f6832838042a9b + 8264a4739679575570a599fae0855e544bdbb2a7 src diff --git a/leiningen-core/project.clj b/leiningen-core/project.clj index 908eb7fef..635fb2c3b 100644 --- a/leiningen-core/project.clj +++ b/leiningen-core/project.clj @@ -1,4 +1,4 @@ -(defproject leiningen-core "2.9.9-SNAPSHOT" +(defproject leiningen-core "2.9.9" :url "https://codeberg.org/leiningen/leiningen" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} diff --git a/project.clj b/project.clj index 3ae08c697..d7f9e17ff 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.9.9-SNAPSHOT" +(defproject leiningen "2.9.9" :description "Automate Clojure projects without setting your hair on fire." :url "https://codeberg.org/leiningen/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.9.9-SNAPSHOT"] + :dependencies [[leiningen-core "2.9.9"] ;; needed for pom [org.clojure/data.xml "0.2.0-alpha6"] ;; needed for test