From 86be4b5e46c07054c38c390b3bc874259154f9a1 Mon Sep 17 00:00:00 2001 From: M_Viper Date: Wed, 28 Jan 2026 06:43:45 +0000 Subject: [PATCH] Upload pom.xml via GUI --- pom.xml | 163 +++++++++++++++++++++++--------------------------------- 1 file changed, 68 insertions(+), 95 deletions(-) diff --git a/pom.xml b/pom.xml index f94ed3c..ad98f55 100644 --- a/pom.xml +++ b/pom.xml @@ -1,95 +1,68 @@ - - - - - 4.0.0 - - com.M_Viper.mysqlinventorybridge - MysqlInventoryBridge-Reborn - 2.5 - jar - Mysql Inventory Bridge - Spigot Plugin zur Inventar-Verwaltung mit MySQL Anbindung - - - 17 - 1.21.4-R0.1-SNAPSHOT - UTF-8 - UTF-8 - - - - - spigot-snapshots - https://hub.spigotmc.org/nexus/content/repositories/snapshots/ - - - central - https://repo.maven.apache.org/maven2 - - - - - - - org.spigotmc - spigot-api - ${spigot.version} - provided - - - - - net.dmulloy2 - ProtocolLib - 5.4.0 - provided - - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.8.1 - - ${java.version} - ${java.version} - ${project.build.sourceEncoding} - - - - - - org.apache.maven.plugins - maven-resources-plugin - 3.3.1 - - ${project.build.sourceEncoding} - - - - - - org.apache.maven.plugins - maven-jar-plugin - 3.2.0 - - - - true - libs/ - com.deinname.mysqlinventorybridge.Main - - - - - - - - + + + + 4.0.0 + + net.mviper.bridge + InventoryBridge + 2.5 + jar + Mysql Inventory Bridge + Spigot Plugin zur Inventar-Verwaltung mit MySQL Anbindung + + + 17 + 1.21.4-R0.1-SNAPSHOT + UTF-8 + + + + + spigot-snapshots + https://hub.spigotmc.org/nexus/content/repositories/snapshots/ + + + dmulloy2-repo + https://repo.dmulloy2.net/repository/public/ + + + + + + org.spigotmc + spigot-api + ${spigot.version} + provided + + + + com.comphenix.protocol + ProtocolLib + 5.3.0 + provided + + + + + + + src/main/resources + true + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + ${java.version} + ${java.version} + + + + + \ No newline at end of file