This is an automated email from the ASF dual-hosted git repository.

mdedetrich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-http.git


The following commit(s) were added to refs/heads/main by this push:
     new acd0f8335 Add Apache to POM licenses field by updating 
sbt-apache-sonatype
acd0f8335 is described below

commit acd0f83358e17f480161f8bc72cf237a5514ec28
Author: Matthew de Detrich <[email protected]>
AuthorDate: Fri Feb 24 16:34:14 2023 +0100

    Add Apache to POM licenses field by updating sbt-apache-sonatype
---
 build.sbt           | 1 -
 project/plugins.sbt | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/build.sbt b/build.sbt
index 91f6ec80d..c63973b07 100644
--- a/build.sbt
+++ b/build.sbt
@@ -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"),
diff --git a/project/plugins.sbt b/project/plugins.sbt
index a65d783bc..f7901fd23 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to