diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-08-21 14:03:14 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2017-08-21 15:17:11 -0700 |
commit | 2a78a3757795bbbfb6ac875dc51ec3b4eb7a5364 (patch) | |
tree | a275aee19b19c9972618de0284e88ecfbb9943c0 /license/pom.xml | |
parent | fb53b4b94742d41c8373ccc10d84341a33280a3d (diff) |
Refactor oparent for independent versioning
Change-Id: I543f394b360b6926986f33b48bef4b3355363beb
Issue-id: INT-103
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'license/pom.xml')
-rw-r--r-- | license/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/license/pom.xml b/license/pom.xml index 414b29e..50b2c5f 100644 --- a/license/pom.xml +++ b/license/pom.xml @@ -20,7 +20,7 @@ <groupId>org.onap.oparent</groupId> <artifactId>version</artifactId> <version>1.0.0-SNAPSHOT</version> - <relativePath>../version</relativePath> + <relativePath>..</relativePath> </parent> <artifactId>onap-license</artifactId> <name>oparent/license</name> |