diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2021-06-23 22:38:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-06-23 22:38:44 +0000 |
commit | e5f2da8fb0bee548921424d9065021c7c3fc43ac (patch) | |
tree | 60cd758f64930cc12a0a6bf922aab108f71a2716 /testsuites | |
parent | dd092302716de437a6e0ef4b0f2f4db5c1311b12 (diff) | |
parent | 3fb198c7ecc9267a566b82cd84450ecf5a9fc425 (diff) |
Merge "Bump api to 2.4.4" into honolulu
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 c3ffb6af..d720d6e2 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.api</groupId> <artifactId>api-testsuites</artifactId> - <version>2.4.3-SNAPSHOT</version> + <version>2.4.4-SNAPSHOT</version> </parent> <artifactId>api-performance</artifactId> <build> diff --git a/testsuites/pom.xml b/testsuites/pom.xml index d2541ec4..349ca403 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.api</groupId> <artifactId>policy-api</artifactId> - <version>2.4.3-SNAPSHOT</version> + <version>2.4.4-SNAPSHOT</version> </parent> <artifactId>api-testsuites</artifactId> diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index 336a916d..27fa30ce 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.api</groupId> <artifactId>api-testsuites</artifactId> - <version>2.4.3-SNAPSHOT</version> + <version>2.4.4-SNAPSHOT</version> </parent> <artifactId>api-stability</artifactId> <build> |