Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

Commit 1f5ccde

Browse files
authored
Merge pull request #23 from intenthq/fix-publishing-v1.7.x
Backport v1.7.x: Fix signed publishing and maven central validation failures.
2 parents 4b60d13 + 7ea53eb commit 1f5ccde

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

build.sbt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ val pomInfo = (
1919
<distribution>repo</distribution>
2020
</license>
2121
</licenses>
22-
<scm>
23-
<url>git@github.com:intenthq/pucket.git</url>
24-
<connection>scm:git:git@github.com:intenthq/pucket.git</connection>
25-
</scm>
2622
<developers>
2723
<developer>
2824
<id>intenthq</id>

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
addSbtPlugin("com.cavorite" % "sbt-avro-1-7" % "1.1.2")
22
addSbtPlugin("com.intenthq.sbt" % "sbt-thrift-plugin" % "1.0.5")
3-
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1")
4-
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.1")
3+
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")
4+
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.1")

0 commit comments

Comments
 (0)