Skip to content

Commit

Permalink
Release 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Nov 19, 2013
1 parent 04133b5 commit 77d659e
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
@@ -1,6 +1,6 @@
# Leiningen News -- history of user-visible changes

## 2.3.4 / ???
## 2.3.4 / 2013-11-18

* Suggest `:exclusions` to possibly confusing `:pedantic?` dependencies. (Nelson Morris, Phil Hagelberg)
* Optionally look for snapshot templates in `new` task. (Travis Vachon)
Expand Down
2 changes: 1 addition & 1 deletion bin/lein
Expand Up @@ -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.3.4-SNAPSHOT"
export LEIN_VERSION="2.3.4"

case $LEIN_VERSION in
*SNAPSHOT) SNAPSHOT="YES" ;;
Expand Down
2 changes: 1 addition & 1 deletion bin/lein-pkg
Expand Up @@ -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.3.4-SNAPSHOT"
export LEIN_VERSION="2.3.4"

if [ `whoami` = "root" ] && [ "$LEIN_ROOT" = "" ]; then
echo "WARNING: You're currently running as root; probably by accident."
Expand Down
2 changes: 1 addition & 1 deletion bin/lein.bat
Expand Up @@ -2,7 +2,7 @@

setLocal EnableExtensions EnableDelayedExpansion

set LEIN_VERSION=2.3.4-SNAPSHOT
set LEIN_VERSION=2.3.4

if "%LEIN_VERSION:~-9%" == "-SNAPSHOT" (
set SNAPSHOT=YES
Expand Down
4 changes: 2 additions & 2 deletions leiningen-core/pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>leiningen-core</groupId>
<artifactId>leiningen-core</artifactId>
<packaging>jar</packaging>
<version>2.3.3</version>
<version>2.3.4</version>
<name>leiningen-core</name>
<description>Library for core functionality of Leiningen.</description>
<url>https://github.com/technomancy/leiningen</url>
Expand All @@ -17,7 +17,7 @@
<scm>
<connection>scm:git:git://github.com/technomancy/leiningen.git</connection>
<developerConnection>scm:git:ssh://git@github.com/technomancy/leiningen.git</developerConnection>
<tag>7b3ff4e57011b81d9dd1c8c8455458eff36bd138
<tag>04133b573a517604735fe9adb13ab88f4ce084b1
</tag>
<url>https://github.com/technomancy/leiningen</url>
</scm>
Expand Down
2 changes: 1 addition & 1 deletion leiningen-core/project.clj
@@ -1,4 +1,4 @@
(defproject leiningen-core "2.3.4-SNAPSHOT"
(defproject leiningen-core "2.3.4"
:url "https://github.com/technomancy/leiningen"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
Expand Down
2 changes: 1 addition & 1 deletion 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.3.4-SNAPSHOT"
(defproject leiningen "2.3.4"
:description "Automate Clojure projects without setting your hair on fire."
:url "https://github.com/technomancy/leiningen"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 77d659e

Please sign in to comment.