Bump version up to 2.3.3-SNAPSHOT.

This commit is contained in:
Phil Hagelberg 2013-08-20 17:42:27 -07:00
parent 470f4c6ee1
commit 0a5c616bbd
5 changed files with 6 additions and 12 deletions

View file

@ -4,7 +4,7 @@
# somewhere on your $PATH, like ~/bin. The rest of Leiningen will be # somewhere on your $PATH, like ~/bin. The rest of Leiningen will be
# installed upon first run into the ~/.lein/self-installs directory. # installed upon first run into the ~/.lein/self-installs directory.
export LEIN_VERSION="2.3.2" export LEIN_VERSION="2.3.3-SNAPSHOT"
case $LEIN_VERSION in case $LEIN_VERSION in
*SNAPSHOT) SNAPSHOT="YES" ;; *SNAPSHOT) SNAPSHOT="YES" ;;

View file

@ -4,7 +4,7 @@
# It has all the cross-platform stuff stripped out as well as the # It has all the cross-platform stuff stripped out as well as the
# logic for running from a source checkout and self-install/upgrading. # logic for running from a source checkout and self-install/upgrading.
export LEIN_VERSION="2.3.2" export LEIN_VERSION="2.3.3-SNAPSHOT"
if [ `whoami` = "root" ] && [ "$LEIN_ROOT" = "" ]; then if [ `whoami` = "root" ] && [ "$LEIN_ROOT" = "" ]; then
echo "WARNING: You're currently running as root; probably by accident." echo "WARNING: You're currently running as root; probably by accident."

View file

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

View file

@ -1,4 +1,4 @@
(defproject leiningen-core "2.3.2" (defproject leiningen-core "2.3.3-SNAPSHOT"
:url "https://github.com/technomancy/leiningen" :url "https://github.com/technomancy/leiningen"
:license {:name "Eclipse Public License" :license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"} :url "http://www.eclipse.org/legal/epl-v10.html"}
@ -11,13 +11,7 @@
[org.apache.maven.wagon/wagon-http "2.4"] [org.apache.maven.wagon/wagon-http "2.4"]
[com.hypirion/io "0.3.1"] [com.hypirion/io "0.3.1"]
[pedantic "0.1.0"]] [pedantic "0.1.0"]]
;; until the pomegratate snapshot is released:
:repositories [["sonatype"
"https://oss.sonatype.org/content/repositories/snapshots/"]]
:scm {:dir ".."} :scm {:dir ".."}
;; This is only used when releasing Leiningen. Can't put it in a
;; profile since it must be installed using lein1
;;:aot :all
:dev-resources-path "dev-resources" :dev-resources-path "dev-resources"
:aliases {"bootstrap" ["with-profile" "base" :aliases {"bootstrap" ["with-profile" "base"
"do" "install," "classpath" ".lein-bootstrap"]}) "do" "install," "classpath" ".lein-bootstrap"]})

View file

@ -1,12 +1,12 @@
;; This is Leiningen's own project configuration. See doc/TUTORIAL.md ;; This is Leiningen's own project configuration. See doc/TUTORIAL.md
;; file as well as sample.project.clj for help writing your own. ;; file as well as sample.project.clj for help writing your own.
(defproject leiningen "2.3.2" (defproject leiningen "2.3.3-SNAPSHOT"
:description "Automate Clojure projects without setting your hair on fire." :description "Automate Clojure projects without setting your hair on fire."
:url "https://github.com/technomancy/leiningen" :url "https://github.com/technomancy/leiningen"
:license {:name "Eclipse Public License" :license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"} :url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[leiningen-core "2.3.2"] :dependencies [[leiningen-core "2.3.3-SNAPSHOT"]
[org.clojure/data.xml "0.0.3"] [org.clojure/data.xml "0.0.3"]
[bultitude "0.2.2"] [bultitude "0.2.2"]
[stencil "0.3.2"] [stencil "0.3.2"]