Bump up to the next snapshot.

[skip ci]
This commit is contained in:
Phil Hagelberg 2017-10-17 17:41:41 -07:00
parent 04b88e57c4
commit d42f947f09
7 changed files with 8 additions and 8 deletions

View file

@ -4,7 +4,7 @@
# 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.8.0"
export LEIN_VERSION="2.8.1-SNAPSHOT"
case $LEIN_VERSION in
*SNAPSHOT) SNAPSHOT="YES" ;;

View file

@ -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.8.0"
export LEIN_VERSION="2.8.1-SNAPSHOT"
# cd to the project root, if applicable
NOT_FOUND=1

View file

@ -2,7 +2,7 @@
# This variant of the lein script is meant for consumption by SDKMAN!
# (i.e. a script which supports all platforms with bash installed)
export LEIN_VERSION="2.8.0"
export LEIN_VERSION="2.8.1-SNAPSHOT"
if [[ "$OSTYPE" == "cygwin" ]] || [[ "$OSTYPE" == "msys" ]]; then
delimiter=";"

View file

@ -2,7 +2,7 @@
setLocal EnableExtensions EnableDelayedExpansion
set LEIN_VERSION=2.8.0
set LEIN_VERSION=2.8.1-SNAPSHOT
if "%LEIN_VERSION:~-9%" == "-SNAPSHOT" (
set SNAPSHOT=YES

View file

@ -34,7 +34,7 @@ function Set-ParentLocation([string]$file)
function Initialize-Environment
{
$env:LEIN_VERSION = '2.8.0'
$env:LEIN_VERSION = '2.8.1-SNAPSHOT'
$env:SNAPSHOT = if($env:LEIN_VERSION -like '*-SNAPSHOT'){'YES'}else{'NO'} #TODO: Still needed?
$env:ORIGINAL_PWD = $PWD -replace '\\$','\\'
Set-ParentLocation project.clj

View file

@ -1,4 +1,4 @@
(defproject leiningen-core "2.8.0"
(defproject leiningen-core "2.8.1-SNAPSHOT"
:url "https://github.com/technomancy/leiningen"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}

View file

@ -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.8.0"
(defproject leiningen "2.8.1-SNAPSHOT"
:description "Automate Clojure projects without setting your hair on fire."
:url "https://github.com/technomancy/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.8.0"]
:dependencies [[leiningen-core "2.8.1-SNAPSHOT"]
;; needed for pom
[org.clojure/data.xml "0.0.8"]
;; needed for test