Skip to content

Commit b3004c7

Browse files
committed
#657 Update SBT publish instruction
1 parent 5a08cc7 commit b3004c7

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

dev/README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ if there's any wrong with the versions of .jar files.
7676
See:
7777
https://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

@@ -92,8 +92,8 @@ Then:
9292
2. 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``.
9797
4. Login at https://oss.sonatype.org/ and from "Staging Repositories" select the
9898
newly published item, click "Close" then "Release".
9999

dev/build.sbt.end

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

dev/plugins.sbt.end

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
77
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.0")

0 commit comments

Comments
 (0)