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 --- project/Helpers.scala | 16 ---------------- project/gpg.sbt | 1 - project/plugins.sbt | 7 ++----- 3 files changed, 2 insertions(+), 22 deletions(-) delete mode 100644 project/Helpers.scala delete mode 100644 project/gpg.sbt (limited to 'project') diff --git a/project/Helpers.scala b/project/Helpers.scala deleted file mode 100644 index 4c426be..0000000 --- a/project/Helpers.scala +++ /dev/null @@ -1,16 +0,0 @@ -import java.net.URL - -object Helpers { - def generatePomExtra(scmUrl: String, scmConnection: String, - developerId: String, developerName: String): xml.NodeSeq = - - { scmUrl } - { scmConnection } - - - - { developerId } - { developerName } - - -} \ No newline at end of file diff --git a/project/gpg.sbt b/project/gpg.sbt deleted file mode 100644 index ff0f7a9..0000000 --- a/project/gpg.sbt +++ /dev/null @@ -1 +0,0 @@ -addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.3") \ No newline at end of file diff --git a/project/plugins.sbt b/project/plugins.sbt index 53cc650..0813d27 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,10 +1,7 @@ -resolvers ++= Seq( - "less is" at "http://repo.lessis.me", - "coda" at "http://repo.codahale.com" -) - addSbtPlugin("me.lessis" % "ls-sbt" % "0.1.3") addSbtPlugin("net.virtual-void" % "sbt-cross-building" % "0.8.1") addSbtPlugin("com.typesafe.sbt" % "sbt-scalariform" % "1.2.0") + +addSbtPlugin("me.lessis" % "bintray-sbt" % "0.1.2") \ No newline at end of file -- cgit v1.2.3