From 14d2adb4bc3726129143ee400152978e54a909de Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Wed, 6 Apr 2011 21:57:21 -0400 Subject: [PATCH] versions for 0.9.3 --- README.md | 10 +++++----- launch/src/main/resources/sbt/sbt.boot.properties | 2 +- project/build.properties | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 72f1a66c8..93fba8d4a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -This is the 0.9.x development series of sbt. The current stable release of sbt is 0.7.4, which can be downloaded from the [http://code.google.com/p/simple-build-tool](Google Code project). +This is the 0.9.x development series of sbt. The current stable release of sbt is 0.7.5, which can be downloaded from the [Google Code project](http://code.google.com/p/simple-build-tool). See for setup instructions for the stable version of sbt. @@ -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.2: +The latest tag for 0.9.x is 0.9.3: - $ git checkout v0.9.2 + $ git checkout v0.9.3 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.2.jar + /target/sbt-launch-0.9.3.jar If using the 0.9 development branch, the launcher is at: - /target/sbt-launch-0.9.3-SNAPSHOT.jar + /target/sbt-launch-0.9.4-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 e2d265429..c76f3cb64 100644 --- a/launch/src/main/resources/sbt/sbt.boot.properties +++ b/launch/src/main/resources/sbt/sbt.boot.properties @@ -5,7 +5,7 @@ [app] org: org.scala-tools.sbt name: sbt - version: read(sbt.version)[0.9.3-SNAPSHOT] + version: read(sbt.version)[0.9.3] class: sbt.xMain components: xsbti cross-versioned: true diff --git a/project/build.properties b/project/build.properties index 3a6543084..84e2d9267 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.3-SNAPSHOT +project.version=0.9.3 build.scala.versions=2.8.1