version bumps

This commit is contained in:
Mark Harrah 2011-07-14 08:05:30 -04:00
parent f41565e08e
commit e3ed09dc92
4 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ object Sbt extends Build
override lazy val settings = super.settings ++ buildSettings ++ Status.settings
def buildSettings = Seq(
organization := "org.scala-tools.sbt",
version := "0.10.1",
version := "0.10.2-SNAPSHOT",
publishArtifact in packageDoc := false,
scalaVersion := "2.8.1",
publishMavenStyle := false,

View File

@ -4,7 +4,7 @@
[app]
org: org.scala-tools.sbt
name: sbt
version: read(sbt.version)[0.10.1]
version: read(sbt.version)[0.10.2-SNAPSHOT]
class: ${sbt.main.class-sbt.xMain}
components: xsbti
cross-versioned: true

View File

@ -4,7 +4,7 @@
[app]
org: org.scala-tools.sbt
name: sbt
version: 0.10.1
version: 0.10.2-SNAPSHOT
class: sbt.ScriptMain
components: xsbti
cross-versioned: true

View File

@ -4,7 +4,7 @@
[app]
org: org.scala-tools.sbt
name: sbt
version: 0.10.1
version: 0.10.2-SNAPSHOT
class: sbt.ConsoleMain
components: xsbti
cross-versioned: true