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-samples.git
The following commit(s) were added to refs/heads/main by this push:
new 0b286e2 fix links to source files (#92)
0b286e2 is described below
commit 0b286e225df474ac44611a44e64d05ab881eb488
Author: PJ Fanning <[email protected]>
AuthorDate: Wed Dec 13 19:18:11 2023 +0100
fix links to source files (#92)
---
docs-gen/project/PekkoSamplePlugin.scala | 4 ++--
docs-gen/project/build.properties | 2 +-
docs-gen/project/project-info.conf | 5 +++++
pekko-sample-cluster-client-grpc-scala/project/build.properties | 2 +-
pekko-sample-cluster-docker-compose-java/project/build.properties | 2 +-
pekko-sample-cluster-docker-compose-scala/project/build.properties | 2 +-
pekko-sample-cluster-java/project/build.properties | 2 +-
pekko-sample-cluster-kubernetes-scala/project/build.properties | 2 +-
pekko-sample-cluster-scala/project/build.properties | 2 +-
pekko-sample-distributed-data-java/project/build.properties | 2 +-
pekko-sample-distributed-data-scala/project/build.properties | 2 +-
pekko-sample-distributed-workers-scala/project/build.properties | 2 +-
pekko-sample-fsm-java/README.md | 2 +-
pekko-sample-fsm-scala/README.md | 2 +-
pekko-sample-fsm-scala/project/build.properties | 2 +-
pekko-sample-grpc-kubernetes-scala/project/build.properties | 2 +-
pekko-sample-kafka-to-sharding-scala/project/build.properties | 2 +-
pekko-sample-persistence-dc-scala/project/build.properties | 2 +-
pekko-sample-persistence-scala/project/build.properties | 2 +-
pekko-sample-sharding-java/project/build.properties | 2 +-
pekko-sample-sharding-scala/project/build.properties | 2 +-
21 files changed, 26 insertions(+), 21 deletions(-)
diff --git a/docs-gen/project/PekkoSamplePlugin.scala
b/docs-gen/project/PekkoSamplePlugin.scala
index ddd605c..6ed963f 100644
--- a/docs-gen/project/PekkoSamplePlugin.scala
+++ b/docs-gen/project/PekkoSamplePlugin.scala
@@ -20,7 +20,7 @@ object PekkoSamplePlugin extends sbt.AutoPlugin {
paradoxProperties += ("disabled.versioning.display" -> "true")
val themeSettings = Seq(
- pekkoParadoxGithub := Some("https://github.com/apache/incubator-pekko"))
+ pekkoParadoxGithub :=
Some("https://github.com/apache/incubator-pekko-samples"))
val propertiesSettings = Seq(
Compile / paradoxProperties ++= Map(
@@ -58,7 +58,7 @@ object PekkoSamplePlugin extends sbt.AutoPlugin {
propertiesSettings ++
sourceDirectorySettings ++
Seq(
- baseUrl := "https://github.com/apache/incubator-pekko-samples/current",
+ baseUrl := "https://github.com/apache/incubator-pekko-samples/tree/main",
crossPaths := false,
templateName := baseProject.value.replaceAll("-sample-", "-samples-"))
}
diff --git a/docs-gen/project/build.properties
b/docs-gen/project/build.properties
index 2743082..e8a1e24 100644
--- a/docs-gen/project/build.properties
+++ b/docs-gen/project/build.properties
@@ -1 +1 @@
-sbt.version=1.9.6
+sbt.version=1.9.7
diff --git a/docs-gen/project/project-info.conf
b/docs-gen/project/project-info.conf
new file mode 100644
index 0000000..3f64e54
--- /dev/null
+++ b/docs-gen/project/project-info.conf
@@ -0,0 +1,5 @@
+# SPDX-License-Identifier: Apache-2.0
+
+project-info {
+ version: "current"
+}
diff --git a/pekko-sample-cluster-client-grpc-scala/project/build.properties
b/pekko-sample-cluster-client-grpc-scala/project/build.properties
index 2743082..e8a1e24 100644
--- a/pekko-sample-cluster-client-grpc-scala/project/build.properties
+++ b/pekko-sample-cluster-client-grpc-scala/project/build.properties
@@ -1 +1 @@
-sbt.version=1.9.6
+sbt.version=1.9.7
diff --git a/pekko-sample-cluster-docker-compose-java/project/build.properties
b/pekko-sample-cluster-docker-compose-java/project/build.properties
index 2743082..e8a1e24 100644
--- a/pekko-sample-cluster-docker-compose-java/project/build.properties
+++ b/pekko-sample-cluster-docker-compose-java/project/build.properties
@@ -1 +1 @@
-sbt.version=1.9.6
+sbt.version=1.9.7
diff --git a/pekko-sample-cluster-docker-compose-scala/project/build.properties
b/pekko-sample-cluster-docker-compose-scala/project/build.properties
index 2743082..e8a1e24 100644
--- a/pekko-sample-cluster-docker-compose-scala/project/build.properties
+++ b/pekko-sample-cluster-docker-compose-scala/project/build.properties
@@ -1 +1 @@
-sbt.version=1.9.6
+sbt.version=1.9.7
diff --git a/pekko-sample-cluster-java/project/build.properties
b/pekko-sample-cluster-java/project/build.properties
index 2743082..e8a1e24 100644
--- a/pekko-sample-cluster-java/project/build.properties
+++ b/pekko-sample-cluster-java/project/build.properties
@@ -1 +1 @@
-sbt.version=1.9.6
+sbt.version=1.9.7
diff --git a/pekko-sample-cluster-kubernetes-scala/project/build.properties
b/pekko-sample-cluster-kubernetes-scala/project/build.properties
index 2743082..e8a1e24 100644
--- a/pekko-sample-cluster-kubernetes-scala/project/build.properties
+++ b/pekko-sample-cluster-kubernetes-scala/project/build.properties
@@ -1 +1 @@
-sbt.version=1.9.6
+sbt.version=1.9.7
diff --git a/pekko-sample-cluster-scala/project/build.properties
b/pekko-sample-cluster-scala/project/build.properties
index 2743082..e8a1e24 100644
--- a/pekko-sample-cluster-scala/project/build.properties
+++ b/pekko-sample-cluster-scala/project/build.properties
@@ -1 +1 @@
-sbt.version=1.9.6
+sbt.version=1.9.7
diff --git a/pekko-sample-distributed-data-java/project/build.properties
b/pekko-sample-distributed-data-java/project/build.properties
index 2743082..e8a1e24 100644
--- a/pekko-sample-distributed-data-java/project/build.properties
+++ b/pekko-sample-distributed-data-java/project/build.properties
@@ -1 +1 @@
-sbt.version=1.9.6
+sbt.version=1.9.7
diff --git a/pekko-sample-distributed-data-scala/project/build.properties
b/pekko-sample-distributed-data-scala/project/build.properties
index 2743082..e8a1e24 100644
--- a/pekko-sample-distributed-data-scala/project/build.properties
+++ b/pekko-sample-distributed-data-scala/project/build.properties
@@ -1 +1 @@
-sbt.version=1.9.6
+sbt.version=1.9.7
diff --git a/pekko-sample-distributed-workers-scala/project/build.properties
b/pekko-sample-distributed-workers-scala/project/build.properties
index 2743082..e8a1e24 100644
--- a/pekko-sample-distributed-workers-scala/project/build.properties
+++ b/pekko-sample-distributed-workers-scala/project/build.properties
@@ -1 +1 @@
-sbt.version=1.9.6
+sbt.version=1.9.7
diff --git a/pekko-sample-fsm-java/README.md b/pekko-sample-fsm-java/README.md
index 0ad204e..082f768 100644
--- a/pekko-sample-fsm-java/README.md
+++ b/pekko-sample-fsm-java/README.md
@@ -2,7 +2,7 @@
This sample is an adaptation of [Dining
Hakkers](http://www.dalnefre.com/wp/2010/08/dining-philosophers-in-humus/).
-Open [DiningHakkersTyped.scala](src/main/java/sample/DiningHakkers.java).
+Open [DiningHakkers.java](src/main/java/sample/DiningHakkers.java).
It illustrates how the behaviors and transitions can be defined with Apache
Pekko Typed.
diff --git a/pekko-sample-fsm-scala/README.md b/pekko-sample-fsm-scala/README.md
index fa0e33a..56aca4d 100644
--- a/pekko-sample-fsm-scala/README.md
+++ b/pekko-sample-fsm-scala/README.md
@@ -2,7 +2,7 @@
This sample is an adaptation of [Dining
Hakkers](http://www.dalnefre.com/wp/2010/08/dining-philosophers-in-humus/).
-Open [DiningHakkersTyped.scala](src/main/scala/sample/DiningHakkers.scala).
+Open [DiningHakkers.scala](src/main/scala/sample/DiningHakkers.scala).
It illustrates how the behaviors and transitions can be defined with Apache
Pekko Typed.
diff --git a/pekko-sample-fsm-scala/project/build.properties
b/pekko-sample-fsm-scala/project/build.properties
index 2743082..e8a1e24 100644
--- a/pekko-sample-fsm-scala/project/build.properties
+++ b/pekko-sample-fsm-scala/project/build.properties
@@ -1 +1 @@
-sbt.version=1.9.6
+sbt.version=1.9.7
diff --git a/pekko-sample-grpc-kubernetes-scala/project/build.properties
b/pekko-sample-grpc-kubernetes-scala/project/build.properties
index 2743082..e8a1e24 100644
--- a/pekko-sample-grpc-kubernetes-scala/project/build.properties
+++ b/pekko-sample-grpc-kubernetes-scala/project/build.properties
@@ -1 +1 @@
-sbt.version=1.9.6
+sbt.version=1.9.7
diff --git a/pekko-sample-kafka-to-sharding-scala/project/build.properties
b/pekko-sample-kafka-to-sharding-scala/project/build.properties
index 2743082..e8a1e24 100644
--- a/pekko-sample-kafka-to-sharding-scala/project/build.properties
+++ b/pekko-sample-kafka-to-sharding-scala/project/build.properties
@@ -1 +1 @@
-sbt.version=1.9.6
+sbt.version=1.9.7
diff --git a/pekko-sample-persistence-dc-scala/project/build.properties
b/pekko-sample-persistence-dc-scala/project/build.properties
index 2743082..e8a1e24 100644
--- a/pekko-sample-persistence-dc-scala/project/build.properties
+++ b/pekko-sample-persistence-dc-scala/project/build.properties
@@ -1 +1 @@
-sbt.version=1.9.6
+sbt.version=1.9.7
diff --git a/pekko-sample-persistence-scala/project/build.properties
b/pekko-sample-persistence-scala/project/build.properties
index 2743082..e8a1e24 100644
--- a/pekko-sample-persistence-scala/project/build.properties
+++ b/pekko-sample-persistence-scala/project/build.properties
@@ -1 +1 @@
-sbt.version=1.9.6
+sbt.version=1.9.7
diff --git a/pekko-sample-sharding-java/project/build.properties
b/pekko-sample-sharding-java/project/build.properties
index 2743082..e8a1e24 100644
--- a/pekko-sample-sharding-java/project/build.properties
+++ b/pekko-sample-sharding-java/project/build.properties
@@ -1 +1 @@
-sbt.version=1.9.6
+sbt.version=1.9.7
diff --git a/pekko-sample-sharding-scala/project/build.properties
b/pekko-sample-sharding-scala/project/build.properties
index 2743082..e8a1e24 100644
--- a/pekko-sample-sharding-scala/project/build.properties
+++ b/pekko-sample-sharding-scala/project/build.properties
@@ -1 +1 @@
-sbt.version=1.9.6
+sbt.version=1.9.7
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]