Skip to content

Commit 84db795

Browse files
tastybentoclaude
andcommitted
Prepare 1.8.0 release: bump version, refresh CLAUDE.md deps
- Bump build.version 1.7.0 -> 1.8.0 (1.7.0 is already released). - CLAUDE.md: correct stale dependency facts (Paper 1.21.11-R0.1-SNAPSHOT, BentoBox 3.14.0; note addon.yml api-version 3.12.0). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NKxodNE4h3TsSHMqDEeC8v
1 parent fd8cab4 commit 84db795

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CLAUDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
66

77
Challenges is a BentoBox addon (Bukkit/Spigot plugin module) that adds player challenges to any BentoBox GameMode addon (BSkyBlock, AcidIsland, SkyGrid, CaveBlock). It is not a standalone plugin — it is loaded by BentoBox at runtime.
88

9-
- Java 21, Maven, Spigot `1.21.3-R0.1-SNAPSHOT`
10-
- Depends on BentoBox `3.4.0`, optionally Level `2.6.3` and Vault `1.7`
9+
- Java 21, Maven, Paper `1.21.11-R0.1-SNAPSHOT` (server API dep is `paper.version` in `pom.xml`; `addon.yml` declares `api-version: 3.12.0`)
10+
- Depends on BentoBox `3.14.0`, optionally Level `2.6.3` and Vault `1.7`
1111
- Version is set via `<build.version>` in `pom.xml` (uses `${revision}` / CI `-bNNN` suffix)
1212

1313
## Commands

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<!-- Revision variable removes warning about dynamic version -->
5454
<revision>${build.version}-SNAPSHOT</revision>
5555
<!-- This allows to change between versions and snapshots. -->
56-
<build.version>1.7.0</build.version>
56+
<build.version>1.8.0</build.version>
5757
<build.number>-LOCAL</build.number>
5858
<!-- Sonar Cloud -->
5959
<sonar.projectKey>BentoBoxWorld_Challenges</sonar.projectKey>

0 commit comments

Comments
 (0)