From 526e37b9a24e066dfdefec9a709add0bc93a79a6 Mon Sep 17 00:00:00 2001 From: YouHaveTrouble Date: Mon, 5 Jul 2021 05:28:50 +0200 Subject: [PATCH] got rid of all maven warnings --- CommandWhitelistBukkit/pom.xml | 4 ++-- CommandWhitelistCommon/pom.xml | 2 +- CommandWhitelistVelocity/pom.xml | 4 ++-- CommandWhitelistWaterfall/pom.xml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CommandWhitelistBukkit/pom.xml b/CommandWhitelistBukkit/pom.xml index fe28f71..c67b3db 100644 --- a/CommandWhitelistBukkit/pom.xml +++ b/CommandWhitelistBukkit/pom.xml @@ -42,7 +42,7 @@ shade - ${name}-${artifactId}-${project.parent.version} + ${project.name}-${project.artifactId}-${project.parent.version} false @@ -90,7 +90,7 @@ eu.endermite.commandwhitelist Common - ${parent.version} + ${project.parent.version} compile diff --git a/CommandWhitelistCommon/pom.xml b/CommandWhitelistCommon/pom.xml index 5294971..c00c995 100644 --- a/CommandWhitelistCommon/pom.xml +++ b/CommandWhitelistCommon/pom.xml @@ -43,7 +43,7 @@ false - ${name}-${artifactId}-${project.parent.version} + ${project.name}-${project.artifactId}-${project.parent.version} diff --git a/CommandWhitelistVelocity/pom.xml b/CommandWhitelistVelocity/pom.xml index 9306b74..e3832b4 100644 --- a/CommandWhitelistVelocity/pom.xml +++ b/CommandWhitelistVelocity/pom.xml @@ -43,7 +43,7 @@ false - ${name}-${artifactId}-${project.parent.version} + ${project.name}-${project.artifactId}-${project.parent.version} org.bstats @@ -88,7 +88,7 @@ eu.endermite.commandwhitelist Common - 2.0 + ${project.parent.version} compile diff --git a/CommandWhitelistWaterfall/pom.xml b/CommandWhitelistWaterfall/pom.xml index 0edb4e5..5c5011d 100644 --- a/CommandWhitelistWaterfall/pom.xml +++ b/CommandWhitelistWaterfall/pom.xml @@ -43,7 +43,7 @@ false - ${name}-${artifactId}-${project.parent.version} + ${project.name}-${project.artifactId}-${project.parent.version} org.bstats @@ -88,7 +88,7 @@ eu.endermite.commandwhitelist Common - ${parent.version} + ${project.parent.version} compile