From d5647f26332358ff80edf28f81714fe898af0809 Mon Sep 17 00:00:00 2001 From: Phil Hagelberg Date: Sun, 28 Jan 2024 20:43:31 -0800 Subject: [PATCH] Release 2.11.1 --- 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 a59cd27cc..92a10e534 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.1-SNAPSHOT" +export LEIN_VERSION="2.11.1" # Must be sha256sum, will be replaced by bin/release -export LEIN_CHECKSUM='83ab3c11f703f629d2e0ba55107f276af00abf7e497d1957276528f332c4c3f5' +export LEIN_CHECKSUM='47d3cd3d436433c59662fb54c5f3c8d87dcf6e8249421b362b38ec3710a3d4f9' 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.1-SNAPSHOT6/20/really_executable_jars.html +# TODO: investigate http://skife.org/java/unix/2.11.16/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 eac2727f7..ff5df7fe6 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.1-SNAPSHOT" +export LEIN_VERSION="2.11.1" if [[ "$CLASSPATH" != "" ]]; then cat <<-'EOS' 1>&2 diff --git a/bin/lein.bat b/bin/lein.bat index c0c201e03..fa582c754 100755 --- a/bin/lein.bat +++ b/bin/lein.bat @@ -2,7 +2,7 @@ setLocal EnableExtensions EnableDelayedExpansion -set LEIN_VERSION=2.11.1-SNAPSHOT +set LEIN_VERSION=2.11.1 if "%LEIN_VERSION:~-9%" == "-SNAPSHOT" ( set SNAPSHOT=YES diff --git a/bin/lein.ps1 b/bin/lein.ps1 index 16836e48f..d1a91ebed 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.1-SNAPSHOT' + $env:LEIN_VERSION = '2.11.1' $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 ba73a450a..5112be42a 100644 --- a/leiningen-core/pom.xml +++ b/leiningen-core/pom.xml @@ -4,7 +4,7 @@ leiningen-core leiningen-core jar - 2.11.1-SNAPSHOT + 2.11.1 leiningen-core Library for core functionality of Leiningen. https://codeberg.org/leiningen/leiningen @@ -15,7 +15,7 @@ - 98b115e683d0b2676e9ac5ff4ca3da60c5ab7901 + 7d8d357ba19ec63cf5f9ccfd4fcbb55768f7e016 src diff --git a/leiningen-core/project.clj b/leiningen-core/project.clj index 2f55143e3..63cb53e32 100644 --- a/leiningen-core/project.clj +++ b/leiningen-core/project.clj @@ -1,4 +1,4 @@ -(defproject leiningen-core "2.11.1-SNAPSHOT" +(defproject leiningen-core "2.11.1" :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 a03d2a91f..c8f1db2d6 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.1-SNAPSHOT" +(defproject leiningen "2.11.1" :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.1-SNAPSHOT"] + :dependencies [[leiningen-core "2.11.1"] ;; needed for pom [org.clojure/data.xml "0.2.0-alpha6"] ;; needed for test