Skip to content

Commit a3b07df

Browse files
committed
Tweak pom to remove duplicate scmInfo.
1 parent 822fa95 commit a3b07df

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

build.sbt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@ lazy val publishSettings = Seq(
1919
if (isSnapshot.value) Some("snapshots" at nexus + "content/repositories/snapshots")
2020
else Some("releases" at nexus + "service/local/staging/deploy/maven2")
2121
},
22-
pomExtra := <scm>
23-
<url>git@github.com:balhoff/relation-graph.git</url>
24-
<connection>scm:git:git@github.com:balhoff/relation-graph.git</connection>
25-
</scm>
22+
pomExtra :=
2623
<developers>
2724
<developer>
2825
<id>balhoff</id>

0 commit comments

Comments
 (0)