Back to 2.0.0-SNAPSHOT. Next release will be RC1, for reals.

This commit is contained in:
Phil Hagelberg 2012-08-25 18:41:32 -07:00
parent 3b1924e538
commit f633c90164
5 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.0.0-preview10"
export LEIN_VERSION="2.0.0-SNAPSHOT"
case $LEIN_VERSION in
*SNAPSHOT) SNAPSHOT="YES" ;;

View file

@ -1,6 +1,6 @@
@echo off
set LEIN_VERSION=2.0.0-preview10
set LEIN_VERSION=2.0.0-SNAPSHOT
setLocal EnableExtensions EnableDelayedExpansion

View file

@ -39,12 +39,12 @@ echo "target/leiningen-$RELEASE_VERSION-standalone.jar to GitHub."
echo "Also deploy this release of leiningen-core to Clojars."
# Still manual for now:
# cd leiningen-core; lein do clean, deploy clojars, marg
# scp docs/uberdoc.html leiningen.org:leiningen.org/reference.html
# git commit -a -m "Release $RELEASE_VERSION"
# git tag -s $RELEASE_VERSION -m "Release $RELEASE_VERSION"
# cd leiningen-core; lein do clean, deploy clojars, marg
# scp docs/uberdoc.html leiningen.org:leiningen.org/reference.html
# git push && git push --tags
# git checkout preview && git reset --hard $RELEASE_VERSION && git push
# git checkout preview && git merge master && git push
# Drop version back to SNAPSHOT
# (require 'tentacles.repos) (apply + (for [d (tentacles.repos/downloads "technomancy" "leiningen") :when (re-find #"[0-9]-standalone\.jar$" (:name d))] (:download_count d)))

View file

@ -1,4 +1,4 @@
(defproject leiningen-core "2.0.0-preview10"
(defproject leiningen-core "2.0.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.0.0-preview10"
(defproject leiningen "2.0.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.0.0-preview10"]
:dependencies [[leiningen-core "2.0.0-SNAPSHOT"]
[org.clojure/data.xml "0.0.3"]
[bultitude "0.1.7"]
[org.apache.maven.indexer/indexer-core "4.1.3"