diff options
author | liamfallon <liam.fallon@est.tech> | 2022-06-09 01:52:40 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-06-09 01:52:40 +0100 |
commit | 0e2ecde97af09775240ffd5c9b22c29b65a76668 (patch) | |
tree | 3d8273ed1038c5d25b2366780eb37360e1a545ce | |
parent | 36be00d49f74960b418deab85e734a4f3de228f3 (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-4233
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: Ic77f39ea18316be8e0250ebbeff2dd4d4862ad82
-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.4-SNAPSHOT</version> + <version>3.5.3</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.4-SNAPSHOT</policy.common.version> + <policy.common.version>1.10.3</policy.common.version> </properties> <modules> |