diff options
author | 2025-01-27 15:49:01 +0000 | |
---|---|---|
committer | 2025-01-27 15:49:01 +0000 | |
commit | 9289631a846f9637677ba1369ec92e147977c9e6 (patch) | |
tree | 1af1a4f9b8bcc25633664a10d517c11686bdad81 /pom.xml | |
parent | 57a9e3d70558d3b3b374ff0b09bd89837a5baa07 (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-5255
Change-Id: I60d26904e99e340e3957116428d08169318c4f1c
Signed-off-by: waynedunican <wayne.dunican@est.tech>
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>5.1.0-SNAPSHOT</version> + <version>5.1.0</version> <relativePath /> </parent> @@ -40,7 +40,7 @@ <description>This repo holds model code agnostic to PDP engines</description> <properties> - <policy.common.version>3.1.0-SNAPSHOT</policy.common.version> + <policy.common.version>3.1.0</policy.common.version> </properties> <modules> |