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 /standalone/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 'standalone/pom.xml')
-rw-r--r-- | standalone/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/standalone/pom.xml b/standalone/pom.xml index f58e82d..d7d9752 100644 --- a/standalone/pom.xml +++ b/standalone/pom.xml @@ -18,12 +18,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.onap.modeling.yangkit</groupId> + <groupId>org.onap.modeling.yang-kit</groupId> <artifactId>yangkit-parent</artifactId> <version>1.0.0-SNAPSHOT</version> </parent> - <groupId>org.onap.modeling.yangkit</groupId> + <groupId>org.onap.modeling.yang-kit</groupId> <artifactId>standalone</artifactId> <version>1.0.0-SNAPSHOT</version> <name>standalone</name> @@ -42,7 +42,7 @@ <dependencyManagement> <dependencies> <dependency> - <groupId>org.onap.modeling.yangkit</groupId> + <groupId>org.onap.modeling.yang-kit</groupId> <artifactId>yang-compiler</artifactId> <version>${project.version}</version> </dependency> @@ -115,7 +115,7 @@ <configuration> <artifactItems> <artifactItem> - <groupId>org.onap.modeling.yangkit</groupId> + <groupId>org.onap.modeling.yang-kit</groupId> <artifactId>yang-compiler</artifactId> <type>jar</type> <overWrite>true</overWrite> |