mirror of https://github.com/sbt/sbt.git
version bumps
This commit is contained in:
parent
f41565e08e
commit
e3ed09dc92
|
|
@ -15,7 +15,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-tools.sbt",
|
organization := "org.scala-tools.sbt",
|
||||||
version := "0.10.1",
|
version := "0.10.2-SNAPSHOT",
|
||||||
publishArtifact in packageDoc := false,
|
publishArtifact in packageDoc := false,
|
||||||
scalaVersion := "2.8.1",
|
scalaVersion := "2.8.1",
|
||||||
publishMavenStyle := false,
|
publishMavenStyle := false,
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
[app]
|
[app]
|
||||||
org: org.scala-tools.sbt
|
org: org.scala-tools.sbt
|
||||||
name: sbt
|
name: sbt
|
||||||
version: read(sbt.version)[0.10.1]
|
version: read(sbt.version)[0.10.2-SNAPSHOT]
|
||||||
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-tools.sbt
|
org: org.scala-tools.sbt
|
||||||
name: sbt
|
name: sbt
|
||||||
version: 0.10.1
|
version: 0.10.2-SNAPSHOT
|
||||||
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-tools.sbt
|
org: org.scala-tools.sbt
|
||||||
name: sbt
|
name: sbt
|
||||||
version: 0.10.1
|
version: 0.10.2-SNAPSHOT
|
||||||
class: sbt.ConsoleMain
|
class: sbt.ConsoleMain
|
||||||
components: xsbti
|
components: xsbti
|
||||||
cross-versioned: true
|
cross-versioned: true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue