From af6f56b3d6e7a37261e889de4787af6bbdc9faaf Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Sat, 8 Feb 2025 13:50:48 +0100 Subject: [PATCH] chore: update pom.xml configuration - Rename artifactId from 'blog-software-java' to 'blog' - Enable shadedArtifactAttached in maven-shade-plugin configuration - Add missing element in section Signed-off-by: Minecon724 --- pom.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index f9e050d..a3de490 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 eu.m724 - blog-software-java + blog 0.0.1-SNAPSHOT @@ -88,6 +88,7 @@ true false + true *:* @@ -150,5 +151,6 @@ scm:git:git@git.m724.eu:Minecon724/blog-software-java.git - + HEAD + \ No newline at end of file