mirror of https://github.com/sbt/sbt.git
0.13.0-M2
This commit is contained in:
parent
6d5d641dd7
commit
5b90eee971
|
|
@ -14,7 +14,7 @@ object Sbt extends Build
|
||||||
override lazy val settings = super.settings ++ buildSettings ++ Status.settings
|
override lazy val settings = super.settings ++ buildSettings ++ Status.settings
|
||||||
def buildSettings = Seq(
|
def buildSettings = Seq(
|
||||||
organization := "org.scala-sbt",
|
organization := "org.scala-sbt",
|
||||||
version := "0.13.0-SNAPSHOT",
|
version := "0.13.0-M2",
|
||||||
publishArtifact in packageDoc := false,
|
publishArtifact in packageDoc := false,
|
||||||
scalaVersion := "2.10.1",
|
scalaVersion := "2.10.1",
|
||||||
publishMavenStyle := false,
|
publishMavenStyle := false,
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
[app]
|
[app]
|
||||||
org: org.scala-sbt
|
org: org.scala-sbt
|
||||||
name: sbt
|
name: sbt
|
||||||
version: read(sbt.version)[0.13.0-SNAPSHOT]
|
version: read(sbt.version)[0.13.0-M2]
|
||||||
class: ${sbt.main.class-sbt.xMain}
|
class: ${sbt.main.class-sbt.xMain}
|
||||||
components: xsbti
|
components: xsbti
|
||||||
cross-versioned: true
|
cross-versioned: true
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
[app]
|
[app]
|
||||||
org: org.scala-sbt
|
org: org.scala-sbt
|
||||||
name: sbt
|
name: sbt
|
||||||
version: 0.13.0-SNAPSHOT
|
version: 0.13.0-M2
|
||||||
class: sbt.ScriptMain
|
class: sbt.ScriptMain
|
||||||
components: xsbti
|
components: xsbti
|
||||||
cross-versioned: true
|
cross-versioned: true
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
[app]
|
[app]
|
||||||
org: org.scala-sbt
|
org: org.scala-sbt
|
||||||
name: sbt
|
name: sbt
|
||||||
version: 0.13.0-SNAPSHOT
|
version: 0.13.0-M2
|
||||||
class: sbt.ConsoleMain
|
class: sbt.ConsoleMain
|
||||||
components: xsbti
|
components: xsbti
|
||||||
cross-versioned: true
|
cross-versioned: true
|
||||||
|
|
|
||||||
|
|
@ -9,9 +9,9 @@ extensions = ['sphinxcontrib.issuetracker', 'sphinx.ext.extlinks', 'howto']
|
||||||
|
|
||||||
project = 'sbt'
|
project = 'sbt'
|
||||||
version = '0.13'
|
version = '0.13'
|
||||||
release = '0.13.0-M1'
|
release = '0.13.0-M2'
|
||||||
scalaVersion = "2.10"
|
scalaVersion = "2.10"
|
||||||
scalaRelease = "2.10.0"
|
scalaRelease = "2.10.1"
|
||||||
|
|
||||||
# General settings
|
# General settings
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue