diff options
author | liamfallon <liam.fallon@est.tech> | 2022-03-09 15:49:32 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-03-09 15:49:32 +0000 |
commit | 6943eaeb3843aeb30584a92b42c354b13f4b73a9 (patch) | |
tree | 63679de4b2ae9e3004b391f06f0d93473cacb9a2 | |
parent | f0ae42bb24bd4ee98f6b7b3acf2e47d96946de1b (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-3982
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I8cf6f4312c0c86d4710823ded53d5ffda2a1256a
-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.1-SNAPSHOT</version> + <version>3.5.1</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.1-SNAPSHOT</policy.common.version> + <policy.common.version>1.10.1</policy.common.version> </properties> <modules> |