Release 2.1.3

This commit is contained in:
Phil Hagelberg 2013-04-12 10:02:18 -07:00
parent 8943e023cf
commit eccd23d062
7 changed files with 16 additions and 42 deletions

View file

@ -4,7 +4,7 @@
# somewhere on your $PATH, like ~/bin. The rest of Leiningen will be # somewhere on your $PATH, like ~/bin. The rest of Leiningen will be
# installed upon first run into the ~/.lein/self-installs directory. # installed upon first run into the ~/.lein/self-installs directory.
export LEIN_VERSION="2.2.0-SNAPSHOT" export LEIN_VERSION="2.1.3"
case $LEIN_VERSION in case $LEIN_VERSION in
*SNAPSHOT) SNAPSHOT="YES" ;; *SNAPSHOT) SNAPSHOT="YES" ;;

View file

@ -4,7 +4,7 @@
# It has all the cross-platform stuff stripped out as well as the # It has all the cross-platform stuff stripped out as well as the
# logic for running from a source checkout and self-install/upgrading. # logic for running from a source checkout and self-install/upgrading.
export LEIN_VERSION="2.2.0-SNAPSHOT" export LEIN_VERSION="2.1.3"
if [ `whoami` = "root" ] && [ "$LEIN_ROOT" = "" ]; then if [ `whoami` = "root" ] && [ "$LEIN_ROOT" = "" ]; then
echo "WARNING: You're currently running as root; probably by accident." echo "WARNING: You're currently running as root; probably by accident."

View file

@ -2,7 +2,7 @@
setLocal EnableExtensions EnableDelayedExpansion setLocal EnableExtensions EnableDelayedExpansion
set LEIN_VERSION=2.2.0-SNAPSHOT set LEIN_VERSION=2.1.3
if "%LEIN_VERSION:~-9%" == "-SNAPSHOT" ( if "%LEIN_VERSION:~-9%" == "-SNAPSHOT" (
set SNAPSHOT=YES set SNAPSHOT=YES

View file

@ -39,9 +39,12 @@ echo "target/leiningen-$RELEASE_VERSION-standalone.jar to S3."
echo "s3c me put -P target/leiningen-$RELEASE_VERSION-standalone.jar s3://leiningen/downloads/" echo "s3c me put -P target/leiningen-$RELEASE_VERSION-standalone.jar s3://leiningen/downloads/"
echo "Also deploy this release of leiningen-core to Clojars." echo "Also deploy this release of leiningen-core to Clojars."
cd -
git commit -a -m "Release $RELEASE_VERSION"
git tag -s $RELEASE_VERSION -m "Release $RELEASE_VERSION"
# Still manual for now: # Still manual for now:
# git commit -a -m "Release $RELEASE_VERSION"
# git tag -s $RELEASE_VERSION -m "Release $RELEASE_VERSION"
# cd leiningen-core; lein do clean, deploy clojars, marg # cd leiningen-core; lein do clean, deploy clojars, marg
# deploy leiningen itself # deploy leiningen itself
# scp docs/uberdoc.html philhag@leiningen.org:leiningen.org/reference.html # scp docs/uberdoc.html philhag@leiningen.org:leiningen.org/reference.html

View file

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?> <?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"> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>leiningen-core</groupId> <groupId>leiningen-core</groupId>
<artifactId>leiningen-core</artifactId> <artifactId>leiningen-core</artifactId>
<packaging>jar</packaging> <version>2.1.3</version>
<version>2.1.2</version>
<name>leiningen-core</name> <name>leiningen-core</name>
<description>Library for core functionality of Leiningen.</description> <description>Library for core functionality of Leiningen.</description>
<url>https://github.com/technomancy/leiningen</url> <url>https://github.com/technomancy/leiningen</url>
@ -14,12 +14,6 @@
<url>http://www.eclipse.org/legal/epl-v10.html</url> <url>http://www.eclipse.org/legal/epl-v10.html</url>
</license> </license>
</licenses> </licenses>
<scm>
<connection>scm:git:git://github.com/technomancy/leiningen.git</connection>
<developerConnection>scm:git:ssh://git@github.com/technomancy/leiningen.git</developerConnection>
<tag>10d7d1faa33df68066202863cc6439e8fe49295a</tag>
<url>https://github.com/technomancy/leiningen</url>
</scm>
<build> <build>
<sourceDirectory>src</sourceDirectory> <sourceDirectory>src</sourceDirectory>
<testSourceDirectory>test</testSourceDirectory> <testSourceDirectory>test</testSourceDirectory>
@ -32,43 +26,20 @@
<testResource> <testResource>
<directory>dev-resources</directory> <directory>dev-resources</directory>
</testResource> </testResource>
<testResource>
<directory>resources</directory>
</testResource>
</testResources> </testResources>
<directory>target</directory>
<outputDirectory>target/classes</outputDirectory>
</build> </build>
<repositories> <repositories>
<repository> <repository>
<id>central</id> <id>central</id>
<url>http://repo1.maven.org/maven2/</url> <url>http://repo1.maven.org/maven2</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
<releases>
<enabled>true</enabled>
</releases>
</repository> </repository>
<repository> <repository>
<id>clojars</id> <id>clojars</id>
<url>https://clojars.org/repo/</url> <url>http://clojars.org/repo/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>true</enabled>
</releases>
</repository> </repository>
<repository> <repository>
<id>sonatype</id> <id>sonatype</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url> <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>true</enabled>
</releases>
</repository> </repository>
</repositories> </repositories>
<dependencies> <dependencies>

View file

@ -1,4 +1,4 @@
(defproject leiningen-core "2.2.0-SNAPSHOT" (defproject leiningen-core "2.1.3"
:url "https://github.com/technomancy/leiningen" :url "https://github.com/technomancy/leiningen"
:license {:name "Eclipse Public License" :license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"} :url "http://www.eclipse.org/legal/epl-v10.html"}

View file

@ -1,12 +1,12 @@
;; This is Leiningen's own project configuration. See doc/TUTORIAL.md ;; This is Leiningen's own project configuration. See doc/TUTORIAL.md
;; file as well as sample.project.clj for help writing your own. ;; file as well as sample.project.clj for help writing your own.
(defproject leiningen "2.2.0-SNAPSHOT" (defproject leiningen "2.1.3"
:description "Automate Clojure projects without setting your hair on fire." :description "Automate Clojure projects without setting your hair on fire."
:url "https://github.com/technomancy/leiningen" :url "https://github.com/technomancy/leiningen"
:license {:name "Eclipse Public License" :license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"} :url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[leiningen-core "2.2.0-SNAPSHOT"] :dependencies [[leiningen-core "2.1.3"]
[org.clojure/data.xml "0.0.3"] [org.clojure/data.xml "0.0.3"]
[bultitude "0.2.2"] [bultitude "0.2.2"]
[stencil "0.3.2"] [stencil "0.3.2"]