Skip to content

Commit

Permalink
Fix pom.xml definition
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrf authored Dec 14, 2023
1 parent 39caf5c commit 855ac84
Showing 1 changed file with 9 additions and 19 deletions.
28 changes: 9 additions & 19 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,15 @@ lazy val jsmessages = project
component("play"),
"org.scala-lang.modules" %% "scala-collection-compat" % "2.8.1"
),
pomExtra := (
<url>http://github.com/julienrf/play-jsmessages</url>
<licenses>
<license>
<name>MIT License</name>
<url>http://opensource.org/licenses/mit-license.php</url>
</license>
</licenses>
<scm>
<url>git@github.com:julienrf/play-jsmessages.git</url>
<connection>scm:git:git@github.com:julienrf/play-jsmessages.git</connection>
</scm>
<developers>
<developer>
<id>julienrf</id>
<name>Julien Richard-Foy</name>
<url>http://julien.richard-foy.fr</url>
</developer>
</developers>
homepage := Some(url("https://github.com/julienrf/play-jsmessages")),
licenses := List("MIT License" -> url("https://opensource.org/licenses/mit-license.php")),
developers := List(
Developer(
"julienrf",
"Julien Richard-Foy",
"[email protected]",
url("https://github.com/julienrf")
)
)
)

Expand Down

0 comments on commit 855ac84

Please sign in to comment.