aboutsummaryrefslogtreecommitdiff
path: root/project/plugins.sbt
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2012-10-13 15:55:39 -0700
committerMatei Zaharia <matei@eecs.berkeley.edu>2012-10-13 15:55:39 -0700
commitce6b5a3ee5683298890d989b0b518cdf1ed53399 (patch)
tree3b3e2860e602b465a4b7d005b69419a809c4f91f /project/plugins.sbt
parent8815aeba0c5366ca8cd89905d6f350235af5d50a (diff)
downloadspark-ce6b5a3ee5683298890d989b0b518cdf1ed53399.tar.gz
spark-ce6b5a3ee5683298890d989b0b518cdf1ed53399.tar.bz2
spark-ce6b5a3ee5683298890d989b0b518cdf1ed53399.zip
Uncomment Maven publishing stuff and set version to 0.6.0
Diffstat (limited to 'project/plugins.sbt')
-rw-r--r--project/plugins.sbt5
1 files changed, 3 insertions, 2 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 36497f8eda..0e7d200174 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -13,5 +13,6 @@ addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.0.0")
addSbtPlugin("cc.spray" %% "sbt-twirl" % "0.5.2")
// For Sonatype publishing
-// resolvers += Resolver.url("sbt-plugin-releases", new URL("http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases/"))(Resolver.ivyStylePatterns)
-// addSbtPlugin("com.jsuereth" % "xsbt-gpg-plugin" % "0.6")
+resolvers += Resolver.url("sbt-plugin-releases", new URL("http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases/"))(Resolver.ivyStylePatterns)
+
+addSbtPlugin("com.jsuereth" % "xsbt-gpg-plugin" % "0.6")