diff options
author | saul.gill <saul.gill@est.tech> | 2023-12-11 14:45:25 +0000 |
---|---|---|
committer | saul.gill <saul.gill@est.tech> | 2023-12-11 14:45:25 +0000 |
commit | 1b230de59f2379ce818e0444e5f41a344e37fc71 (patch) | |
tree | a2a1b927d679560c91d014107a10162ffdf662ee /pom.xml | |
parent | d2f73c772bc6da457bbee2f5ee127d78e2f9f1f4 (diff) |
update references in policy/pap pom
updated references in the policy/pap pom
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4907
Signed-off-by: saul.gill <saul.gill@est.tech>
Change-Id: Icb7b8d5b83f378480ea20d5d6c0f5d9f3a123860
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -27,7 +27,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>4.1.0-SNAPSHOT</version> + <version>4.1.0</version> <relativePath /> </parent> @@ -41,8 +41,8 @@ <description>Code that implements the Policy Administration Backend.</description> <properties> - <policy.common.version>2.1.0-SNAPSHOT</policy.common.version> - <policy.models.version>3.1.0-SNAPSHOT</policy.models.version> + <policy.common.version>2.1.0</policy.common.version> + <policy.models.version>3.1.0</policy.models.version> </properties> <modules> |