diff options
author | saul.gill <saul.gill@est.tech> | 2024-04-25 13:10:34 +0100 |
---|---|---|
committer | saul.gill <saul.gill@est.tech> | 2024-04-25 13:10:34 +0100 |
commit | 45e1f7c33aadf61c4edd2525211f6ac13081afde (patch) | |
tree | f214305f4d4fd39e513c67a8e19cc9e3e93c96b4 /pom.xml | |
parent | e4446b67085ea4ee6ebb0ba9b7d5fa2cc5b202c9 (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-4970
Change-Id: I7f58f3ebcdb505f981e5a3c9f9ca426698360270
Signed-off-by: saul.gill <saul.gill@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.2-SNAPSHOT</version> + <version>4.1.2</version> <relativePath /> </parent> @@ -42,8 +42,8 @@ <description>Code that define our external API.</description> <properties> - <policy.common.version>2.1.2-SNAPSHOT</policy.common.version> - <policy.models.version>3.1.2-SNAPSHOT</policy.models.version> + <policy.common.version>2.1.2</policy.common.version> + <policy.models.version>3.1.2</policy.models.version> </properties> <modules> |