1.5.0 RC1

This commit is contained in:
Phil Hagelberg 2011-03-11 11:55:24 -08:00
parent ac9f135c89
commit b5b8214f22
4 changed files with 8 additions and 8 deletions

View file

@ -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

View file

@ -1,6 +1,6 @@
@echo off
set LEIN_VERSION=1.5.0-SNAPSHOT
set LEIN_VERSION=1.5.0-RC1
setLocal EnableExtensions EnableDelayedExpansion

10
pom.xml
View file

@ -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>
@ -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>
@ -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>

View file

@ -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"}