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-site.git
commit d1491630630f703fe2c82877c6c58a341d116f1d Author: PJ Fanning <[email protected]> AuthorDate: Tue Apr 18 13:12:00 2023 +0200 add pekko management --- project/plugins.sbt | 2 +- src/main/paradox/modules.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 89d84597..a03876d2 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ // allow access to snapshots for pekko-sbt-paradox resolvers += "Apache Nexus Snapshots".at("https://repository.apache.org/content/repositories/snapshots/") -addSbtPlugin("org.apache.pekko" % "pekko-sbt-paradox" % "0.0.0+34-dd0f4a36-SNAPSHOT") +addSbtPlugin("org.apache.pekko" % "pekko-sbt-paradox" % "0.0.0+37-3df33944-SNAPSHOT") diff --git a/src/main/paradox/modules.md b/src/main/paradox/modules.md index 376cd774..0ac98f91 100644 --- a/src/main/paradox/modules.md +++ b/src/main/paradox/modules.md @@ -7,5 +7,6 @@ We publish the latest work in progress to Apache [Nightlies site](https://nightl We occasionally manually update the docs on this site. -* pekko (core) [docs](http://pekko.apache.org/docs/pekko/current/) [api](http://pekko.apache.org/api/pekko/current/) [japi](http://pekko.apache.org/japi/pekko/current/) -* pekko-http [docs](http://pekko.apache.org/docs/pekko-http/current/) [api](http://pekko.apache.org/api/pekko-http/current/) [japi](http://pekko.apache.org/japi/pekko-http/current/) +* pekko (core) [docs](https://pekko.apache.org/docs/pekko/current/) [api](https://pekko.apache.org/api/pekko/current/) [japi](https://pekko.apache.org/japi/pekko/current/) +* pekko-http [docs](https://pekko.apache.org/docs/pekko-http/current/) [api](https://pekko.apache.org/api/pekko-http/current/) [japi](https://pekko.apache.org/japi/pekko-http/current/) +* pekko-management [docs](https://pekko.apache.org/docs/pekko-management/current/) [api](https://pekko.apache.org/api/pekko-management/current/) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
