diff options
author | yangyan <yangyanyj@chinamobile.com> | 2019-04-19 16:23:46 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2019-04-19 16:42:06 +0800 |
commit | c8283bc11228d2249919007b819815702fd48e83 (patch) | |
tree | 305c1ef963d5df5b1e77abe6bcbcb31e1f0cb1c6 /pom.xml | |
parent | affcd0828f0dd0941ba546aca5bce05e8ee1a598 (diff) |
Update parser code
Issue-ID: MODELING-153
Change-Id: Idcdd5f09decbb6a23e96c1191c0f216b672fcf28
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -21,12 +21,12 @@ <version>1.2.3</version> </parent> <modelVersion>4.0.0</modelVersion> - <groupId>org.onap.vfc.nfvo.catalog</groupId> - <artifactId>vfc-nfvo-catalog</artifactId> - <version>1.3.0-SNAPSHOT</version> + <groupId>org.onap.modeling.toscaparsers.genericparser</groupId> + <artifactId>modeling-toscaparsers-genericparser</artifactId> + <version>1.0.0-SNAPSHOT</version> <packaging>pom</packaging> - <name>vfc-nfvo-catalog</name> - <description>vfc nfvo catalog</description> + <name>modeling-toscaparsers-genericparser</name> + <description>modeling toscaparsers genericparser</description> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <sonar.sources>.</sonar.sources> |