diff options
author | waynedunican <wayne.dunican@est.tech> | 2024-05-16 16:01:27 +0100 |
---|---|---|
committer | waynedunican <wayne.dunican@est.tech> | 2024-05-16 16:01:27 +0100 |
commit | d7a6bc95996b4860f73a5a5218e9aaf8e2001039 (patch) | |
tree | 95bc601e0cffce4b660015f8fdda26100f588b4f /pom.xml | |
parent | 1c441157f9760944fe151dfeeae88713177d8742 (diff) |
update references in policy/pap pom
updated references in the policy/pap pom
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-5001
Change-Id: I3521cb37b20d7b3a08cd9a4784b050ddf9846a76
Signed-off-by: waynedunican <wayne.dunican@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -27,7 +27,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>4.1.3-SNAPSHOT</version> + <version>4.1.4</version> <relativePath /> </parent> @@ -41,8 +41,8 @@ <description>Code that implements the Policy Administration Backend.</description> <properties> - <policy.common.version>2.1.3-SNAPSHOT</policy.common.version> - <policy.models.version>3.1.3-SNAPSHOT</policy.models.version> + <policy.common.version>2.1.3</policy.common.version> + <policy.models.version>3.1.3</policy.models.version> </properties> <modules> |