diff options
author | 2024-05-20 11:08:44 +0100 | |
---|---|---|
committer | 2024-05-20 11:08:44 +0100 | |
commit | f779156d83fcfa022943072e92846962de012715 (patch) | |
tree | 94742c906a8552ea5f3118c9abc6da51624b79e8 /testsuites | |
parent | b1839796fa9b5043dda96d98a968602fc3e5f0b0 (diff) |
Set snapshot and/or references of policy/pap for new release
policy/pap updated to its latest own and reference snapshots
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4999
Change-Id: I84c03d1b11b07784b8d5b9e1a48d5839e9420af8
Signed-off-by: saul.gill <saul.gill@est.tech>
Diffstat (limited to 'testsuites')
-rw-r--r-- | testsuites/performance/pom.xml | 2 | ||||
-rw-r--r-- | testsuites/pom.xml | 2 | ||||
-rw-r--r-- | testsuites/stability/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index 051369b1..d47466f5 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.policy.pap</groupId> <artifactId>pap-testsuites</artifactId> - <version>3.1.4-SNAPSHOT</version> + <version>4.0.0-SNAPSHOT</version> </parent> <artifactId>pap-performance</artifactId> <build> diff --git a/testsuites/pom.xml b/testsuites/pom.xml index 004b9120..8f1905f0 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.policy.pap</groupId> <artifactId>policy-pap</artifactId> - <version>3.1.4-SNAPSHOT</version> + <version>4.0.0-SNAPSHOT</version> </parent> <artifactId>pap-testsuites</artifactId> diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index 42c38de4..7c7da624 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.pap</groupId> <artifactId>pap-testsuites</artifactId> - <version>3.1.4-SNAPSHOT</version> + <version>4.0.0-SNAPSHOT</version> </parent> <artifactId>pap-stability</artifactId> <build> |