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

pjfanning pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-grpc.git


The following commit(s) were added to refs/heads/main by this push:
     new e663b54e fix apiUrl setting (#692)
e663b54e is described below

commit e663b54e05169ea5514f0a48e67e685633b4e634
Author: PJ Fanning <[email protected]>
AuthorDate: Sun May 31 13:49:02 2026 +0100

    fix apiUrl setting (#692)
---
 project/project-info.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/project/project-info.conf b/project/project-info.conf
index 58110364..039adda6 100644
--- a/project/project-info.conf
+++ b/project/project-info.conf
@@ -3,7 +3,7 @@
 project-info {
   version: "current"
   shared-info {
-    jdk-versions: ["OpenJDK 17", "OpenJDK 21"]
+    jdk-versions: ["OpenJDK 17", "OpenJDK 21", "OpenJDK 25"]
     snapshots: {
       url: 
"https://repository.apache.org/content/groups/snapshots/org/apache/pekko/";
       text: "Snapshots are available from Apache Snapshots Repository"
@@ -18,7 +18,7 @@ project-info {
     }
     api-docs: [
       {
-        url: 
"https://pekko.apache.org/api/pekko-grpc/"${project-info.version}"/org/apache/pekko/grpc/";
+        url: 
"https://pekko.apache.org/api/pekko-grpc/"${project-info.version}"/";
         text: "API (Scaladoc)"
       }
     ]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to