diff options
author | waynedunican <wayne.dunican@est.tech> | 2024-02-16 16:29:11 +0000 |
---|---|---|
committer | waynedunican <wayne.dunican@est.tech> | 2024-02-16 16:29:11 +0000 |
commit | 4447ad99f8e7d5b96284d87e7ce08f4d5f3313e3 (patch) | |
tree | cbf9d89f3e153a0f7cebf94d4f4da4c217ff987b /pom.xml | |
parent | 6388f211f164d892820f3a6c0069d2489d9cabc2 (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-4932
Change-Id: I555581ad2729dcf28a250a8a8794874d2fce5535
Signed-off-by: waynedunican <wayne.dunican@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>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> <relativePath /> </parent> @@ -42,8 +42,8 @@ <description>Code that define our external API.</description> <properties> - <policy.common.version>2.1.1-SNAPSHOT</policy.common.version> - <policy.models.version>3.1.1-SNAPSHOT</policy.models.version> + <policy.common.version>2.1.1</policy.common.version> + <policy.models.version>3.1.1</policy.models.version> </properties> <modules> |