File tree Expand file tree Collapse file tree 8 files changed +12
-12
lines changed
Expand file tree Collapse file tree 8 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ function msg {
88 echo " $@ " 1>&2
99}
1010
11- export LEIN_VERSION=" 2.9.7-SNAPSHOT "
11+ export LEIN_VERSION=" 2.9.7"
1212# Must be sha256sum, will be replaced by bin/release
13- export LEIN_CHECKSUM=' 41c543f73eec4327dc20e60d5d820fc2a9dc772bc671610b9c385d9c4f5970b8 '
13+ export LEIN_CHECKSUM=' 82f01414acecddbb0ebd6d571505bb671a6fd093236bcdac2468cfe5f2eaa802 '
1414
1515case $LEIN_VERSION in
1616 * SNAPSHOT) SNAPSHOT=" YES" ;;
Original file line number Diff line number Diff line change 44# It has all the cross-platform stuff stripped out as well as the
55# logic for running from a source checkout and self-install/upgrading.
66
7- export LEIN_VERSION=" 2.9.7-SNAPSHOT "
7+ export LEIN_VERSION=" 2.9.7"
88
99# cd to the project root, if applicable
1010NOT_FOUND=1
Original file line number Diff line number Diff line change 22
33# This variant of the lein script is meant for consumption by SDKMAN!
44# (i.e. a script which supports all platforms with bash installed)
5- export LEIN_VERSION=" 2.9.7-SNAPSHOT "
5+ export LEIN_VERSION=" 2.9.7"
66
77if [[ " $OSTYPE " == " cygwin" ]] || [[ " $OSTYPE " == " msys" ]]; then
88 delimiter=" ;"
Original file line number Diff line number Diff line change 22
33setLocal EnableExtensions EnableDelayedExpansion
44
5- set LEIN_VERSION = 2.9.7-SNAPSHOT
5+ set LEIN_VERSION = 2.9.7
66
77if " %LEIN_VERSION:~-9 % " == " -SNAPSHOT" (
88 set SNAPSHOT = YES
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ function Set-ParentLocation([string]$file)
3434
3535function Initialize-Environment
3636{
37- $env: LEIN_VERSION = ' 2.9.7-SNAPSHOT '
37+ $env: LEIN_VERSION = ' 2.9.7'
3838 $env: SNAPSHOT = if ($env: LEIN_VERSION -like ' *-SNAPSHOT' ){' YES' }else {' NO' } # TODO: Still needed?
3939 $env: ORIGINAL_PWD = $PWD -replace ' \\$' , ' \\'
4040 Set-ParentLocation project.clj
Original file line number Diff line number Diff line change 44 <groupId >leiningen-core</groupId >
55 <artifactId >leiningen-core</artifactId >
66 <packaging >jar</packaging >
7- <version >2.9.6 </version >
7+ <version >2.9.7 </version >
88 <name >leiningen-core</name >
99 <description >Library for core functionality of Leiningen.</description >
1010 <url >https://github.com/technomancy/leiningen</url >
1515 </license >
1616 </licenses >
1717 <scm >
18- <tag >79a4742e4b5c490133220443d68d14232b1655dd </tag >
18+ <tag >f5be2be07a9e5212432aa8df108260419e58f55f </tag >
1919 </scm >
2020 <build >
2121 <sourceDirectory >src</sourceDirectory >
6363 <dependency >
6464 <groupId >org.clojure</groupId >
6565 <artifactId >clojure</artifactId >
66- <version >1.10.1 </version >
66+ <version >1.10.3 </version >
6767 </dependency >
6868 <dependency >
6969 <groupId >timofreiberg</groupId >
Original file line number Diff line number Diff line change 1- (defproject leiningen-core " 2.9.7-SNAPSHOT "
1+ (defproject leiningen-core " 2.9.7"
22 :url " https://github.com/technomancy/leiningen"
33 :license {:name " Eclipse Public License"
44 :url " http://www.eclipse.org/legal/epl-v10.html" }
Original file line number Diff line number Diff line change 11; ; This is Leiningen's own project configuration. See doc/TUTORIAL.md
22; ; file as well as sample.project.clj for help writing your own.
33
4- (defproject leiningen " 2.9.7-SNAPSHOT "
4+ (defproject leiningen " 2.9.7"
55 :description " Automate Clojure projects without setting your hair on fire."
66 :url " https://github.com/technomancy/leiningen"
77 :license {:name " Eclipse Public License"
88 :url " http://www.eclipse.org/legal/epl-v10.html" }
99 ; ; If you update these, update resources/leiningen/bootclasspath-deps.clj too
10- :dependencies [[leiningen-core " 2.9.7-SNAPSHOT " ]
10+ :dependencies [[leiningen-core " 2.9.7" ]
1111 ; ; needed for pom
1212 [org.clojure/data.xml " 0.2.0-alpha5" ]
1313 ; ; needed for test
You can’t perform that action at this time.
0 commit comments