From 2964497bd68c1f61c24999a95d0569de73db5e97 Mon Sep 17 00:00:00 2001 From: Patrick Zimmer Date: Tue, 26 Sep 2023 20:50:55 +0200 Subject: [PATCH] actually compiling JAVA 21 also changing the artifact ID to disconnect from old version --- README.md | 3 +-- pom.xml | 8 ++++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 14f8fca..150e71c 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,11 @@ # lintstone There is no Thread Thlintstone. Lintstone is a simple actor framework. nough said. -NOTE: this is the java 11 compatibility branch. This is probably not compatible with JAVA 8 ```xml io.github.paxel - lintstone-java11 + lintstone > ``` diff --git a/pom.xml b/pom.xml index 78ee0a6..b6bf614 100644 --- a/pom.xml +++ b/pom.xml @@ -4,16 +4,16 @@ 4.0.0 io.github.paxel - lintstone + lintstone-actor-system 2.0.0-SNAPSHOT LintStone - Actor System UTF-8 - 11 - 11 - 11 + 21 + 21 + 21 Lightweight Actor Framework https://github.com/paxel/lintstone