diff options
author | liamfallon <liam.fallon@est.tech> | 2022-12-15 12:39:53 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-12-15 12:39:53 +0000 |
commit | 2583763fc6581ad8c536da0256f351c55975b342 (patch) | |
tree | 4ffda1913d0af0fa24f83472a63b3e662cb464e1 /pom.xml | |
parent | 10e7b82bfc65b11df9497577ff6f16ed10564d69 (diff) |
update references in policy/pap pom
updated references in the policy/pap pom
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4484
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I2ee988f48734963c693712dc60024c4dfb930d8d
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 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> @@ -41,8 +41,8 @@ <description>Code that implements the Policy Administration Backend.</description> <properties> - <policy.common.version>1.12.0-SNAPSHOT</policy.common.version> - <policy.models.version>2.8.0-SNAPSHOT</policy.models.version> + <policy.common.version>1.12.0</policy.common.version> + <policy.models.version>2.8.0</policy.models.version> </properties> <modules> |