Skip to content

Commit 0434d50

Browse files
committed
Bumped up to use sbt-pgp 2.0.1.
1 parent 93bee5a commit 0434d50

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
*.log
33
target/
44
.idea/
5+
_site/

build.sbt

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,17 @@ publishArtifact in Test := false
9393

9494
pomIncludeRepository := { _ => false }
9595

96-
credentials += Credentials(Path.userHome / ".ivy2" / ".credentials")
97-
98-
pgpSecretRing := file((Path.userHome / ".gnupg" / "secring.gpg").getAbsolutePath)
96+
pomExtra := (
97+
<scm>
98+
<url>https://github.com/scalatest/scalatestplus-selenium</url>
99+
<connection>scm:git:git@github.com:scalatest/scalatestplus-selenium.git</connection>
100+
<developerConnection>
101+
scm:git:git@github.com:scalatest/scalatestplus-selenium.git
102+
</developerConnection>
103+
</scm>
104+
)
99105

100-
pgpPassphrase := None
106+
credentials += Credentials(Path.userHome / ".ivy2" / ".credentials")
101107

102108
scalacOptions ++= Seq(
103109
"-deprecation",

project/plugins.sbt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1")
2-
3-
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.2.2")
1+
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1")
42

53
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.4")
64

0 commit comments

Comments
 (0)