Release 2.0.0-preview7.

This commit is contained in:
Phil Hagelberg 2012-06-27 16:44:55 -07:00
parent a6659e15fa
commit 811e974174
6 changed files with 7 additions and 7 deletions

View file

@ -112,7 +112,7 @@ explains how to write plugins.
Please report issues on the
[GitHub issue tracker](https://github.com/technomancy/leiningen/issues)
or the [mailing list](http://groups.google.com/group/leiningen).
or the [mailing list](http://librelist.com/browser/leiningen/).
Personal email addresses are **not** appropriate for bug reports. See
the
[readme for the leiningen-core library](https://github.com/technomancy/leiningen/blob/master/leiningen-core/README.md)

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
export LEIN_VERSION="2.0.0-SNAPSHOT"
export LEIN_VERSION="2.0.0-preview7"
case $LEIN_VERSION in
*SNAPSHOT) SNAPSHOT="YES" ;;

View file

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

View file

@ -39,7 +39,7 @@ 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 clean, deploy clojars, marg
# 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 $RELEASE_VERSION

View file

@ -1,4 +1,4 @@
(defproject leiningen-core "2.0.0-SNAPSHOT"
(defproject leiningen-core "2.0.0-preview7"
: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-SNAPSHOT"
(defproject leiningen "2.0.0-preview7"
: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-SNAPSHOT"]
:dependencies [[leiningen-core "2.0.0-preview7"]
[clucy "0.2.3"]
[org.clojure/data.xml "0.0.3"]
[bultitude "0.1.6"]