mirror of https://github.com/sbt/sbt.git
back to 0.13.5-SNAPSHOT
This commit is contained in:
parent
a4a6aa0bc3
commit
02ad34442f
|
|
@ -14,7 +14,7 @@ object Sbt extends Build
|
||||||
override lazy val settings = super.settings ++ buildSettings ++ Status.settings ++ nightlySettings
|
override lazy val settings = super.settings ++ buildSettings ++ Status.settings ++ nightlySettings
|
||||||
def buildSettings = Seq(
|
def buildSettings = Seq(
|
||||||
organization := "org.scala-sbt",
|
organization := "org.scala-sbt",
|
||||||
version := "0.13.5-M2",
|
version := "0.13.5-SNAPSHOT",
|
||||||
publishArtifact in packageDoc := false,
|
publishArtifact in packageDoc := false,
|
||||||
scalaVersion := "2.10.4",
|
scalaVersion := "2.10.4",
|
||||||
publishMavenStyle := false,
|
publishMavenStyle := false,
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
[app]
|
[app]
|
||||||
org: ${sbt.organization-org.scala-sbt}
|
org: ${sbt.organization-org.scala-sbt}
|
||||||
name: sbt
|
name: sbt
|
||||||
version: ${sbt.version-read(sbt.version)[0.13.5-M2]}
|
version: ${sbt.version-read(sbt.version)[0.13.5-SNAPSHOT]}
|
||||||
class: sbt.xMain
|
class: sbt.xMain
|
||||||
components: xsbti,extra
|
components: xsbti,extra
|
||||||
cross-versioned: ${sbt.cross.versioned-false}
|
cross-versioned: ${sbt.cross.versioned-false}
|
||||||
|
|
@ -13,6 +13,7 @@
|
||||||
[repositories]
|
[repositories]
|
||||||
local
|
local
|
||||||
typesafe-ivy-releases: http://repo.typesafe.com/typesafe/ivy-releases/, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext], bootOnly
|
typesafe-ivy-releases: http://repo.typesafe.com/typesafe/ivy-releases/, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext], bootOnly
|
||||||
|
typesafe-ivy-snapshots: http://repo.typesafe.com/typesafe/ivy-snapshots/, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext], bootOnly
|
||||||
maven-central
|
maven-central
|
||||||
|
|
||||||
[boot]
|
[boot]
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
[app]
|
[app]
|
||||||
org: ${sbt.organization-org.scala-sbt}
|
org: ${sbt.organization-org.scala-sbt}
|
||||||
name: sbt
|
name: sbt
|
||||||
version: ${sbt.version-read(sbt.version)[0.13.5-M2]}
|
version: ${sbt.version-read(sbt.version)[0.13.5-SNAPSHOT]}
|
||||||
class: sbt.ScriptMain
|
class: sbt.ScriptMain
|
||||||
components: xsbti,extra
|
components: xsbti,extra
|
||||||
cross-versioned: ${sbt.cross.versioned-false}
|
cross-versioned: ${sbt.cross.versioned-false}
|
||||||
|
|
@ -13,6 +13,7 @@
|
||||||
[repositories]
|
[repositories]
|
||||||
local
|
local
|
||||||
typesafe-ivy-releases: http://repo.typesafe.com/typesafe/ivy-releases/, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext], bootOnly
|
typesafe-ivy-releases: http://repo.typesafe.com/typesafe/ivy-releases/, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext], bootOnly
|
||||||
|
typesafe-ivy-snapshots: http://repo.typesafe.com/typesafe/ivy-snapshots/, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext], bootOnly
|
||||||
maven-central
|
maven-central
|
||||||
|
|
||||||
[boot]
|
[boot]
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
[app]
|
[app]
|
||||||
org: ${sbt.organization-org.scala-sbt}
|
org: ${sbt.organization-org.scala-sbt}
|
||||||
name: sbt
|
name: sbt
|
||||||
version: ${sbt.version-read(sbt.version)[0.13.5-M2]}
|
version: ${sbt.version-read(sbt.version)[0.13.5-SNAPSHOT]}
|
||||||
class: sbt.ConsoleMain
|
class: sbt.ConsoleMain
|
||||||
components: xsbti,extra
|
components: xsbti,extra
|
||||||
cross-versioned: ${sbt.cross.versioned-false}
|
cross-versioned: ${sbt.cross.versioned-false}
|
||||||
|
|
@ -13,6 +13,7 @@
|
||||||
[repositories]
|
[repositories]
|
||||||
local
|
local
|
||||||
typesafe-ivy-releases: http://repo.typesafe.com/typesafe/ivy-releases/, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext], bootOnly
|
typesafe-ivy-releases: http://repo.typesafe.com/typesafe/ivy-releases/, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext], bootOnly
|
||||||
|
typesafe-ivy-snapshots: http://repo.typesafe.com/typesafe/ivy-snapshots/, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext], bootOnly
|
||||||
maven-central
|
maven-central
|
||||||
|
|
||||||
[boot]
|
[boot]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue