diff options
author | waynedunican <wayne.dunican@est.tech> | 2024-05-16 16:01:09 +0100 |
---|---|---|
committer | waynedunican <wayne.dunican@est.tech> | 2024-05-16 16:01:09 +0100 |
commit | 9995483ab06953be9a0feab0c4ebfc4de16ca0b2 (patch) | |
tree | 76acf0096ad3c2e8ecdda274b2d0b40a461c8a39 /pom.xml | |
parent | b7e95634fe8ba0585e5922ebc8a3bdb883b7f829 (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-5001
Change-Id: I187a47e8331ad0ac38380acf1a2a439ed973af46
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.3-SNAPSHOT</version> + <version>4.1.4</version> <relativePath /> </parent> @@ -46,8 +46,8 @@ </sonar.javascript.lcov.reportPaths> <!-- Policy framework dependencies --> - <version.policy.common>2.1.3-SNAPSHOT</version.policy.common> - <version.policy.models>3.1.3-SNAPSHOT</version.policy.models> + <version.policy.common>2.1.3</version.policy.common> + <version.policy.models>3.1.3</version.policy.models> <!-- Apex-specific dependencies --> <version.activemq>5.18.3</version.activemq> |