diff options
author | liamfallon <liam.fallon@est.tech> | 2022-04-27 20:55:36 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-04-27 20:55:36 +0100 |
commit | cea027d4a5ec3d9abcc6f2171267b28298a1deb0 (patch) | |
tree | f5843cc7b7de2d35b6811278d552834463821ffd /pom.xml | |
parent | 177d52c481f21809792a6cd25629014c1fdf23b1 (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-4089
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I924f7541fade3884a3bed0926ad7a598e278a06d
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.5.3-SNAPSHOT</version> + <version>3.5.3</version> <relativePath /> </parent> @@ -42,8 +42,8 @@ <description>Code that define our external API.</description> <properties> - <policy.common.version>1.10.3-SNAPSHOT</policy.common.version> - <policy.models.version>2.6.3-SNAPSHOT</policy.models.version> + <policy.common.version>1.10.3</policy.common.version> + <policy.models.version>2.6.3</policy.models.version> </properties> <modules> |