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:34:53 UTC

[incubator-pekko-sbt-paradox] branch pom-developer-details created (now 31b87d5)

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

fanningpj pushed a change to branch pom-developer-details
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-sbt-paradox.git


      at 31b87d5  update developers details for the pom

This branch includes the following new commits:

     new 31b87d5  update developers details for the pom

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[incubator-pekko-sbt-paradox] 01/01: update developers details for the pom

Posted by fa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 31b87d58c91048b48dc80c4c256bb463bf82292f
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Thu Feb 9 11:34:49 2023 +0100

    update developers details for the pom
---
 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