diff options
author | Xinhui Li <lxinhui@vmware.com> | 2017-08-01 22:02:58 +0800 |
---|---|---|
committer | Xinhui Li <lxinhui@vmware.com> | 2017-08-01 22:02:58 +0800 |
commit | 306ce4df0e635d0bfafe1ae1756ef3f7e298863b (patch) | |
tree | c860134d7678c398f898e7e82ea3feb83bcc5f1c /pom.xml | |
parent | e7c63633e1eec4f99ef13b70f86a8bda8537361e (diff) |
Set parent POM
This patch is to set the parent POM in pom.xml
Change-Id: I521a6645dc7ebf1843c5bdca42fdf104329200fe
Signed-off-by: lxinhui@vmware.com
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -15,9 +15,9 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>org.openo.oparent</groupId> + <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../oparent</relativePath> </parent> |