diff options
author | liamfallon <liam.fallon@est.tech> | 2023-10-18 12:19:42 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2023-10-18 12:19:42 +0100 |
commit | ecdba402892f97d8e54ba8e0be4c9bae5a471a2d (patch) | |
tree | f6edbae937d912983973bc30edb43469d880250f /pom.xml | |
parent | f7d4a090790aabb283a6d42c58c0af47d60fa5c5 (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: I9e4545c507c3ed74f1f0434826e97da4d6d28ae1
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.1-SNAPSHOT</version> + <version>4.0.1</version> <relativePath /> </parent> @@ -41,8 +41,8 @@ <description>Code that implements the Policy Administration Backend.</description> <properties> - <policy.common.version>2.0.1-SNAPSHOT</policy.common.version> - <policy.models.version>3.0.1-SNAPSHOT</policy.models.version> + <policy.common.version>2.0.1</policy.common.version> + <policy.models.version>3.0.1</policy.models.version> </properties> <modules> |