diff options
author | liamfallon <liam.fallon@est.tech> | 2022-12-15 11:05:02 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-12-15 11:05:02 +0000 |
commit | b118973e49b2c16ebb6f53b1f6d8d5108d97f566 (patch) | |
tree | 1400f62be8f570ff9caa4f606aae752d1011c55f /pom.xml | |
parent | 83b2d29a99a642657279f3bf56e063c7b7aedd47 (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-4484
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: Id670768c2012d357b7e815b3558ed342ceae0964
Diffstat (limited to 'pom.xml')
-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.7.0-SNAPSHOT</version> + <version>3.7.0</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.12.0-SNAPSHOT</policy.common.version> + <policy.common.version>1.12.0</policy.common.version> </properties> <modules> |