You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by fa...@apache.org on 2023/02/09 10:47:02 UTC

[incubator-pekko-sbt-paradox] branch main updated: update developers details for the pom (#15)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 87331f6  update developers details for the pom (#15)
87331f6 is described below

commit 87331f60d528821cde00396a4922ea054d341916
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Thu Feb 9 11:46:57 2023 +0100

    update developers details for the pom (#15)
---
 build.sbt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/build.sbt b/build.sbt
index bfa7265..8c2e0c2 100644
--- a/build.sbt
+++ b/build.sbt
@@ -18,13 +18,13 @@ lazy val publishSettings = Seq(
   organizationHomepage := Some(url("https://www.apache.org")),
   sonatypeCredentialHost := apacheBaseRepo,
   sonatypeProfileName := "org.apache.pekko",
-  startYear := Some(2022),
+  startYear := Some(2023),
   developers := List(
     Developer(
-      "pekko-contributors",
-      "Apache Pekko Contributors",
+      "pekko-sbt-paradox-contributors",
+      "Apache Pekko Sbt Paradox Contributors",
       "dev@pekko.apache.org",
-      url("https://github.com/apache/incubator-pekko/graphs/contributors"))),
+      url("https://github.com/apache/incubator-pekko-sbt-paradox/graphs/contributors"))),
   publishMavenStyle := true,
   pomIncludeRepository := (_ => false))
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org