Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 3.2.0 #2579

Merged
merged 31 commits into from
Dec 29, 2024
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
4f6a574
Try parallel class tests
tastybento Dec 21, 2024
fd53e50
Merge branch 'develop' of https://github.com/BentoBoxWorld/BentoBox.g…
tastybento Dec 21, 2024
fab7f08
Version 3.1.2
tastybento Dec 21, 2024
b3b0d71
Update modrinth-publish.yml
tastybento Dec 21, 2024
4231bcf
Update build.yml
tastybento Dec 22, 2024
6017a09
WIP
tastybento Dec 22, 2024
8346405
WIP
tastybento Dec 22, 2024
35852f1
Merge branch 'master' into develop
tastybento Dec 22, 2024
2dbb522
Updated JavaDoc to avoid error.
tastybento Dec 22, 2024
60f0110
Remove the parallel test running
tastybento Dec 22, 2024
212166e
Update surefire plugin
tastybento Dec 22, 2024
ce84d66
ZNPCs Hook. FC but needs testing
tastybento Dec 25, 2024
180ccd9
Tidied up and working
tastybento Dec 26, 2024
d6c11e8
Fix tests
tastybento Dec 26, 2024
2edad79
Remove unused import
tastybento Dec 26, 2024
00ce92b
Improved tests
tastybento Dec 26, 2024
945670b
Add tests for Util.isVersionCompatible method
tastybento Dec 26, 2024
6673d46
Merge pull request #2575 from BentoBoxWorld/2569_znpc_plus_hook
tastybento Dec 26, 2024
64fd48e
WIP - store data on Display Entities
tastybento Dec 27, 2024
62a4f63
Working with debug
tastybento Dec 28, 2024
30d3fad
Fix pasting of other display entities. Remove debug.
tastybento Dec 28, 2024
df814cc
Fixed tests
tastybento Dec 28, 2024
f406025
Remove this for now
tastybento Dec 28, 2024
11bd46e
Merge pull request #2576 from BentoBoxWorld/2569_general_display_enti…
tastybento Dec 28, 2024
c7d0095
Update to Java 21
tastybento Dec 29, 2024
b2ebaba
Merge pull request #2578 from BentoBoxWorld/Java_21
tastybento Dec 29, 2024
f718b9b
Version 3.2.0
tastybento Dec 29, 2024
00d0735
Abstract out all PaperLib so that it only exists in Util class.
tastybento Dec 29, 2024
1fa2849
Adjust POM
tastybento Dec 29, 2024
4a55ea7
Works on Paper and Spigot. Tests are a mess and won't compile or run
tastybento Dec 29, 2024
da8ad2f
Merge pull request #2580 from BentoBoxWorld/Abstract_out_paper_lib
tastybento Dec 29, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Version 3.2.0
tastybento committed Dec 29, 2024
commit f718b9be4b2d36d0d59e6097eebffa639afe2655
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -84,7 +84,7 @@
<!-- Do not change unless you want different name for local builds. -->
<build.number>-LOCAL</build.number>
<!-- This allows to change between versions. -->
<build.version>3.1.2</build.version>
<build.version>3.2.0</build.version>
<sonar.organization>bentobox-world</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<server.jars>${project.basedir}/lib</server.jars>