diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 025984952..c970b6378 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -114,9 +114,9 @@ Build from source $ git clone git://github.com/sbt/sbt.git $ cd sbt -3. The initial branch is the development branch [0.13](https://github.com/sbt/sbt/tree/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.13.7](https://github.com/sbt/sbt/tree/v0.13.7): +3. The initial branch is the development branch [0.13](https://github.com/sbt/sbt/tree/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.13.8](https://github.com/sbt/sbt/tree/v0.13.8): - $ git checkout v0.13.7 + $ git checkout v0.13.8 Note that sbt is always built with the previous stable release. For example, the [0.13](https://github.com/sbt/sbt/tree/0.13) branch is built with 0.13.2 and the [v0.13.2](https://github.com/sbt/sbt/tree/v0.13.2) tag is built with 0.13.1. @@ -125,23 +125,23 @@ Build from source $ sbt > publishLocal -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.13.7 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.13.8 tag, the full location is: - /target/sbt-launch-0.13.7.jar + /target/sbt-launch-0.13.8.jar If using the 0.13 development branch, the launcher is at: - /target/sbt-launch-0.13.8-SNAPSHOT.jar + /target/sbt-launch-0.13.9-SNAPSHOT.jar Directory `target` is removed by clean command. Second solution is using artifact stored in local ivy repository. The launcher is located in: - $HOME/.ivy2/local/org.scala-sbt/sbt-launch/0.13.7/jars/sbt-launch.jar + $HOME/.ivy2/local/org.scala-sbt/sbt-launch/0.13.8/jars/sbt-launch.jar - for v0.13.7 tag, or in: + for v0.13.8 tag, or in: - $HOME/.ivy2/local/org.scala-sbt/sbt-launch/0.13.8-SNAPSHOT/jars/sbt-launch.jar + $HOME/.ivy2/local/org.scala-sbt/sbt-launch/0.13.9-SNAPSHOT/jars/sbt-launch.jar for development branch. @@ -153,7 +153,7 @@ Build from source 3. After each `publishLocal`, clean the `~/.sbt/boot/` directory. Alternatively, if sbt is running and the launcher hasn't changed, run `reboot full` to have sbt do this for you. -4. If a project has `project/build.properties` defined, either delete the file or change `sbt.version` to `0.13.8-SNAPSHOT`. +4. If a project has `project/build.properties` defined, either delete the file or change `sbt.version` to `0.13.9-SNAPSHOT`. Building Documentation ---------------------- diff --git a/project/build.properties b/project/build.properties index 748703f77..a6e117b61 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=0.13.7 +sbt.version=0.13.8