diff options
author | Christophe Closset <christophe.closset@intl.att.com> | 2021-01-05 17:03:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-01-05 17:03:41 +0000 |
commit | eab7cf1a5737862be98ac97afcfff66b8661d596 (patch) | |
tree | c6508636b2cd9d91b2a80de55249a0d354b6b672 /pom.xml | |
parent | 7d183eff61bd7bffa2e4ba87184cc4b9c8f7ad89 (diff) | |
parent | 025e65f581a5e659db81e8b987b88cc5ef221d31 (diff) |
Merge "Align the clamp code on policy project"
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -30,11 +30,12 @@ <name>clamp</name> - <parent> - <groupId>org.onap.oparent</groupId> - <artifactId>oparent</artifactId> - <version>2.1.0</version> - </parent> + <parent> + <groupId>org.onap.policy.parent</groupId> + <artifactId>integration</artifactId> + <version>3.3.0-SNAPSHOT</version> + <relativePath /> + </parent> <description> This is the MAVEN project that builds everything for ONAP CLAMP. |