Skip to content

Commit

Permalink
Release 1.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Feb 7, 2012
1 parent fc8a34d commit 5675ec3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions bin/lein
@@ -1,6 +1,6 @@
#!/bin/sh
#!/bin/bash

export LEIN_VERSION="1.7.0-SNAPSHOT"
export LEIN_VERSION="1.7.0"

case $LEIN_VERSION in
*SNAPSHOT) SNAPSHOT="YES" ;;
Expand Down
2 changes: 1 addition & 1 deletion bin/lein.bat
@@ -1,6 +1,6 @@
@echo off

set LEIN_VERSION=1.7.0-SNAPSHOT
set LEIN_VERSION=1.7.0

setLocal EnableExtensions EnableDelayedExpansion

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>leiningen</groupId>
<artifactId>leiningen</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
<name>leiningen</name>
<description>Automate Clojure projects without setting your hair on fire.</description>
<url>https://github.com/technomancy/leiningen</url>
Expand All @@ -16,7 +16,7 @@
<scm>
<connection>scm:git:git://github.com/technomancy/leiningen.git</connection>
<developerConnection>scm:git:ssh://git@github.com/technomancy/leiningen.git</developerConnection>
<tag>29f3956fcbff1ec33d0607cbab16c55b9db8dc2f</tag>
<tag>e182f4c71dfed4512db842e689c1597fabfa459c</tag>
<url>https://github.com/technomancy/leiningen</url>
</scm>
<build>
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.7.0-SNAPSHOT"
(defproject leiningen "1.7.0"
: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 5675ec3

Please sign in to comment.