Go back to version 2.8.0-SNAPSHOT.

[skip ci]
This commit is contained in:
Phil Hagelberg 2017-09-19 15:33:22 -07:00
parent b2c4c5a782
commit d5bf55df1c
8 changed files with 12 additions and 12 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-RC1"
export LEIN_VERSION="2.8.0-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-RC1"
export LEIN_VERSION="2.8.0-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.7.2-SNAPSHOT"
export LEIN_VERSION="2.8.0-SNAPSHOT"
if [[ "$OSTYPE" == "cygwin" ]] || [[ "$OSTYPE" == "msys" ]]; then
delimiter=";"

View file

@ -2,7 +2,7 @@
setLocal EnableExtensions EnableDelayedExpansion
set LEIN_VERSION=2.8.0-RC1
set LEIN_VERSION=2.8.0-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-RC1'
$env:LEIN_VERSION = '2.8.0-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

@ -2,8 +2,8 @@
set -e -u
RELEASE_VERSION=2.8.0-RC1
CURRENT_VERSION=2.8.0-SNAPSHOT
RELEASE_VERSION=$1
CURRENT_VERSION="$RELEASE_VERSION-SNAPSHOT"
# Would like to use `lein release` here, but we don't have a way to
# update the bash scripts or watch for boot slowdowns that way. Maybe
@ -18,7 +18,7 @@ grep $RELEASE_VERSION NEWS.md || (echo "Add $RELEASE_VERSION to NEWS.md" && exit
lein vcs assert-committed
for f in bin/lein bin/lein-pkg bin/lein.bat bin/lein.ps1 project.clj leiningen-core/project.clj; do
for f in bin/lein bin/lein-pkg bin/lein-sdkman bin/lein.bat bin/lein.ps1 project.clj leiningen-core/project.clj; do
sed -i s/$CURRENT_VERSION/$RELEASE_VERSION/ $f
done
@ -67,7 +67,7 @@ cd $LEIN_ROOT
git commit -a -m "Release $RELEASE_VERSION"
git tag -s $RELEASE_VERSION -m "Release $RELEASE_VERSION"
git push && git push --tags # && git push origin master:stable
git push && git push --tags && git push origin master:stable
echo "Upload $RELEASE_JAR and $RELEASE_JAR.asc to GitHub releases for $RELEASE_VERSION."
echo "Copy this version's section of NEWS.md to the GitHub release description."

View file

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

View file

@ -1,12 +1,12 @@
;; 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-RC1"
(defproject leiningen "2.8.0-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"}
:dependencies [[leiningen-core "2.8.0-RC1"]
:dependencies [[leiningen-core "2.8.0-SNAPSHOT"]
;; needed for pom
[org.clojure/data.xml "0.0.8"]
;; needed for test