diff options
author | 2024-11-18 16:31:29 +0000 | |
---|---|---|
committer | 2024-11-18 16:31:29 +0000 | |
commit | 1b3da3f973d701246982a11fe920425e09da73c2 (patch) | |
tree | 21fb20ea6a6b3b51d632d7a9cb8949c5fe9db2d0 /pom.xml | |
parent | 702af5e5b4d85c817ca2a8bce541bc96ccfa9ef4 (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-5166
Change-Id: Ic23e4ff675d6935019ee5102d09d8c552dea297b
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
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>5.0.1-SNAPSHOT</version> + <version>5.0.1</version> <relativePath /> </parent> @@ -42,8 +42,8 @@ <description>Code that define our external API.</description> <properties> - <policy.common.version>3.0.1-SNAPSHOT</policy.common.version> - <policy.models.version>4.0.1-SNAPSHOT</policy.models.version> + <policy.common.version>3.0.1</policy.common.version> + <policy.models.version>4.0.1</policy.models.version> </properties> <modules> |