Skip to content

Commit 24b42f6

Browse files
committed
Fixing pom to follow Sonatype requirements.
1 parent 44cf722 commit 24b42f6

File tree

1 file changed

+10
-15
lines changed

1 file changed

+10
-15
lines changed

Diff for: build.sbt

+10-15
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,18 @@ lazy val commonSettings = Seq(
2626
scmInfo in ThisBuild := Some(
2727
ScmInfo(
2828
url("https://github.com/angelcervera/osm4scala"),
29-
"[email protected]:angelcervera/osm4scala.git"
29+
"scm:git:git://github.com/angelcervera/osm4scala.git",
30+
"scm:git:ssh://github.com:angelcervera/osm4scala.git"
31+
)
32+
),
33+
developers in ThisBuild := List(
34+
Developer(
35+
"angelcervera",
36+
"Angel Cervera Claudio",
37+
38+
url("https://www.acervera.com")
3039
)
3140
),
32-
pomExtra :=
33-
<url>https://github.com/angelcervera/osm4scala</url>
34-
<scm>
35-
<connection>scm:git:git://github.com/angelcervera/osm4scala.git</connection>
36-
<developerConnection>scm:git:ssh://git@github.com/angelcervera/osm4scala.git</developerConnection>
37-
<url>https://github.com/angelcervera/osm4scala</url>
38-
</scm>
39-
<developers>
40-
<developer>
41-
<id>angelcervera</id>
42-
<name>Angel Cervera Claudio</name>
43-
<email>angelcervera@silyan.com</email>
44-
</developer>
45-
</developers>,
4641
libraryDependencies ++= Seq(
4742
"org.scalatest" %% "scalatest" % scalatestVersion % "test",
4843
"org.scalacheck" %% "scalacheck" % scalacheckVersion % "test",

0 commit comments

Comments
 (0)