diff --git a/bin/lein b/bin/lein index a3143007..d0db75ab 100755 --- a/bin/lein +++ b/bin/lein @@ -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.1.2" +export LEIN_VERSION="2.2.0-SNAPSHOT" case $LEIN_VERSION in *SNAPSHOT) SNAPSHOT="YES" ;; diff --git a/bin/lein-pkg b/bin/lein-pkg index 7ff990cf..2df90325 100644 --- a/bin/lein-pkg +++ b/bin/lein-pkg @@ -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.1.2" +export LEIN_VERSION="2.2.0-SNAPSHOT" if [ `whoami` = "root" ] && [ "$LEIN_ROOT" = "" ]; then echo "WARNING: You're currently running as root; probably by accident." diff --git a/bin/lein.bat b/bin/lein.bat index 3692d4d0..dc543690 100755 --- a/bin/lein.bat +++ b/bin/lein.bat @@ -2,7 +2,7 @@ setLocal EnableExtensions EnableDelayedExpansion -set LEIN_VERSION=2.1.2 +set LEIN_VERSION=2.2.0-SNAPSHOT if "%LEIN_VERSION:~-9%" == "-SNAPSHOT" ( set SNAPSHOT=YES diff --git a/bin/release b/bin/release index b1b19249..57650806 100755 --- a/bin/release +++ b/bin/release @@ -46,5 +46,5 @@ echo "Also deploy this release of leiningen-core to Clojars." # deploy leiningen itself # scp docs/uberdoc.html philhag@leiningen.org:leiningen.org/reference.html # git push && git push --tags -# git checkout preview && git merge master && git push +# git checkout stable && git merge master && git push # Drop version back to SNAPSHOT diff --git a/leiningen-core/pom.xml b/leiningen-core/pom.xml index 812a7b1c..4190cf02 100644 --- a/leiningen-core/pom.xml +++ b/leiningen-core/pom.xml @@ -1,9 +1,9 @@ - + 4.0.0 leiningen-core leiningen-core + jar 2.1.2 leiningen-core Library for core functionality of Leiningen. @@ -14,6 +14,12 @@ http://www.eclipse.org/legal/epl-v10.html + + scm:git:git://github.com/technomancy/leiningen.git + scm:git:ssh://git@github.com/technomancy/leiningen.git + 10d7d1faa33df68066202863cc6439e8fe49295a + https://github.com/technomancy/leiningen + src test @@ -26,20 +32,43 @@ dev-resources + + resources + + target + target/classes central - http://repo1.maven.org/maven2 + http://repo1.maven.org/maven2/ + + false + + + true + clojars - http://clojars.org/repo/ + https://clojars.org/repo/ + + true + + + true + sonatype https://oss.sonatype.org/content/repositories/snapshots/ + + true + + + true + diff --git a/leiningen-core/project.clj b/leiningen-core/project.clj index cf73707b..3b2bd36e 100644 --- a/leiningen-core/project.clj +++ b/leiningen-core/project.clj @@ -1,4 +1,4 @@ -(defproject leiningen-core "2.1.2" +(defproject leiningen-core "2.2.0-SNAPSHOT" :url "https://github.com/technomancy/leiningen" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} diff --git a/project.clj b/project.clj index 865c9b67..c2f6df49 100644 --- a/project.clj +++ b/project.clj @@ -1,7 +1,7 @@ ;; 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.1.2" +(defproject leiningen "2.2.0-SNAPSHOT" :description "Automate Clojure projects without setting your hair on fire." :url "https://github.com/technomancy/leiningen" :license {:name "Eclipse Public License"