aboutsummaryrefslogtreecommitdiff
path: root/README.md
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 /README.md
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 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6f5ea2b..059241a 100644
--- a/README.md
+++ b/README.md
@@ -77,7 +77,7 @@ This now expands correctly to
Put
- addSbtPlugin("net.virtual-void" % "sbt-boilerplate" % "0.5.9") // CAUTION: the organization has recently been changed
+ addSbtPlugin("io.spray" % "sbt-boilerplate" % "0.5.9")
into your `plugins.sbt` and add
@@ -101,6 +101,6 @@ appear in `src/main/boilerplate` with the `.template` extension stripped off.
## License
-Copyright (c) 2012 Johannes Rudolph
+Copyright (c) 2012-2014 Johannes Rudolph
Published under the [BSD 2-Clause License](http://www.opensource.org/licenses/BSD-2-Clause).