From ab5411f8104f10dd29653bad715289ba8e982f54 Mon Sep 17 00:00:00 2001 From: tastybento Date: Fri, 7 Aug 2026 22:11:31 -0700 Subject: [PATCH] Update CLAUDE.md build version reference to 2.1.0 Follow-up to the 2.1.0 pom bump, which left the CLAUDE.md note stale. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01UtAC44orba7UkTpFwHEw22 --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index d95bb3f..2009ab4 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -16,7 +16,7 @@ Maven project, Java 21, Paper 1.21.11 API, BentoBox 3.14.0, AOneBlock 1.18.0, Ch - Run a single test method: `mvn test -Dtest=TopBlockManagerTest#testFormatLevelShorthandKilo` - The Surefire config sets a long list of `--add-opens` JVM flags — required for Mockito + MockBukkit reflection on Java 21; do not remove them when tweaking the build. -Version handling is driven by Maven properties: `build.version` is the human version (currently 2.0.0), `revision` resolves to `${build.version}-SNAPSHOT` locally and to `${build.version}` under the `master` profile (activated by `GIT_BRANCH=origin/master` on Jenkins). `build.number` is `-LOCAL` locally, `-b` on CI, empty on master. Don't hand-edit `` — bump `build.version`. +Version handling is driven by Maven properties: `build.version` is the human version (currently 2.1.0), `revision` resolves to `${build.version}-SNAPSHOT` locally and to `${build.version}` under the `master` profile (activated by `GIT_BRANCH=origin/master` on Jenkins). `build.number` is `-LOCAL` locally, `-b` on CI, empty on master. Don't hand-edit `` — bump `build.version`. ## Runtime entry points (Pladdon pattern)