File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed
Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ if there's any wrong with the versions of .jar files.
7676See:
7777https://github.com/sbt/sbt.github.com/blob/gen-master/src/jekyll/using_sonatype.md
7878
79- Create ~/.sbt/0.13/sonatype.sbt (for SBT 0.12: ~/.sbt/ sonatype.sbt) file:
79+ Create ~/.sbt/1.0/ sonatype.sbt file:
8080
8181::
8282
92922. Copy
9393 dev/build.sbt.end to the end of build.sbt, and
9494 dev/plugins.sbt.end to the end of project/plugins.sbt
95- 3. Run ``sbt publish-signed ``. Alternatively you can run ``sbt `` then from SBT
96- command prompt run ``+ publish-signed ``.
95+ 3. Run ``sbt publishSigned ``. Alternatively you can run ``sbt `` then from SBT
96+ command prompt run ``+ publishSigned ``.
97974. Login at https://oss.sonatype.org/ and from "Staging Repositories" select the
9898 newly published item, click "Close" then "Release".
9999
Original file line number Diff line number Diff line change @@ -38,6 +38,3 @@ pomExtra := (
3838 </developer>
3939 </developers>
4040)
41-
42- // https://github.com/jrudolph/sbt-dependency-graph
43- net.virtualvoid.sbt.graph.Plugin.graphSettings
Original file line number Diff line number Diff line change 11
22// http://www.cakesolutions.net/teamblogs/2012/01/28/publishing-sbt-projects-to-nexus/
33// https://groups.google.com/forum/?fromgroups=#!topic/simple-build-tool/wuiMh-Ue_iw
4- addSbtPlugin("com.typesafe.sbt " % "sbt-pgp" % "1.1.0")
4+ addSbtPlugin("com.jsuereth " % "sbt-pgp" % "1.1.0")
55
66// https://github.com/jrudolph/sbt-dependency-graph
77addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.0")
You can’t perform that action at this time.
0 commit comments