Skip to content

Commit

Permalink
Back to 1.3.1-SNAPSHOT; we have unfinished business here.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Aug 21, 2010
1 parent 5b76514 commit b6347f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/lein
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

VERSION="1.4.0-SNAPSHOT"
VERSION="1.3.1-SNAPSHOT"

case $VERSION in
*SNAPSHOT) SNAPSHOT="YES" ;;
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>leiningen</groupId>
<artifactId>leiningen</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.3.1-SNAPSHOT</version>
<name>leiningen</name>
<description>A build tool designed not to set your hair on fire.</description>
<url>http://github.com/technomancy/leiningen</url>
Expand All @@ -15,7 +15,7 @@
<scm>
<connection>scm:git:git://github.com/technomancy/leiningen.git</connection>
<developerConnection>scm:git:ssh://[email protected]/technomancy/leiningen.git</developerConnection>
<tag>6dbfd8b2a9fcd870045c2bc755ef38f56b9f9bb6</tag>
<tag>5b76514ea6eda8bbbb80ab8dec39381b09eee2e7</tag>
<url>http://github.com/technomancy/leiningen</url>
</scm>
<build>
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
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.4.0-SNAPSHOT"
(defproject leiningen "1.3.1-SNAPSHOT"
:description "A build tool designed not to set your hair on fire."
:url "http://github.com/technomancy/leiningen"
:license {:name "Eclipse Public License"}
Expand Down

0 comments on commit b6347f0

Please sign in to comment.