diff --git a/pom.xml b/pom.xml index e54074e..d5fb621 100644 --- a/pom.xml +++ b/pom.xml @@ -1,165 +1,165 @@ - 4.0.0 - at.joestr - cartjets - 1.1.1 - jar + 4.0.0 + at.joestr + cartjets + 1.1.2 + jar - CartJets - Define entry points for faster minecarts. - https://www.joestr.priv.at + CartJets + Define entry points for faster minecarts. + https://projects.joestr.at/cartjets/ - - UTF-8 - UTF-8 - + + UTF-8 + UTF-8 + - - - joestrhq-public-releases-repo - joestrhq's public repo for releases - https://mvn-repo.joestr.at/repository/releases/ - - false - - - true - always - fail - - - - joestrhq-public-snapshots-repo - joestrhq's public repo for snapshots - https://mvn-repo.joestr.at/repository/snapshots/ - - true - always - fail - - - false - - - + + + joestrhq-public-releases-repo + joestrhq's public repo for releases + https://mvn-repo.joestr.at/repository/releases/ + + false + + + true + always + fail + + + + joestrhq-public-snapshots-repo + joestrhq's public repo for snapshots + https://mvn-repo.joestr.at/repository/snapshots/ + + true + always + fail + + + false + + + - - - org.spigotmc - spigot-api - 1.17.1-R0.1-SNAPSHOT - provided - - - com.j256.ormlite - ormlite-core - 5.1 - compile - - - com.j256.ormlite - ormlite-jdbc - 5.1 - compile - - - com.h2database - h2 - 1.4.200 - compile - - - net.wesjd - anvilgui - 1.5.3-SNAPSHOT - compile - - - com.vdurmont - semver4j - 3.1.0 - compile - - + + + org.spigotmc + spigot-api + 1.18.1-R0.1-SNAPSHOT + provided + + + com.j256.ormlite + ormlite-core + 5.1 + compile + + + com.j256.ormlite + ormlite-jdbc + 5.1 + compile + + + com.h2database + h2 + 1.4.200 + compile + + + net.wesjd + anvilgui + 1.5.3-SNAPSHOT + compile + + + com.vdurmont + semver4j + 3.1.0 + compile + + - - gocd - https://ci.joestr.at/go/pipeline/activity/PIP.github.joestrhq.CartJets_master.pr - - -
strasser999@gmail.com
- true - true - true - true -
-
-
+ + gocd + https://ci.joestr.at/go/pipeline/activity/PIP.github.joestrhq.CartJets_master.pr + + +
strasser999@gmail.com
+ true + true + true + true +
+
+
- - + + - joestrhq-public-releases-repo - joestrhq's public repo for releases - https://mvn-repo.joestr.at/repository/releases/ - - false - - - true - always - fail - - - - joestrhq-public-snapshots-repo - joestrhq's public repo for snapshots - https://mvn-repo.joestr.at/repository/snapshots/ - - true - always - fail - - - false - - + joestrhq-public-releases-repo + joestrhq's public repo for releases + https://mvn-repo.joestr.at/repository/releases/ + + false + + + true + always + fail + + + + joestrhq-public-snapshots-repo + joestrhq's public repo for snapshots + https://mvn-repo.joestr.at/repository/snapshots/ + + true + always + fail + + + false + + - - - - ${project.basedir}/src/main/resources - true - - **/*.yml - - - - + + + + ${project.basedir}/src/main/resources + true + + **/*.yml + + + + org.apache.maven.plugins maven-compiler-plugin @@ -173,63 +173,88 @@ - - org.apache.maven.plugins - maven-shade-plugin - 3.3.0-SNAPSHOT - - - - *:* - - META-INF/*.SF + + org.apache.maven.plugins + maven-shade-plugin + 3.3.0-SNAPSHOT + + + + *:* + + META-INF/*.SF META-INF/*.MF - META-INF/*.DSA - META-INF/*.RSA - - - - - - - package - - shade - - - false - true - - - com.j256.ormlite:ormlite-core - com.j256.ormlite:ormlite-jdbc - com.h2database:h2 - net.wesjd:anvilgui - com.vdurmont:semver4j - - - - - com.j256.ormlite - at.joestr.cartjets.thirdparty.com.j256.ormlite - - - org.h2 - at.joestr.cartjets.thirdparty.org.h2 - - - net.wesjd - at.joestr.cartjets.thirdparty.net.wesjd - - - com.vdurmont.semver4j - at.joestr.cartjets.thirdparty.com.vdurmont.semver4j - - - - - - - - + META-INF/*.DSA + META-INF/*.RSA + + + + + + + package + + shade + + + false + true + + + com.j256.ormlite:ormlite-core + com.j256.ormlite:ormlite-jdbc + com.h2database:h2 + net.wesjd:anvilgui + com.vdurmont:semver4j + + + + + com.j256.ormlite + at.joestr.cartjets.thirdparty.com.j256.ormlite + + + org.h2 + at.joestr.cartjets.thirdparty.org.h2 + + + net.wesjd + at.joestr.cartjets.thirdparty.net.wesjd + + + com.vdurmont.semver4j + at.joestr.cartjets.thirdparty.com.vdurmont.semver4j + + + + + + + + org.apache.maven.plugins + maven-jarsigner-plugin + 3.0.0 + + + sign + + sign + + + + verify + + verify + + + + + ${project.build.directory} + + *.jar + + + + +
\ No newline at end of file