diff options
author | xudan16 <xudan16@huawei.com> | 2023-10-11 10:16:48 +0800 |
---|---|---|
committer | xudan16 <xudan16@huawei.com> | 2023-10-11 10:20:02 +0800 |
commit | c60a7baaf10e3d007a81f82b52bdb31d602bbe88 (patch) | |
tree | 4fe5f821bbf0bff3e666922888c423ef708f62f0 /pom.xml | |
parent | 0d57f5222537be53b54674fc35115882a7fbe95c (diff) |
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 <xudan16@huawei.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ <artifactId>oparent</artifactId> <version>2.1.0</version> </parent> - <groupId>org.onap.modeling.yangkit</groupId> + <groupId>org.onap.modeling.yang-kit</groupId> <artifactId>yangkit-parent</artifactId> <version>1.0.0-SNAPSHOT</version> <modules> |