Skip to content

Commit

Permalink
1.5.0 RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Mar 11, 2011
1 parent ac9f135 commit b5b8214
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bin/lein
@@ -1,6 +1,6 @@
#!/bin/sh

LEIN_VERSION="1.5.0-SNAPSHOT"
LEIN_VERSION="1.5.0-RC1"
export LEIN_VERSION

case $LEIN_VERSION in
Expand Down
2 changes: 1 addition & 1 deletion bin/lein.bat
@@ -1,6 +1,6 @@
@echo off

set LEIN_VERSION=1.5.0-SNAPSHOT
set LEIN_VERSION=1.5.0-RC1

setLocal EnableExtensions EnableDelayedExpansion

Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>leiningen</groupId>
<artifactId>leiningen</artifactId>
<version>1.4.2</version>
<version>1.5.0-RC1</version>
<name>leiningen</name>
<description>A build tool designed not to set your hair on fire.</description>
<url>https://github.com/technomancy/leiningen</url>
Expand All @@ -13,7 +13,7 @@
<scm>
<connection>scm:git:git://github.com/technomancy/leiningen.git</connection>
<developerConnection>scm:git:ssh://git@github.com/technomancy/leiningen.git</developerConnection>
<tag>0825642c1229adc956e9d0e3fa528dd4c3639c6f</tag>
<tag>96ff4eee9eec8646ef9a749ace66258c807fcdf9</tag>
<url>https://github.com/technomancy/leiningen</url>
</scm>
<build>
Expand Down Expand Up @@ -60,9 +60,9 @@
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.7.1</version>
<groupId>lancet</groupId>
<artifactId>lancet</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>jline</groupId>
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Expand Up @@ -2,7 +2,7 @@
;; defproject form. It can have other code in it as well, including
;; loading other task definitions.

(defproject leiningen "1.5.0-SNAPSHOT"
(defproject leiningen "1.5.0-RC1"
:description "A build tool designed not to set your hair on fire."
:url "https://github.com/technomancy/leiningen"
:license {:name "Eclipse Public License"}
Expand Down

0 comments on commit b5b8214

Please sign in to comment.