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
|
||||
def buildSettings = Seq(
|
||||
organization := "org.scala-sbt",
|
||||
version := "0.13.0-SNAPSHOT",
|
||||
version := "0.13.0-M2",
|
||||
publishArtifact in packageDoc := false,
|
||||
scalaVersion := "2.10.1",
|
||||
publishMavenStyle := false,
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
[app]
|
||||
org: org.scala-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}
|
||||
components: xsbti
|
||||
cross-versioned: true
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
[app]
|
||||
org: org.scala-sbt
|
||||
name: sbt
|
||||
version: 0.13.0-SNAPSHOT
|
||||
version: 0.13.0-M2
|
||||
class: sbt.ScriptMain
|
||||
components: xsbti
|
||||
cross-versioned: true
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
[app]
|
||||
org: org.scala-sbt
|
||||
name: sbt
|
||||
version: 0.13.0-SNAPSHOT
|
||||
version: 0.13.0-M2
|
||||
class: sbt.ConsoleMain
|
||||
components: xsbti
|
||||
cross-versioned: true
|
||||
|
|
|
|||
|
|
@ -9,9 +9,9 @@ extensions = ['sphinxcontrib.issuetracker', 'sphinx.ext.extlinks', 'howto']
|
|||
|
||||
project = 'sbt'
|
||||
version = '0.13'
|
||||
release = '0.13.0-M1'
|
||||
release = '0.13.0-M2'
|
||||
scalaVersion = "2.10"
|
||||
scalaRelease = "2.10.0"
|
||||
scalaRelease = "2.10.1"
|
||||
|
||||
# General settings
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue