Ignore:
Timestamp:
2024-10-28T19:18:41+01:00 (15 months ago)
Author:
taylor.smock
Message:

Dependency updates

Most plugins have been moved to require a minimum version of r19044 (mostly for
Java 11+ build reasons).

Location:
applications/editors/josm/plugins/lwjgl
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/lwjgl/build.xml

    r35926 r36349  
    1010  <property name="commit.message" value="Commit message"/>
    1111  <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    12   <property name="plugin.main.version" value="10580"/>
     12  <property name="plugin.main.version" value="19044"/>
    1313  <property name="plugin.author" value="Taylor Smock"/>
    1414  <property name="plugin.class" value="org.openstreetmap.josm.plugins.lwjgl.LWJGLPlugin"/>
  • applications/editors/josm/plugins/lwjgl/ivy_settings.xml

    r36176 r36349  
    11<?xml version="1.0"?>
    22<ivysettings>
    3   <property name="joml.version" value="1.10.5"/>
     3  <property name="joml.version" value="1.10.8"/>
    44  <property name="lwjgl.version" value="3.3.3"/>
    55  <property name="lwjgl3-awt.version" value="0.1.8"/>
  • applications/editors/josm/plugins/lwjgl/modules/pom.xml

    r36325 r36349  
    2020    <properties>
    2121        <plugin.src.dir>../src/main/java</plugin.src.dir>
    22         <plugin.main.version>10580</plugin.main.version>
     22        <plugin.main.version>19044</plugin.main.version>
    2323        <plugin.dist.dir>../../../dist</plugin.dist.dir>
    2424        <plugin.author>Taylor Smock</plugin.author>
     
    2626        <plugin.description>Provides the common LWJGL interfaces for other plugins</plugin.description>
    2727        <plugin.canloadatruntime>true</plugin.canloadatruntime>
    28         <joml.version>1.10.5</joml.version>
     28        <joml.version>1.10.8</joml.version>
    2929        <lwjgl.version>3.3.3</lwjgl.version>
    3030        <lwjgl3-awt.version>0.1.8</lwjgl3-awt.version>
Note: See TracChangeset for help on using the changeset viewer.