diff options
author | saul.gill <saul.gill@est.tech> | 2023-12-11 12:19:13 +0000 |
---|---|---|
committer | saul.gill <saul.gill@est.tech> | 2023-12-11 12:19:13 +0000 |
commit | 9ea705856503a25deb846476597e6137e83aeee4 (patch) | |
tree | c5a970ed88766ba1852cc84ae4994f6978dafeb7 /pom.xml | |
parent | bae811c71a0bd4484c6b69ad0db9afdbeca373bd (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-4907
Signed-off-by: saul.gill <saul.gill@est.tech>
Change-Id: I968db58f03bf8c64f19ff9e09485be8f01cd9add
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>4.1.0-SNAPSHOT</version> + <version>4.1.0</version> <relativePath /> </parent> @@ -40,7 +40,7 @@ <description>This repo holds model code agnostic to PDP engines</description> <properties> - <policy.common.version>2.1.0-SNAPSHOT</policy.common.version> + <policy.common.version>2.1.0</policy.common.version> </properties> <modules> |