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-projection.git
The following commit(s) were added to refs/heads/main by this push:
new cff4751 Rename Akka classes to Pekko
cff4751 is described below
commit cff47514818b38c8b40a680d9f9fcd999ea88567
Author: Matthew de Detrich <[email protected]>
AuthorDate: Mon Mar 27 21:27:10 2023 +0200
Rename Akka classes to Pekko
---
project/{AkkaDisciplinePlugin.scala => PekkoDisciplinePlugin.scala} | 2 +-
project/{AkkaSnapshotRepository.scala => PekkoSnapshotRepository.scala} | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/project/AkkaDisciplinePlugin.scala
b/project/PekkoDisciplinePlugin.scala
similarity index 98%
rename from project/AkkaDisciplinePlugin.scala
rename to project/PekkoDisciplinePlugin.scala
index 6466a1a..dbb177d 100644
--- a/project/AkkaDisciplinePlugin.scala
+++ b/project/PekkoDisciplinePlugin.scala
@@ -8,7 +8,7 @@ import sbt._
import Keys.{ scalacOptions, _ }
import sbt.plugins.JvmPlugin
-object AkkaDisciplinePlugin extends AutoPlugin {
+object PekkoDisciplinePlugin extends AutoPlugin {
override def trigger: PluginTrigger = allRequirements
override def requires: Plugins = JvmPlugin
diff --git a/project/AkkaSnapshotRepository.scala
b/project/PekkoSnapshotRepository.scala
similarity index 93%
rename from project/AkkaSnapshotRepository.scala
rename to project/PekkoSnapshotRepository.scala
index d608fd3..5200e45 100644
--- a/project/AkkaSnapshotRepository.scala
+++ b/project/PekkoSnapshotRepository.scala
@@ -4,7 +4,7 @@ import sbt._
/**
* This plugins conditionally adds Akka snapshot repository.
*/
-object AkkaSnapshotRepositories extends AutoPlugin {
+object PekkoSnapshotRepositories extends AutoPlugin {
override def trigger: PluginTrigger = allRequirements
// If using a snapshot version of either Pekko or Pekko Connectors, add both
snapshot repos
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]