From d44c013c89c4287fdd34519be007b5ba9ac8add9 Mon Sep 17 00:00:00 2001 From: Chrimle <28791817+Chrimle@users.noreply.github.com> Date: Wed, 26 Nov 2025 00:30:45 +0100 Subject: [PATCH] Use `chrimle-oss-parent` as Maven POM Parent --- pom.xml | 68 +++++++-------------------------------------------------- 1 file changed, 8 insertions(+), 60 deletions(-) diff --git a/pom.xml b/pom.xml index 5e52239..5ce4d4c 100644 --- a/pom.xml +++ b/pom.xml @@ -4,8 +4,14 @@ 4.0.0 + + + io.github.chrimle + chrimle-oss-parent + 0.0.0 + + - io.github.chrimle compact-java-cli 0.1.0-alpha jar @@ -63,7 +69,6 @@ - UTF-8 25 25 @@ -72,10 +77,7 @@ false 3.1.0 - 3.2.8 - 3.3.1 3.12.0 - 0.9.0 @@ -112,21 +114,6 @@ - - - org.apache.maven.plugins - maven-source-plugin - ${maven-source-plugin.version} - - - attach-sources - - jar - - - - - org.apache.maven.plugins @@ -144,44 +131,5 @@ - - - deploy-to-maven-central - - - - org.sonatype.central - central-publishing-maven-plugin - ${central-publishing-maven-plugin.version} - true - - central - true - true - - - - org.apache.maven.plugins - maven-gpg-plugin - ${maven-gpg-plugin.version} - - - sign-artifacts - verify - - sign - - - - - - --pinentry-mode - loopback - - - - - - - + \ No newline at end of file