You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "nvollmar (via GitHub)" <gi...@apache.org> on 2023/02/27 11:58:17 UTC

[GitHub] [incubator-pekko-management] nvollmar commented on a diff in pull request #10: Use Pekko name

nvollmar commented on code in PR #10:
URL: https://github.com/apache/incubator-pekko-management/pull/10#discussion_r1118643355


##########
build.sbt:
##########
@@ -286,42 +277,48 @@ lazy val `integration-test-local` = project
     libraryDependencies := Dependencies.BootstrapDemos)
   .settings(MetaInfLicenseNoticeCopy.settings)
   .dependsOn(
-    `akka-management`,
-    `cluster-http`,
-    `cluster-bootstrap`)
+    management,
+    clusterHttp,
+    clusterBootstrap)
   .enablePlugins(JavaAppPackaging, AshScriptPlugin)
 
 lazy val docs = project
   .in(file("docs"))
   .enablePlugins(AkkaParadoxPlugin, ParadoxSitePlugin, PreprocessPlugin, PublishRsyncPlugin)
   .disablePlugins(MimaPlugin)
   .settings(
-    name := "Akka Management",
+    name := "Pekko Management",
     publish / skip := true,
     makeSite := makeSite.dependsOn(LocalRootProject / ScalaUnidoc / doc).value,
-    Preprocess / siteSubdirName := s"api/akka-management/${if (isSnapshot.value) "snapshot" else version.value}",
+    Preprocess / siteSubdirName := s"api/pekko-management/${if (isSnapshot.value) "snapshot" else version.value}",
     Preprocess / sourceDirectory := (LocalRootProject / ScalaUnidoc / unidoc / target).value,
     Preprocess / preprocessRules := Seq(
       ("\\.java\\.scala".r, _ => ".java")),
     previewPath := (Paradox / siteSubdirName).value,
     paradoxGroups := Map("Language" -> Seq("Java", "Scala")),
-    Paradox / siteSubdirName := s"docs/akka-management/${if (isSnapshot.value) "snapshot" else version.value}",
+    Paradox / siteSubdirName := s"docs/pekko-management/${if (isSnapshot.value) "snapshot" else version.value}",
     Compile / paradoxProperties ++= Map(
       "date.year" -> Common.currentYear,
-      "project.url" -> "https://doc.akka.io/docs/akka-management/current/",
-      "canonical.base_url" -> "https://doc.akka.io/docs/akka-management/current",
+      "project.url" -> "https://pekko.apache.org/docs/pekko-management/current/",
+      "canonical.base_url" -> "https://https://pekko.apache.org/docs/pekko-management/current",
       "scala.binary.version" -> scalaBinaryVersion.value,
       "akka.version" -> Dependencies.AkkaVersion,
-      "extref.akka.base_url" -> s"https://doc.akka.io/docs/akka/current/%s",
-      "scaladoc.akka.base_url" -> s"https://doc.akka.io/api/akka/current/",
-      "extref.akka-http.base_url" -> s"https://doc.akka.io/docs/akka-http/${Dependencies.AkkaHttpBinaryVersion}/%s",
-      "scaladoc.akka.http.base_url" -> s"https://doc.akka.io/api/akka-http/${Dependencies.AkkaHttpBinaryVersion}/",
-      "extref.akka-grpc.base_url" -> s"https://doc.akka.io/docs/akka-grpc/current/%s",
-      "extref.akka-enhancements.base_url" -> s"https://doc.akka.io/docs/akka-enhancements/current/%s",
+      "extref.akka.base_url" -> s"https://https://pekko.apache.org/docs/pekko/current/%s",
+      "scaladoc.akka.base_url" -> s"https://https://pekko.apache.org/api/pekko/current/",
+      "extref.akka-http.base_url" -> s"https://https://pekko.apache.org/docs/pekko-http/${Dependencies.AkkaHttpBinaryVersion}/%s",
+      "scaladoc.akka.http.base_url" -> s"https://https://pekko.apache.org/api/pekko-http/${Dependencies.AkkaHttpBinaryVersion}/",
+      "extref.akka-grpc.base_url" -> s"https://https://pekko.apache.org/docs/pekko-grpc/current/%s",
+      "extref.akka-enhancements.base_url" -> s"https://https://pekko.apache.org/docs/pekko-enhancements/current/%s",

Review Comment:
   thanks - fixed



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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