aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorJohannes Rudolph <johannes.rudolph@gmail.com>2014-09-08 09:56:55 +0200
committerJohannes Rudolph <johannes.rudolph@gmail.com>2014-09-08 09:56:55 +0200
commit6f6e12bad651da9d659611f01f0fb2d5add91f41 (patch)
treed104659f63800b080a844da833dd21cb8f0b4e02 /build.sbt
parentb9487c98c1acd303d1e2ab72f390b129318c7845 (diff)
downloadsbt-boilerplate-6f6e12bad651da9d659611f01f0fb2d5add91f41.tar.gz
sbt-boilerplate-6f6e12bad651da9d659611f01f0fb2d5add91f41.tar.bz2
sbt-boilerplate-6f6e12bad651da9d659611f01f0fb2d5add91f41.zip
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
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt6
1 files changed, 4 insertions, 2 deletions
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