diff options
author | 2020-12-10 15:10:15 +0100 | |
---|---|---|
committer | 2021-01-05 16:08:56 +0000 | |
commit | 025e65f581a5e659db81e8b987b88cc5ef221d31 (patch) | |
tree | c84f6d18afa1f06c4b02b1d7a4fd8b9e83386769 /pom.xml | |
parent | 6eb2caaf09c89e92ad65d2f55e792e92833b4ca9 (diff) |
Align the clamp code on policy project
Inherit from the policy integration parent + fix all checkstyle issues detected by policy checkstyle (google) config
Issue-ID: POLICY-2922
Change-Id: I616846bbda8bb0f6250a842c248836c40e1068cf
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
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. |