diff options
author | Jim Hahn <jrh3@att.com> | 2021-06-23 18:10:11 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2021-06-23 18:10:34 -0400 |
commit | 3fb198c7ecc9267a566b82cd84450ecf5a9fc425 (patch) | |
tree | ae82862f2db1c30c3cb27f80944a316366f0c113 /testsuites | |
parent | 4250a963a2a327c5cc2f9f218ea22c1a85db6982 (diff) |
Bump api to 2.4.4
Issue-ID: POLICY-3329
Change-Id: Iacd49e7c48160bc24dfcc4f226e2e8e3cfea66f4
Signed-off-by: Jim Hahn <jrh3@att.com>
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> |