From 795c3a5d68de7a2465582da4184c42d7bd065c76 Mon Sep 17 00:00:00 2001 From: Phil Hagelberg Date: Tue, 13 Feb 2024 16:41:31 -0800 Subject: [PATCH] Release 2.11.2 --- bin/lein | 6 +++--- bin/lein-pkg | 2 +- bin/lein.bat | 2 +- bin/lein.ps1 | 2 +- leiningen-core/pom.xml | 4 ++-- leiningen-core/project.clj | 2 +- project.clj | 4 ++-- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/bin/lein b/bin/lein index 12d4e6728..04127e58c 100755 --- a/bin/lein +++ b/bin/lein @@ -4,9 +4,9 @@ # 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.11.2-SNAPSHOT" +export LEIN_VERSION="2.11.2" # Must be sha256sum, will be replaced by bin/release -export LEIN_CHECKSUM='47d3cd3d436433c59662fb54c5f3c8d87dcf6e8249421b362b38ec3710a3d4f9' +export LEIN_CHECKSUM='7d31ae23ae769e927438b0cd55d15a93e7dabab09fd4fc15877979161e108774' case $LEIN_VERSION in *SNAPSHOT) SNAPSHOT="YES" ;; @@ -446,7 +446,7 @@ if $cygterm; then stty -icanon min 1 -echo > /dev/null 2>&1 fi -# TODO: investigate http://skife.org/java/unix/2.11.2-SNAPSHOT6/20/really_executable_jars.html +# TODO: investigate http://skife.org/java/unix/2.11.26/20/really_executable_jars.html # If you're packaging this for a package manager (.deb, homebrew, etc) # you need to remove the self-install and upgrade functionality or see lein-pkg. if [ "$1" = "self-install" ]; then diff --git a/bin/lein-pkg b/bin/lein-pkg index 19a5ad072..75db888b7 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.11.2-SNAPSHOT" +export LEIN_VERSION="2.11.2" if [[ "$CLASSPATH" != "" ]]; then cat <<-'EOS' 1>&2 diff --git a/bin/lein.bat b/bin/lein.bat index fab5ed333..0be4bc8f0 100755 --- a/bin/lein.bat +++ b/bin/lein.bat @@ -2,7 +2,7 @@ setLocal EnableExtensions EnableDelayedExpansion -set LEIN_VERSION=2.11.2-SNAPSHOT +set LEIN_VERSION=2.11.2 if "%LEIN_VERSION:~-9%" == "-SNAPSHOT" ( set SNAPSHOT=YES diff --git a/bin/lein.ps1 b/bin/lein.ps1 index ddee7ad60..91ef8eb3d 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.11.2-SNAPSHOT' + $env:LEIN_VERSION = '2.11.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 a66264641..aacb8ad44 100644 --- a/leiningen-core/pom.xml +++ b/leiningen-core/pom.xml @@ -4,7 +4,7 @@ leiningen-core leiningen-core jar - 2.11.1 + 2.11.2 leiningen-core Library for core functionality of Leiningen. https://codeberg.org/leiningen/leiningen @@ -15,7 +15,7 @@ - d5647f26332358ff80edf28f81714fe898af0809 + 41e8ffb3bfff814e618cb5d2721ce5c9cf51f224 src diff --git a/leiningen-core/project.clj b/leiningen-core/project.clj index 44215bff9..04fa03c36 100644 --- a/leiningen-core/project.clj +++ b/leiningen-core/project.clj @@ -1,4 +1,4 @@ -(defproject leiningen-core "2.11.2-SNAPSHOT" +(defproject leiningen-core "2.11.2" :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 85424eba4..d6dbfe2e3 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.11.2-SNAPSHOT" +(defproject leiningen "2.11.2" :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.11.2-SNAPSHOT"] + :dependencies [[leiningen-core "2.11.2"] ;; needed for pom [org.clojure/data.xml "0.2.0-alpha6"] ;; needed for test