summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-06-13 23:55:48 +0300
committerPaul Buetow <paul@buetow.org>2025-06-13 23:55:48 +0300
commit87ffc583e4ebc44dac55e6eb4497d49941e22ebb (patch)
treea0ad5594c3ff486de064639215b0ae83a6b599e9 /pom.xml
parent091cdf92af2a3cb361769f2b8f274f9500b166c3 (diff)
Update Java version requirement to JDK 21
- Bump Maven compiler properties from Java 11 to 21 in pom.xml - Update README.md to require Java 21 or higher - Modernize installation examples to use Java 21 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 2d934f0..cdffe35 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
<description>Distributed Systems Simulator - A modern Java-based simulator for distributed systems</description>
<properties>
- <java.version>11</java.version>
+ <java.version>21</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>