From 1ea9c5cf9baa9725a6d5fe368c73547df9caa666 Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Mon, 18 Mar 2013 10:28:02 -0400 Subject: [PATCH] 0.13.0-M1 --- CONTRIBUTING.md | 10 +++++----- src/main/conscript/sbt/launchconfig | 2 +- src/main/conscript/scalas/launchconfig | 2 +- src/main/conscript/screpl/launchconfig | 2 +- src/sphinx/conf.py | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9587e02e7d..20e21ea7dc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -35,11 +35,11 @@ See below for details on getting sbt sources and modifying the documentation. $ git clone git://github.com/sbt/sbt.git $ cd sbt -3. The initial branch is the development branch 0.13, which contains the latest code for the next major sbt release. To build a specific release or commit, switch to the associated tag. The tag for the latest stable release is v0.12.1: +3. The initial branch is the development branch 0.13, which contains the latest code for the next major sbt release. To build a specific release or commit, switch to the associated tag. The tag for the latest stable release is v0.12.2: - $ git checkout v0.12.1 + $ git checkout v0.12.2 - Note that sbt is always built with the previous stable release. For example, the 0.13 branch is built with 0.12.1, the v0.11.2 tag is built with 0.11.1, and the v0.11.0 tag is built with 0.10.1. + Note that sbt is always built with the previous stable release. For example, the 0.13 branch is built with 0.12.2, the v0.11.2 tag is built with 0.11.1, and the v0.11.0 tag is built with 0.10.1. 4. To build the launcher, publish all components locally, and build documentation: @@ -49,9 +49,9 @@ See below for details on getting sbt sources and modifying the documentation. $ sbt publish-local proguard sxr doc sphinx:mappings -5. To use this locally built version of sbt, copy your stable `~/bin/sbt` script to `~/bin/xsbt` and change it to use the launcher jar in `/target/`. For the v0.12.1 tag, the full location is: +5. To use this locally built version of sbt, copy your stable `~/bin/sbt` script to `~/bin/xsbt` and change it to use the launcher jar in `/target/`. For the v0.12.2 tag, the full location is: - /target/sbt-launch-0.12.1.jar + /target/sbt-launch-0.12.2.jar If using the 0.13 development branch, the launcher is at: diff --git a/src/main/conscript/sbt/launchconfig b/src/main/conscript/sbt/launchconfig index 9e5b66eeef..cc0b6fe168 100644 --- a/src/main/conscript/sbt/launchconfig +++ b/src/main/conscript/sbt/launchconfig @@ -4,7 +4,7 @@ [app] org: org.scala-sbt name: sbt - version: read(sbt.version)[0.13.0-SNAPSHOT] + version: read(sbt.version)[0.13.0-M1] class: ${sbt.main.class-sbt.xMain} components: xsbti cross-versioned: true diff --git a/src/main/conscript/scalas/launchconfig b/src/main/conscript/scalas/launchconfig index aa793bfc06..5d7d791302 100644 --- a/src/main/conscript/scalas/launchconfig +++ b/src/main/conscript/scalas/launchconfig @@ -4,7 +4,7 @@ [app] org: org.scala-sbt name: sbt - version: 0.13.0-SNAPSHOT + version: 0.13.0-M1 class: sbt.ScriptMain components: xsbti cross-versioned: true diff --git a/src/main/conscript/screpl/launchconfig b/src/main/conscript/screpl/launchconfig index fcc26b1c93..43a2a18ce4 100644 --- a/src/main/conscript/screpl/launchconfig +++ b/src/main/conscript/screpl/launchconfig @@ -4,7 +4,7 @@ [app] org: org.scala-sbt name: sbt - version: 0.13.0-SNAPSHOT + version: 0.13.0-M1 class: sbt.ConsoleMain components: xsbti cross-versioned: true diff --git a/src/sphinx/conf.py b/src/sphinx/conf.py index a7087cd025..61d2d822e3 100644 --- a/src/sphinx/conf.py +++ b/src/sphinx/conf.py @@ -9,7 +9,7 @@ project = 'sbt' version = '0.13' -release = '0.13.0-SNAPSHOT' +release = '0.13.0-M1' scalaVersion = "2.10" scalaRelease = "2.10.0"