diff options
author | saul.gill <saul.gill@est.tech> | 2024-05-20 11:08:53 +0100 |
---|---|---|
committer | saul.gill <saul.gill@est.tech> | 2024-05-20 11:08:53 +0100 |
commit | 2516099286aaf7ffcea4fe9c3ee313d8b8165cc1 (patch) | |
tree | dd8c9153fe86df77cfd96c4699dca80ff8e01f17 /testsuites/integration | |
parent | 67e0b63c58f0346f61e4886e0d98358fa271ed1e (diff) |
Set snapshot and/or references of policy/apex-pdp for new release
policy/apex-pdp updated to its latest own and reference snapshots
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4999
Change-Id: Id39d0f3ae07bd66388ca1792609c8ee759582f50
Signed-off-by: saul.gill <saul.gill@est.tech>
Diffstat (limited to 'testsuites/integration')
5 files changed, 5 insertions, 5 deletions
diff --git a/testsuites/integration/integration-common/pom.xml b/testsuites/integration/integration-common/pom.xml index e2cad204b..7b3ee0590 100644 --- a/testsuites/integration/integration-common/pom.xml +++ b/testsuites/integration/integration-common/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.testsuites.integration</groupId> <artifactId>apex-integration</artifactId> - <version>3.1.4-SNAPSHOT</version> + <version>4.0.0-SNAPSHOT</version> </parent> <artifactId>integration-common</artifactId> diff --git a/testsuites/integration/integration-context-test/pom.xml b/testsuites/integration/integration-context-test/pom.xml index 9beb08a27..52340b01a 100644 --- a/testsuites/integration/integration-context-test/pom.xml +++ b/testsuites/integration/integration-context-test/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.testsuites.integration</groupId> <artifactId>apex-integration</artifactId> - <version>3.1.4-SNAPSHOT</version> + <version>4.0.0-SNAPSHOT</version> </parent> <artifactId>integration-context-test</artifactId> diff --git a/testsuites/integration/integration-executor-test/pom.xml b/testsuites/integration/integration-executor-test/pom.xml index 22886d12b..376222306 100644 --- a/testsuites/integration/integration-executor-test/pom.xml +++ b/testsuites/integration/integration-executor-test/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.testsuites.integration</groupId> <artifactId>apex-integration</artifactId> - <version>3.1.4-SNAPSHOT</version> + <version>4.0.0-SNAPSHOT</version> </parent> <artifactId>integration-executor-test</artifactId> diff --git a/testsuites/integration/integration-uservice-test/pom.xml b/testsuites/integration/integration-uservice-test/pom.xml index 6be36714d..77c346a2b 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>3.1.4-SNAPSHOT</version> + <version>4.0.0-SNAPSHOT</version> </parent> <artifactId>integration-uservice-test</artifactId> diff --git a/testsuites/integration/pom.xml b/testsuites/integration/pom.xml index 5c3cd1a18..a63676873 100644 --- a/testsuites/integration/pom.xml +++ b/testsuites/integration/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.testsuites</groupId> <artifactId>apex-testsuites</artifactId> - <version>3.1.4-SNAPSHOT</version> + <version>4.0.0-SNAPSHOT</version> </parent> <groupId>org.onap.policy.apex-pdp.testsuites.integration</groupId> |