Skip to content

Commit

Permalink
Add Apache to POM licenses field by updating sbt-apache-sonatype
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich committed Feb 24, 2023
1 parent 26846a0 commit acd0f83
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ inThisBuild(Def.settings(
},
scmInfo := Some(
ScmInfo(url("https://github.com/apache/incubator-pekko-http"), "[email protected]:apache/incubator-pekko-http.git")),
licenses := Seq("Apache-2.0" -> url("https://opensource.org/licenses/Apache-2.0")),
description := "Apache Pekko Http: Modern, fast, asynchronous, streaming-first HTTP server and client.",
testOptions ++= Seq(
Tests.Argument(TestFrameworks.JUnit, "-q", "-v"),
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.7.0")
addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.30")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.0")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.1")
addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.4")
addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.5")

// used in ValidatePullRequest to check github PR comments whether to build all subprojects
Expand Down

0 comments on commit acd0f83

Please sign in to comment.