mirror of
https://github.com/sbt/sbt.git
synced 2026-08-22 06:07:24 +02:00
Merge pull request #2140 from dwijnand/set-version-to-0.13.10-SNAPSHOT
Set version to 0.13.10-SNAPSHOT.
This commit is contained in:
+3
-3
@@ -131,7 +131,7 @@ Build from source
|
|||||||
|
|
||||||
If using the 0.13 development branch, the launcher is at:
|
If using the 0.13 development branch, the launcher is at:
|
||||||
|
|
||||||
<sbt>/target/sbt-launch-0.13.9-SNAPSHOT.jar
|
<sbt>/target/sbt-launch-0.13.10-SNAPSHOT.jar
|
||||||
|
|
||||||
Directory `target` is removed by clean command. Second solution is using artifact stored in local ivy repository.
|
Directory `target` is removed by clean command. Second solution is using artifact stored in local ivy repository.
|
||||||
|
|
||||||
@@ -141,7 +141,7 @@ Build from source
|
|||||||
|
|
||||||
for v0.13.8 tag, or in:
|
for v0.13.8 tag, or in:
|
||||||
|
|
||||||
$HOME/.ivy2/local/org.scala-sbt/sbt-launch/0.13.9-SNAPSHOT/jars/sbt-launch.jar
|
$HOME/.ivy2/local/org.scala-sbt/sbt-launch/0.13.10-SNAPSHOT/jars/sbt-launch.jar
|
||||||
|
|
||||||
for development branch.
|
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.
|
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.9-SNAPSHOT`.
|
4. If a project has `project/build.properties` defined, either delete the file or change `sbt.version` to `0.13.10-SNAPSHOT`.
|
||||||
|
|
||||||
Building Documentation
|
Building Documentation
|
||||||
----------------------
|
----------------------
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ import Sxr.sxr
|
|||||||
// but can be shared across the multi projects.
|
// but can be shared across the multi projects.
|
||||||
def buildLevelSettings: Seq[Setting[_]] = Seq(
|
def buildLevelSettings: Seq[Setting[_]] = Seq(
|
||||||
organization in ThisBuild := "org.scala-sbt",
|
organization in ThisBuild := "org.scala-sbt",
|
||||||
version in ThisBuild := "0.13.9-SNAPSHOT",
|
version in ThisBuild := "0.13.10-SNAPSHOT",
|
||||||
// bintrayOrganization in ThisBuild := None,
|
// bintrayOrganization in ThisBuild := None,
|
||||||
// bintrayRepository in ThisBuild := "test-test-test",
|
// bintrayRepository in ThisBuild := "test-test-test",
|
||||||
bintrayOrganization in ThisBuild := {
|
bintrayOrganization in ThisBuild := {
|
||||||
|
|||||||
Reference in New Issue
Block a user