diff options
author | saul.gill <saul.gill@est.tech> | 2023-02-28 13:40:07 +0000 |
---|---|---|
committer | saul.gill <saul.gill@est.tech> | 2023-02-28 13:40:07 +0000 |
commit | 079bdf4e9c574fdae8d1f02e7e62298f947cd3ef (patch) | |
tree | 611aada0ac04e3f7d5f2bdc2efa4bae7a95e753a /pom.xml | |
parent | 4415cacfa096f1d36e544d8c80280659471fda47 (diff) |
update parent,common references in policy/models pom
updated the parent and common references in the policy/models pom
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4570
Signed-off-by: saul.gill <saul.gill@est.tech>
Change-Id: I4e085757b8751af939fa381557cdfd69f8f1ab72
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -27,7 +27,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>3.7.1-SNAPSHOT</version> + <version>3.7.1</version> <relativePath /> </parent> @@ -40,7 +40,7 @@ <description>This repo holds model code agnostic to PDP engines</description> <properties> - <policy.common.version>1.12.1-SNAPSHOT</policy.common.version> + <policy.common.version>1.12.1</policy.common.version> </properties> <modules> |