diff options
author | liamfallon <liam.fallon@est.tech> | 2022-04-27 09:46:45 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-04-27 09:46:45 +0100 |
commit | 77930d020f9979b52dbad726b40eb67d2c3c6d7b (patch) | |
tree | 21f8d33e1a64d71596969f65218a197d618068cd | |
parent | ec82c44d8263c8faaba3440f9532eb59d1cb525c (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: I824f554fb5082adbf3075d190e1cdca8285e1203
-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.3-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.3-SNAPSHOT</policy.common.version> + <policy.common.version>1.10.3</policy.common.version> </properties> <modules> |