diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-10-19 21:54:41 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2017-10-19 21:54:41 -0700 |
commit | 9f8434f582bbc87d0299d4b4d94c93e20b400a94 (patch) | |
tree | 3c99b620340cf18c780da71ae53c575936a42d58 | |
parent | bb7d13cde357be1e72243ad380b111f5ed72ee1e (diff) |
Fix version-manifest SNAPSHOT version
Change-Id: I82571d0bbe6b7e8e87136262c7bc42589d69a11b
Issue-ID: INT-287
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r-- | version-manifest/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/version-manifest/pom.xml b/version-manifest/pom.xml index ace96a702..0826aeb87 100644 --- a/version-manifest/pom.xml +++ b/version-manifest/pom.xml @@ -6,7 +6,9 @@ <artifactId>oparent</artifactId> <version>0.1.1</version> </parent> + <groupId>org.onap.integration</groupId> <artifactId>version-manifest</artifactId> + <version>0.1.0-SNAPSHOT</version> <packaging>maven-plugin</packaging> <name>ONAP Version Manifest and Maven Plugin</name> <url>https://www.onap.org</url> |