From 899fe41f1ebcab6d695618c29933888202c8225c Mon Sep 17 00:00:00 2001 From: Johannes Rudolph Date: Tue, 2 Sep 2014 11:22:53 +0200 Subject: change to sonatype publishing for now and change organization to "net.virtual-void" for simpler administration --- build.sbt | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) (limited to 'build.sbt') diff --git a/build.sbt b/build.sbt index 321e24a..4c27de7 100644 --- a/build.sbt +++ b/build.sbt @@ -1,8 +1,8 @@ name := "sbt-boilerplate" -organization := "io.spray" +organization := "net.virtual-void" -version := "0.6.0-SNAPSHOT" +version := "0.5.9" description := "An SBT plugin for simple generation of boilerplate" @@ -10,8 +10,6 @@ startYear := Some(2012) homepage := Some(url("http://github.com/sbt/sbt-boilerplate")) -organizationHomepage := Some(url("http://spray.io")) - licenses in GlobalScope += "BSD" -> url("https://github.com/sbt/sbt-boilerplate/raw/master/LICENSE") sbtPlugin := true @@ -20,18 +18,6 @@ scalacOptions := Seq("-deprecation", "-encoding", "utf8") CrossBuilding.crossSbtVersions := Seq("0.11.2", "0.11.3", "0.12", "0.13") -/////////////// -// publishing -/////////////// - -publishMavenStyle := false - -bintraySettings - -bintray.Keys.repository := "sbt-plugins" - -bintray.Keys.bintrayOrganization in bintray.Keys.bintray := None - /////////////// // ls-sbt /////////////// -- cgit v1.2.3