diff options
author | liamfallon <liam.fallon@est.tech> | 2023-11-13 13:29:07 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2023-11-13 13:29:07 +0100 |
commit | e6c75e603c854fdd2f8cfb15ddb74ceac10af644 (patch) | |
tree | 5a1282b863f61ef5a02b1a06c9cdbfe6a375e7b5 /pom.xml | |
parent | 26ee96b2df884a818b2d00a957615fe6ddcd5201 (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-4854
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I71dd9aed017c2d19bddccd786c38845425d67b2e
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.0.2-SNAPSHOT</version> + <version>4.0.2</version> <relativePath /> </parent> @@ -41,8 +41,8 @@ <description>Code that implements the Policy Administration Backend.</description> <properties> - <policy.common.version>2.0.2-SNAPSHOT</policy.common.version> - <policy.models.version>3.0.2-SNAPSHOT</policy.models.version> + <policy.common.version>2.0.2</policy.common.version> + <policy.models.version>3.0.2</policy.models.version> </properties> <modules> |