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.git
The following commit(s) were added to refs/heads/main by this push:
new e5dfc90c1f Update project-info JDKs (#293)
e5dfc90c1f is described below
commit e5dfc90c1f1e7e4b72310edbb85b3a2cea59e763
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Apr 17 23:29:25 2023 +0200
Update project-info JDKs (#293)
* Update project-info.conf
* remove Temurin naming
---
project/project-info.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/project-info.conf b/project/project-info.conf
index d897a6670e..fdae16e171 100644
--- a/project/project-info.conf
+++ b/project/project-info.conf
@@ -3,7 +3,7 @@ project-info {
scaladoc:
"https://pekko.apache.org/api/pekko/"${project-info.version}"/pekko/"
javadoc:
"https://pekko.apache.org/japi/pekko/"${project-info.version}"/pekko/"
shared-info {
- jdk-versions: ["Adopt OpenJDK 8", "Adopt OpenJDK 11"]
+ jdk-versions: ["OpenJDK 8", "OpenJDK 11", "OpenJDK 17"]
snapshots: {
url:
"https://pekko.apache.org/docs/pekko/current/project/links.html#snapshots-repository"
text: "Snapshots are available"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]