From 3d3570b4e76fbafedff8788faa79e54a45625863 Mon Sep 17 00:00:00 2001 From: Phil Hagelberg Date: Wed, 10 Aug 2022 10:19:43 -0700 Subject: [PATCH] Release 2.9.10 --- bin/lein | 4 ++-- 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, 10 insertions(+), 10 deletions(-) diff --git a/bin/lein b/bin/lein index f017a266b..cfce4c316 100755 --- a/bin/lein +++ b/bin/lein @@ -8,9 +8,9 @@ function msg { echo "$@" 1>&2 } -export LEIN_VERSION="2.9.10-SNAPSHOT" +export LEIN_VERSION="2.9.10" # Must be sha256sum, will be replaced by bin/release -export LEIN_CHECKSUM='9d02547e1b80b65e7ae64a710840cf3ac288a7da2eddc0ea21581b98671de94c' +export LEIN_CHECKSUM='a228530f00b50753acfddc3de38a0d737b6f5c1aec49af202e70a0ad28c249c9' case $LEIN_VERSION in *SNAPSHOT) SNAPSHOT="YES" ;; diff --git a/bin/lein-pkg b/bin/lein-pkg index 33df6d289..6bb4e9790 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.10-SNAPSHOT" +export LEIN_VERSION="2.9.10" # cd to the project root, if applicable NOT_FOUND=1 diff --git a/bin/lein.bat b/bin/lein.bat index c9243e4a0..eea7f90d1 100755 --- a/bin/lein.bat +++ b/bin/lein.bat @@ -2,7 +2,7 @@ setLocal EnableExtensions EnableDelayedExpansion -set LEIN_VERSION=2.9.10-SNAPSHOT +set LEIN_VERSION=2.9.10 if "%LEIN_VERSION:~-9%" == "-SNAPSHOT" ( set SNAPSHOT=YES diff --git a/bin/lein.ps1 b/bin/lein.ps1 index 62b05df0e..340230220 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.10-SNAPSHOT' + $env:LEIN_VERSION = '2.9.10' $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 138f75c2c..adf00990a 100644 --- a/leiningen-core/pom.xml +++ b/leiningen-core/pom.xml @@ -4,7 +4,7 @@ leiningen-core leiningen-core jar - 2.9.10-SNAPSHOT + 2.9.10 leiningen-core Library for core functionality of Leiningen. https://codeberg.org/leiningen/leiningen @@ -15,7 +15,7 @@ - 596a0671d190783fd80a711aa70ad5e2ed496833 + 5c80fa47a86c97ae234d05774b5f6f32239b9169 src diff --git a/leiningen-core/project.clj b/leiningen-core/project.clj index 415dd536e..7fe7a94b7 100644 --- a/leiningen-core/project.clj +++ b/leiningen-core/project.clj @@ -1,4 +1,4 @@ -(defproject leiningen-core "2.9.10-SNAPSHOT" +(defproject leiningen-core "2.9.10" :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 f6ac7053c..b78f54439 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.10-SNAPSHOT" +(defproject leiningen "2.9.10" :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.10-SNAPSHOT"] + :dependencies [[leiningen-core "2.9.10"] ;; needed for pom [org.clojure/data.xml "0.2.0-alpha6"] ;; needed for test