Skip to content

Commit dfaa2df

Browse files
committed
Release 2.4.0
1 parent 52f6ec9 commit dfaa2df

File tree

7 files changed

+20
-21
lines changed

7 files changed

+20
-21
lines changed

bin/lein

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# somewhere on your $PATH, like ~/bin. The rest of Leiningen will be
55
# installed upon first run into the ~/.lein/self-installs directory.
66

7-
export LEIN_VERSION="2.4.0-SNAPSHOT"
7+
export LEIN_VERSION="2.4.0"
88

99
case $LEIN_VERSION in
1010
*SNAPSHOT) SNAPSHOT="YES" ;;

bin/lein-pkg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# It has all the cross-platform stuff stripped out as well as the
55
# logic for running from a source checkout and self-install/upgrading.
66

7-
export LEIN_VERSION="2.4.0-SNAPSHOT"
7+
export LEIN_VERSION="2.4.0"
88

99
if [ `whoami` = "root" ] && [ "$LEIN_ROOT" = "" ]; then
1010
echo "WARNING: You're currently running as root; probably by accident."

bin/lein.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setLocal EnableExtensions EnableDelayedExpansion
44

5-
set LEIN_VERSION=2.4.0-SNAPSHOT
5+
set LEIN_VERSION=2.4.0
66

77
if "%LEIN_VERSION:~-9%" == "-SNAPSHOT" (
88
set SNAPSHOT=YES

bin/release

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ echo "Are these acceptable times? (~3s) [Y\n]"
3939
read CONTINUE
4040
case "$CONTINUE" in
4141
y|Y|"")
42-
gpg -ab $RELEASE_JAR
43-
echo "Upload $RELEASE_JAR and $RELEASE_JAR.asc to GitHub releases for $RELEASE_VERSION.";;
42+
gpg -ab $RELEASE_JAR;;
4443
*)
4544
echo "Aborted."
4645
exit 1;;
@@ -49,11 +48,12 @@ esac
4948
cd $LEIN_ROOT
5049

5150
git commit -a -m "Release $RELEASE_VERSION"
51+
git tag -s $RELEASE_VERSION -m "Release $RELEASE_VERSION"
52+
git push && git push --tags && git push origin master:stable
53+
54+
echo "Upload $RELEASE_JAR and $RELEASE_JAR.asc to GitHub releases for $RELEASE_VERSION."
5255

5356
rm -rf target leiningen-core/target
54-
echo "Test self-install."
55-
echo "If things are good, run this:"
56-
echo "$ git tag -s $RELEASE_VERSION -m \"Release $RELEASE_VERSION\""
57-
echo "$ git push && git push --tags && git push origin master:stable"
58-
echo "$ lein deploy clojars"
59-
echo "$ cd leiningen-core && lein deploy clojars"
57+
echo "Test self-install. If things are good, run this:"
58+
echo "$ lein deploy clojars && cd leiningen-core && lein deploy clojars"
59+
echo "And announce it on the mailing list."

leiningen-core/pom.xml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43
<groupId>leiningen-core</groupId>
54
<artifactId>leiningen-core</artifactId>
65
<packaging>jar</packaging>
7-
<version>2.3.4</version>
6+
<version>2.4.0</version>
87
<name>leiningen-core</name>
98
<description>Library for core functionality of Leiningen.</description>
109
<url>https://github.com/technomancy/leiningen</url>
@@ -17,7 +16,7 @@
1716
<scm>
1817
<connection>scm:git:git://github.com/technomancy/leiningen.git</connection>
1918
<developerConnection>scm:git:ssh://[email protected]/technomancy/leiningen.git</developerConnection>
20-
<tag>77d659e6eec73d1d46b890838d62590751c94844
19+
<tag>52f6ec9b4c0a9af8255b3bf69d23cca82ecca900
2120
</tag>
2221
<url>https://github.com/technomancy/leiningen</url>
2322
</scm>
@@ -67,12 +66,12 @@
6766
<dependency>
6867
<groupId>org.clojure</groupId>
6968
<artifactId>clojure</artifactId>
70-
<version>1.5.1</version>
69+
<version>1.6.0</version>
7170
</dependency>
7271
<dependency>
7372
<groupId>bultitude</groupId>
7473
<artifactId>bultitude</artifactId>
75-
<version>0.2.2</version>
74+
<version>0.2.6</version>
7675
</dependency>
7776
<dependency>
7877
<groupId>classlojure</groupId>
@@ -87,7 +86,7 @@
8786
<dependency>
8887
<groupId>com.cemerick</groupId>
8988
<artifactId>pomegranate</artifactId>
90-
<version>0.2.0</version>
89+
<version>0.3.0</version>
9190
</dependency>
9291
<dependency>
9392
<groupId>org.apache.maven.wagon</groupId>

leiningen-core/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject leiningen-core "2.4.0-SNAPSHOT"
1+
(defproject leiningen-core "2.4.0"
22
:url "https://github.com/technomancy/leiningen"
33
:license {:name "Eclipse Public License"
44
:url "http://www.eclipse.org/legal/epl-v10.html"}

project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
;; This is Leiningen's own project configuration. See doc/TUTORIAL.md
22
;; file as well as sample.project.clj for help writing your own.
33

4-
(defproject leiningen "2.4.0-SNAPSHOT"
4+
(defproject leiningen "2.4.0"
55
:description "Automate Clojure projects without setting your hair on fire."
66
:url "https://github.com/technomancy/leiningen"
77
:license {:name "Eclipse Public License"
88
:url "http://www.eclipse.org/legal/epl-v10.html"}
9-
:dependencies [[leiningen-core "2.4.0-SNAPSHOT"]
9+
:dependencies [[leiningen-core "2.4.0"]
1010
[org.clojure/data.xml "0.0.3"]
1111
[commons-io "2.4"]
1212
[bultitude "0.2.6"]

0 commit comments

Comments
 (0)