From 6f6e12bad651da9d659611f01f0fb2d5add91f41 Mon Sep 17 00:00:00 2001 From: Johannes Rudolph Date: Mon, 8 Sep 2014 09:56:55 +0200 Subject: Go back to bintray publishing as we are now included in the official sbt plugins repo Revert "change to sonatype publishing for now and change organization to "net.virtual-void" for simpler administration" This reverts commit 899fe41f1ebcab6d695618c29933888202c8225c. Conflicts: README.md --- build.sbt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'build.sbt') diff --git a/build.sbt b/build.sbt index 4c27de7..577d715 100644 --- a/build.sbt +++ b/build.sbt @@ -1,8 +1,8 @@ name := "sbt-boilerplate" -organization := "net.virtual-void" +organization := "io.spray" -version := "0.5.9" +version := "0.6.0-SNAPSHOT" description := "An SBT plugin for simple generation of boilerplate" @@ -10,6 +10,8 @@ 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 -- cgit v1.2.3