Release 1.6.1.

This commit is contained in:
Phil Hagelberg 2011-07-06 09:05:09 -07:00
parent 2cb7ec9af4
commit bd466d751a
4 changed files with 6 additions and 6 deletions

2
NEWS
View file

@ -1,6 +1,6 @@
Leiningen NEWS -- history of user-visible changes
= 1.6.1 / TBD
= 1.6.1 / 2011-07-06
* Allow alternate main namespace to be used during uberjar creation.

View file

@ -1,6 +1,6 @@
#!/bin/sh
LEIN_VERSION="1.6.1-SNAPSHOT"
LEIN_VERSION="1.6.1"
export LEIN_VERSION
case $LEIN_VERSION in

View file

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>leiningen</groupId>
<artifactId>leiningen</artifactId>
<version>1.6.1-SNAPSHOT</version>
<version>1.6.1</version>
<name>leiningen</name>
<description>Automate Clojure projects without setting your hair on fire.</description>
<url>https://github.com/technomancy/leiningen</url>
@ -15,7 +15,7 @@
<scm>
<connection>scm:git:git://github.com/technomancy/leiningen.git</connection>
<developerConnection>scm:git:ssh://git@github.com/technomancy/leiningen.git</developerConnection>
<tag>81ba0dd02550ee8d89f500c4851289bc90983821</tag>
<tag>2cb7ec9af48b1a094848a5e9963ea201015a5645</tag>
<url>https://github.com/technomancy/leiningen</url>
</scm>
<build>

View file

@ -2,13 +2,13 @@
;; defproject form. It can have other code in it as well, including
;; loading other task definitions.
(defproject leiningen "1.6.1-SNAPSHOT"
(defproject leiningen "1.6.1"
:description "Automate Clojure projects without setting your hair on fire."
:url "https://github.com/technomancy/leiningen"
:license {:name "Eclipse Public License"}
:dependencies [[org.clojure/clojure "1.2.1"]
[org.clojure/clojure-contrib "1.2.0"]
[clucy "0.2.1"]
[clucy "0.2.2"]
[lancet "1.0.1"]
[jline "0.9.94" :exclusions [junit]]
[robert/hooke "1.1.2"]