diff options
author | liamfallon <liam.fallon@est.tech> | 2022-12-15 12:39:41 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-12-15 12:39:41 +0000 |
commit | 84c41259529cb2d3401f1cadc39333842caa1344 (patch) | |
tree | f0088493c76d1d71c2f9dd0d65b339b25cdf8cc7 /pom.xml | |
parent | 7ed786054f394c9ea745cb41061d81c370435736 (diff) |
update references in policy/api pom
updated references in the policy/api pom
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4484
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: Icf8ccc5d5874eab7a9fbb3b784a5d110a5d2f322
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -28,7 +28,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,8 +42,8 @@ <description>Code that define our external API.</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> |