diff options
author | waynedunican <wayne.dunican@est.tech> | 2024-02-16 16:29:06 +0000 |
---|---|---|
committer | waynedunican <wayne.dunican@est.tech> | 2024-02-16 16:29:06 +0000 |
commit | a5dc933576c10de4217db63d83a35f6dba9660d5 (patch) | |
tree | 125d0dfe6b5ae4387a403f67fe4553b923c768ef /pom.xml | |
parent | 5e484ea73840e0b329be09730e009ae22c9962dc (diff) |
update references in policy/apex-pdp pom
updated references in the policy/apex-pdp pom
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4932
Change-Id: I4df68b53957789999d4d3d02d15035a6e08fb7ac
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
@@ -27,7 +27,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> <relativePath /> </parent> @@ -46,8 +46,8 @@ </sonar.javascript.lcov.reportPaths> <!-- Policy framework dependencies --> - <version.policy.common>2.1.1-SNAPSHOT</version.policy.common> - <version.policy.models>3.1.1-SNAPSHOT</version.policy.models> + <version.policy.common>2.1.1</version.policy.common> + <version.policy.models>3.1.1</version.policy.models> <!-- Apex-specific dependencies --> <version.activemq>5.18.3</version.activemq> |