diff options
author | liamfallon <liam.fallon@est.tech> | 2022-07-06 13:23:42 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-07-06 13:23:42 +0100 |
commit | 113235fc3ad680db33b6c604c0a81dbba8740a74 (patch) | |
tree | 92d8c57cd8a442dbd986918926ff45a63db8c4c5 | |
parent | c2f7f0795d38dd953bb888ad5e1fbbbe1235dcc0 (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: Ibd0ff5f54d8b3b7a5e6c6f2224d45efe14de1daf
-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.4.5-SNAPSHOT</version> + <version>3.4.4</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.9.3-SNAPSHOT</policy.common.version> + <policy.common.version>1.9.2</policy.common.version> </properties> <modules> |