diff options
author | Sirisha_Manchikanti <sirisha.manchikanti@est.tech> | 2021-03-09 15:35:21 +0000 |
---|---|---|
committer | Sirisha_Manchikanti <sirisha.manchikanti@est.tech> | 2021-03-09 17:24:54 +0000 |
commit | 403e632bc0f0da3752acc44b44c6f4e58e4df169 (patch) | |
tree | c54c90f36f6b3c77c51c854156f4fd92411e2146 /tosca-controlloop/pom.xml | |
parent | 0bf5325c799bd2c42a00aa6e57b61a2b2649db0e (diff) |
Point tosca-control-loop pom parent to 3.3.1-SNAPSHOT policy.parent
Issue-ID: POLICY-2971
Signed-off-by: Sirisha_Manchikanti <sirisha.manchikanti@est.tech>
Change-Id: Ia886f2612c8667908365506d01be2c486e559c02
Diffstat (limited to 'tosca-controlloop/pom.xml')
-rwxr-xr-x | tosca-controlloop/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tosca-controlloop/pom.xml b/tosca-controlloop/pom.xml index 675af6645..5ddf171e3 100755 --- a/tosca-controlloop/pom.xml +++ b/tosca-controlloop/pom.xml @@ -26,8 +26,8 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>3.3.0-SNAPSHOT</version> - <relativePath>../../parent/integration</relativePath> + <version>3.3.1-SNAPSHOT</version> + <relativePath/> </parent> <groupId>org.onap.policy.clamp.controlloop</groupId> |