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

Update Dependencies and bump version (Target Towny 0.100.4.0+) #118

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Nov 9, 2024

  1. Configuration menu
    Copy the full SHA
    2aa80e5 View commit details
    Browse the repository at this point in the history
  2. Update Project POM File, Bump Release Version

    Problems:
    - All dependencies and targets were out of date.
    - File had mixed-usage of whitespacing, breaking standard.
    
    Changes:
    - Bump 'java.version' property to '17' (from '1.16') [Sync w/ Towny 0.100.4.0
    - Bump Bukkit API version to '1.19' (from '1.15') [Sync w/ Towny 0.100.4.0]
    - Update 'spigot-api' to '1.20.4-R0.1-SNAPSHOT' (from '1.16.5') [Sync w/ Towny 0.100.4.0]
    - Bump 'towny.version' property to '0.100.4.0' (from '0.100.2.0')
    - Added Property: 'dynmapapi.version', set to '3.6'
    - Apply useage of 'towny.version' property for the towny dependency's version.
    - Added DynmapCoreAPI (dynmap-api stopped pulling it in as a transient dep)
    - Apply	'dynmapapi.version' property to	both 'dynmap-api' and 'DynmapCoreAPI'
    - Bump 'pl3xmap' version to '1.20.4-492' (from '1.20.4-476')
    - Bump 'bluemap-api' to '2.7.0', targeting Bluemap v5+ (from 'v2.5.1',
      targeting Bluemap v3.14+)
      - Note: Bluemaps no longer builds on Jitpak. Need to migrate on next Towny stable release.
    - Bump squaremap-api to '1.3.2' (from '1.1.12')
    - Update maven-build-plugin to use the 'java.version' property (was using '1.8')
    TheFlagCourier committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    6c7d7b1 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    5a7d8f5 View commit details
    Browse the repository at this point in the history