From 98f98948d7f1c6c379837d16b0ab116b7b71ec67 Mon Sep 17 00:00:00 2001 From: Sarah Gerweck Date: Sun, 15 Oct 2017 17:53:13 -0700 Subject: [PATCH] Update plugin files --- project/plugin-eclipse.sbt | 2 +- project/plugin-pgp.sbt | 2 +- project/plugin-release.sbt | 2 +- project/plugin-site.sbt | 2 +- project/plugin-sonatype.sbt | 4 +++- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/project/plugin-eclipse.sbt b/project/plugin-eclipse.sbt index 489a8af..99a0531 100644 --- a/project/plugin-eclipse.sbt +++ b/project/plugin-eclipse.sbt @@ -1,2 +1,2 @@ +// Plugin for generating Eclipse project configuration addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.2") - diff --git a/project/plugin-pgp.sbt b/project/plugin-pgp.sbt index f53dd99..7ffb950 100644 --- a/project/plugin-pgp.sbt +++ b/project/plugin-pgp.sbt @@ -1,2 +1,2 @@ +// Plugin for doing PGP signatures for releases addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0") - diff --git a/project/plugin-release.sbt b/project/plugin-release.sbt index 6252086..3329de6 100644 --- a/project/plugin-release.sbt +++ b/project/plugin-release.sbt @@ -1,2 +1,2 @@ +// Plugin that automates the standard release process addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.6") - diff --git a/project/plugin-site.sbt b/project/plugin-site.sbt index f3d6102..8961ab8 100644 --- a/project/plugin-site.sbt +++ b/project/plugin-site.sbt @@ -1,2 +1,2 @@ +// Standard plugin for generating docs, etc. addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.3.1") - diff --git a/project/plugin-sonatype.sbt b/project/plugin-sonatype.sbt index b0d85e8..60dc66d 100644 --- a/project/plugin-sonatype.sbt +++ b/project/plugin-sonatype.sbt @@ -1,2 +1,4 @@ +/* Plugin that provides connectivity to the Sonatype repo, where many open + * source projects are hosted. (Projects published here are automatically + * synchronized to Maven central.) */ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.0") -