From 242a1542f8f1ce6f74e5239a667f1e4489d0c51b Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Wed, 15 Oct 2025 17:44:40 -0700 Subject: modernize pom.xml build against Java 11 --- pom.xml | 239 ++++++++++++++++++++++++++++++---------------------------------- 1 file changed, 112 insertions(+), 127 deletions(-) diff --git a/pom.xml b/pom.xml index a56e3e5..143c7a1 100644 --- a/pom.xml +++ b/pom.xml @@ -1,134 +1,119 @@ + - - 4.0.0 + 4.0.0 - org.example - YouTubeMp3AutoTag - 1.0-SNAPSHOT + org.example + ytID3AutoTag + 1.6 + YouTubeMp3AutoTag - YouTubeMp3AutoTag - - http://www.example.com + + UTF-8 + 13 + 13 + - - UTF-8 - 1.7 - 1.7 - - - - jitpack.io - https://jitpack.io - - - - - com.formdev - flatlaf - 3.1.1 - - - junit - junit - 4.11 - test - - - com.mpatric - mp3agic - 0.9.1 - - - commons-io - commons-io - 2.8.0 - - - - org - jaudiotagger - 2.0.3 - - - - org.json - json - 20230227 - - - com.jgoodies - jgoodies-forms - 1.8.0 - - - org.openjfx - javafx-controls - 19 - - + + + jitpack.io + https://jitpack.io + + - - clean package - - - maven-dependency-plugin - 3.1.2 - - - org.apache.maven.plugins - maven-shade-plugin - 3.1.0 - - - package - - shade - - - - - Main - - - false - true - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 13 - 13 - - - - org.codehaus.mojo - ideauidesigner-maven-plugin - 1.0-beta-1 - - - - javac2 - - - - - true - true - true - - - - - - src/main/resources - true - - - + + + com.formdev + flatlaf + 3.1.1 + + + com.mpatric + mp3agic + 0.9.1 + + + commons-io + commons-io + 2.8.0 + + + org + jaudiotagger + 2.0.3 + + + org.json + json + 20230227 + + + com.jgoodies + jgoodies-forms + 1.8.0 + + + org.openjfx + javafx-controls + 19 + + + + + clean package + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.10.1 + + 11 + 11 + + + + + + org.apache.maven.plugins + maven-shade-plugin + 3.5.1 + + + package + + shade + + + true + shaded + false + + + Main + + + + + + + + + + maven-dependency-plugin + 3.1.2 + + + + + + src/main/resources + true + + + -- cgit v1.2.3