diff options
author | waynedunican <wayne.dunican@est.tech> | 2024-05-16 16:01:13 +0100 |
---|---|---|
committer | waynedunican <wayne.dunican@est.tech> | 2024-05-16 16:01:13 +0100 |
commit | 8b77a1dfa43893a8d6b67c23df56a66886c2c9ce (patch) | |
tree | 65c97134eb70bed93db9ac1b00ca136a33131852 /pom.xml | |
parent | 99e7c9a6ebd2f2678cbe00c6d0ce2d4a79114fbd (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-5001
Change-Id: I4c7da1126ef6bac2d6d81d165d567d296a811fcf
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.3-SNAPSHOT</version> + <version>4.1.4</version> <relativePath /> </parent> @@ -42,8 +42,8 @@ <description>Code that define our external API.</description> <properties> - <policy.common.version>2.1.3-SNAPSHOT</policy.common.version> - <policy.models.version>3.1.3-SNAPSHOT</policy.models.version> + <policy.common.version>2.1.3</policy.common.version> + <policy.models.version>3.1.3</policy.models.version> </properties> <modules> |