diff options
author | liamfallon <liam.fallon@est.tech> | 2022-04-12 16:50:10 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-04-12 16:50:10 +0100 |
commit | 17f519298a2d67d386ddd2968d0d418b6b60d1a3 (patch) | |
tree | ca8804f7bcf3ac8fc0ac544f420bebc4f0f817b4 | |
parent | df406ee3dc0efccc4d0f87c4b8cc5755f201ba48 (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-4089
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I02491b3aac1d0f53c2a0e5ee300f4712160a6c44
-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>3.5.2-SNAPSHOT</version> + <version>3.5.2</version> <relativePath /> </parent> @@ -42,7 +42,7 @@ <properties> <derby.version>10.13.1.1</derby.version> <javax.ws.rs-api.version>2.1.1</javax.ws.rs-api.version> - <policy.common.version>1.10.2-SNAPSHOT</policy.common.version> + <policy.common.version>1.10.2</policy.common.version> </properties> <modules> |