diff options
author | liamfallon <liam.fallon@est.tech> | 2023-11-13 16:41:26 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2023-11-13 16:41:26 +0100 |
commit | c8994fd02e0db5478e7abc87e699f49006ad32f1 (patch) | |
tree | 5691444548efb3f0d7ecf0a07c0bec4b4032e63e /testsuites | |
parent | 6df5446b012a055d95f65a106966eaace1e2c33c (diff) |
Update snapshot and/or references of policy/api to latest snapshots
policy/api updated to its latest own and reference snapshots
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4854
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: Idb818220a15d81ef9fd395e7b697c7a6f86ab72a
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 8f7c912c..7423401c 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.policy.api</groupId> <artifactId>api-testsuites</artifactId> - <version>3.0.2-SNAPSHOT</version> + <version>3.0.3-SNAPSHOT</version> </parent> <artifactId>api-performance</artifactId> <build> diff --git a/testsuites/pom.xml b/testsuites/pom.xml index d190ef39..1cf3e3ab 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.policy.api</groupId> <artifactId>policy-api</artifactId> - <version>3.0.2-SNAPSHOT</version> + <version>3.0.3-SNAPSHOT</version> </parent> <artifactId>api-testsuites</artifactId> diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index b8fb4235..b1238879 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.policy.api</groupId> <artifactId>api-testsuites</artifactId> - <version>3.0.2-SNAPSHOT</version> + <version>3.0.3-SNAPSHOT</version> </parent> <artifactId>api-stability</artifactId> <build> |