File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ function msg {
8
8
echo " $@ " 1>&2
9
9
}
10
10
11
- export LEIN_VERSION=" 2.9.9-SNAPSHOT "
11
+ export LEIN_VERSION=" 2.9.9"
12
12
# Must be sha256sum, will be replaced by bin/release
13
- export LEIN_CHECKSUM=' 2a0e9114e0d623c748a9ade5d72b54128b31b5ddb13f51b04c533f104bb0c48d '
13
+ export LEIN_CHECKSUM=' 9d02547e1b80b65e7ae64a710840cf3ac288a7da2eddc0ea21581b98671de94c '
14
14
15
15
case $LEIN_VERSION in
16
16
* SNAPSHOT) SNAPSHOT=" YES" ;;
Original file line number Diff line number Diff line change 4
4
# It has all the cross-platform stuff stripped out as well as the
5
5
# logic for running from a source checkout and self-install/upgrading.
6
6
7
- export LEIN_VERSION=" 2.9.9-SNAPSHOT "
7
+ export LEIN_VERSION=" 2.9.9"
8
8
9
9
# cd to the project root, if applicable
10
10
NOT_FOUND=1
Original file line number Diff line number Diff line change 2
2
3
3
setLocal EnableExtensions EnableDelayedExpansion
4
4
5
- set LEIN_VERSION = 2.9.9-SNAPSHOT
5
+ set LEIN_VERSION = 2.9.9
6
6
7
7
if " %LEIN_VERSION:~-9 % " == " -SNAPSHOT" (
8
8
set SNAPSHOT = YES
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ function Set-ParentLocation([string]$file)
34
34
35
35
function Initialize-Environment
36
36
{
37
- $env: LEIN_VERSION = ' 2.9.9-SNAPSHOT '
37
+ $env: LEIN_VERSION = ' 2.9.9'
38
38
$env: SNAPSHOT = if ($env: LEIN_VERSION -like ' *-SNAPSHOT' ){' YES' }else {' NO' } # TODO: Still needed?
39
39
$env: ORIGINAL_PWD = $PWD -replace ' \\$' , ' \\'
40
40
Set-ParentLocation project.clj
Original file line number Diff line number Diff line change 4
4
<groupId >leiningen-core</groupId >
5
5
<artifactId >leiningen-core</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >2.9.9-SNAPSHOT </version >
7
+ <version >2.9.9</version >
8
8
<name >leiningen-core</name >
9
9
<description >Library for core functionality of Leiningen.</description >
10
- <url >https://github.com/technomancy /leiningen</url >
10
+ <url >https://codeberg.org/leiningen /leiningen</url >
11
11
<licenses >
12
12
<license >
13
13
<name >Eclipse Public License</name >
14
14
<url >http://www.eclipse.org/legal/epl-v10.html</url >
15
15
</license >
16
16
</licenses >
17
17
<scm >
18
- <tag >466ba77e53a689242d5124eb76f6832838042a9b </tag >
18
+ <tag >8264a4739679575570a599fae0855e544bdbb2a7 </tag >
19
19
</scm >
20
20
<build >
21
21
<sourceDirectory >src</sourceDirectory >
Original file line number Diff line number Diff line change 1
- (defproject leiningen-core " 2.9.9-SNAPSHOT "
1
+ (defproject leiningen-core " 2.9.9"
2
2
:url " https://codeberg.org/leiningen/leiningen"
3
3
:license {:name " Eclipse Public License"
4
4
:url " http://www.eclipse.org/legal/epl-v10.html" }
Original file line number Diff line number Diff line change 1
1
; ; This is Leiningen's own project configuration. See doc/TUTORIAL.md
2
2
; ; file as well as sample.project.clj for help writing your own.
3
3
4
- (defproject leiningen " 2.9.9-SNAPSHOT "
4
+ (defproject leiningen " 2.9.9"
5
5
:description " Automate Clojure projects without setting your hair on fire."
6
6
:url " https://codeberg.org/leiningen/leiningen"
7
7
:license {:name " Eclipse Public License"
8
8
:url " http://www.eclipse.org/legal/epl-v10.html" }
9
9
; ; If you update these, update resources/leiningen/bootclasspath-deps.clj too
10
- :dependencies [[leiningen-core " 2.9.9-SNAPSHOT " ]
10
+ :dependencies [[leiningen-core " 2.9.9" ]
11
11
; ; needed for pom
12
12
[org.clojure/data.xml " 0.2.0-alpha6" ]
13
13
; ; needed for test
You can’t perform that action at this time.
0 commit comments