diff options
author | liamfallon <liam.fallon@est.tech> | 2022-01-26 12:17:05 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-01-26 12:17:13 +0000 |
commit | 298d2d773df72c3d691da2ab9ee70fa88e6b0b54 (patch) | |
tree | db20db1d8d18d1b5a369803c996da77b446d3eed /testsuites/integration/integration-uservice-test | |
parent | 397ed3cb307be21d9ca50ed885748fdd035d9a8f (diff) |
Fix snapshot versions in apex-pdp
Two modules in apex-pdp had incorrect snapshot version in Istanbul, this
fixes that error
Issue-ID: POLICY-3849
Change-Id: I39366f36a6970d715a555099f3d68defb82f8a28
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'testsuites/integration/integration-uservice-test')
-rw-r--r-- | testsuites/integration/integration-uservice-test/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/integration/integration-uservice-test/pom.xml b/testsuites/integration/integration-uservice-test/pom.xml index d852ad1b5..adb0a4a17 100644 --- a/testsuites/integration/integration-uservice-test/pom.xml +++ b/testsuites/integration/integration-uservice-test/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.testsuites.integration</groupId> <artifactId>apex-integration</artifactId> - <version>2.7.1-SNAPSHOT</version> + <version>2.6.2-SNAPSHOT</version> </parent> <artifactId>integration-uservice-test</artifactId> |