Skip to content

Commit

Permalink
Merge pull request #248 from mkurz/update_pom
Browse files Browse the repository at this point in the history
Update data for pom.xml
  • Loading branch information
mkurz authored Mar 9, 2023
2 parents 7aeee4e + 9440de2 commit 4bc96bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/Common.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ object Common extends AutoPlugin {
override def globalSettings =
Seq(
organization := "com.typesafe.play",
organizationName := "Lightbend Inc.",
organizationHomepage := Some(url("https://www.lightbend.com/")),
organizationName := "The Play Framework Project",
organizationHomepage := Some(url("https://playframework.com/")),
homepage := Some(url(s"https://github.com/playframework/${repoName}")),
licenses := Seq("Apache-2.0" -> url("https://www.apache.org/licenses/LICENSE-2.0.html")),

Expand All @@ -22,7 +22,7 @@ object Common extends AutoPlugin {

scmInfo := Some(ScmInfo(url(s"https://github.com/playframework/${repoName}"), s"scm:git:[email protected]:playframework/${repoName}.git")),
developers += Developer("playframework",
"Play Framework Team",
"The Play Framework Contributors",
"[email protected]",
url("https://github.com/playframework")),

Expand Down

0 comments on commit 4bc96bc

Please sign in to comment.