From c60a7baaf10e3d007a81f82b52bdb31d602bbe88 Mon Sep 17 00:00:00 2001 From: xudan16 Date: Wed, 11 Oct 2023 10:16:48 +0800 Subject: change from yangkit to yang-kit in groupId Because of the repo name is yang-kit, so the groupId should be with the same name. Otherwise it will failed to push the .jar to nexus. Issue-ID: MODELING-680 Change-Id: I30403d7e3ac874c44390577b0ba6ecfb81d21ebb Signed-off-by: xudan16 --- yang-comparator/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'yang-comparator/pom.xml') diff --git a/yang-comparator/pom.xml b/yang-comparator/pom.xml index 1eff96a..967736b 100644 --- a/yang-comparator/pom.xml +++ b/yang-comparator/pom.xml @@ -4,12 +4,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.onap.modeling.yangkit + org.onap.modeling.yang-kit yangkit-parent 1.0.0-SNAPSHOT - org.onap.modeling.yangkit + org.onap.modeling.yang-kit yang-comparator 1.0.0-SNAPSHOT @@ -63,7 +63,7 @@ 1.4.0 - org.onap.modeling.yangkit + org.onap.modeling.yang-kit yang-compiler 1.0.0-SNAPSHOT -- cgit 1.2.3-korg