From 6db465003512780a55c0664eca00a2f2f3083645 Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Sat, 23 Apr 2011 19:21:10 -0400 Subject: [PATCH] 0.9.4 --- README.md | 8 ++++---- launch/src/main/resources/sbt/sbt.boot.properties | 2 +- project/build.properties | 2 +- src/main/conscript/sbt/launchconfig | 2 +- src/main/conscript/scalas/launchconfig | 2 +- src/main/conscript/screpl/launchconfig | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 93fba8d4a..445aaaf56 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ To build from source, get the latest stable version of sbt (above) and get the c The '-n' option is strictly only necessary when using msysgit on Windows. (This works around an issue with spaces in the 'master' branch by not checking the 'master' branch out initially.) -The latest tag for 0.9.x is 0.9.3: +The latest tag for 0.9.x is 0.9.4: - $ git checkout v0.9.3 + $ git checkout v0.9.4 Or, get the development branch for 0.9.x: @@ -24,10 +24,10 @@ To build: Copy your stable ~/bin/sbt script to ~/bin/xsbt and change it to use the launcher at: - /target/sbt-launch-0.9.3.jar + /target/sbt-launch-0.9.4.jar If using the 0.9 development branch, the launcher is at: - /target/sbt-launch-0.9.4-SNAPSHOT.jar + /target/sbt-launch-0.9.5-SNAPSHOT.jar There is a [video of a demo](http://vimeo.com/20263617) given at the [Northeast Scala Symposium](http://www.nescala.org/2011/) that gives a brief introduction to ideas in sbt 0.9. Note that the demo was based on 0.9.0 and some things have changed since then. See the [documentation](https://github.com/harrah/xsbt/wiki) for current information. \ No newline at end of file diff --git a/launch/src/main/resources/sbt/sbt.boot.properties b/launch/src/main/resources/sbt/sbt.boot.properties index e33a3e39e..4ea1ed3b1 100644 --- a/launch/src/main/resources/sbt/sbt.boot.properties +++ b/launch/src/main/resources/sbt/sbt.boot.properties @@ -4,7 +4,7 @@ [app] org: org.scala-tools.sbt name: sbt - version: read(sbt.version)[0.9.4-SNAPSHOT] + version: read(sbt.version)[0.9.4] class: ${sbt.main.class-sbt.xMain} components: xsbti cross-versioned: true diff --git a/project/build.properties b/project/build.properties index f7c996ebf..e7629f2c8 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1,5 +1,5 @@ project.organization=org.scala-tools.sbt project.name=xsbt sbt.version=0.7.5 -project.version=0.9.4-SNAPSHOT +project.version=0.9.4 build.scala.versions=2.8.1 diff --git a/src/main/conscript/sbt/launchconfig b/src/main/conscript/sbt/launchconfig index 4b34bb235..6efbb7712 100644 --- a/src/main/conscript/sbt/launchconfig +++ b/src/main/conscript/sbt/launchconfig @@ -4,7 +4,7 @@ [app] org: org.scala-tools.sbt name: sbt - version: read(sbt.version)[0.9.4-SNAPSHOT] + version: read(sbt.version)[0.9.4] 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 1502af9a5..e0395e895 100644 --- a/src/main/conscript/scalas/launchconfig +++ b/src/main/conscript/scalas/launchconfig @@ -4,7 +4,7 @@ [app] org: org.scala-tools.sbt name: sbt - version: 0.9.4-SNAPSHOT + version: 0.9.4 class: sbt.ScriptMain components: xsbti cross-versioned: true diff --git a/src/main/conscript/screpl/launchconfig b/src/main/conscript/screpl/launchconfig index 55822357b..23eb6558b 100644 --- a/src/main/conscript/screpl/launchconfig +++ b/src/main/conscript/screpl/launchconfig @@ -4,7 +4,7 @@ [app] org: org.scala-tools.sbt name: sbt - version: 0.9.4-SNAPSHOT + version: 0.9.4 class: sbt.ConsoleMain components: xsbti cross-versioned: true