diff options
author | Dragosh, Pamela (pd1248) <pdragosh@research.att.com> | 2021-03-23 19:06:07 -0400 |
---|---|---|
committer | Dragosh, Pamela (pd1248) <pdragosh@research.att.com> | 2021-03-23 19:06:15 -0400 |
commit | 0f93ae782d461a6fae9145f045b963cca25586db (patch) | |
tree | bf08e22bac03eae7e9fb860f0237f284d9a9f863 /testsuites | |
parent | d94985140f887c199e110b9e4395795c6000123b (diff) |
Bump api to 2.4.3 SNAPSHOT
Issue-ID: POLICY-3150
Change-Id: I2ce47612b2ec9d5af81504c59e3d6d731a4e701c
Signed-off-by: Dragosh, Pamela (pd1248) <pdragosh@research.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 bc2f27fe..c3ffb6af 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.2-SNAPSHOT</version> + <version>2.4.3-SNAPSHOT</version> </parent> <artifactId>api-performance</artifactId> <build> diff --git a/testsuites/pom.xml b/testsuites/pom.xml index 61beab03..d2541ec4 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.2-SNAPSHOT</version> + <version>2.4.3-SNAPSHOT</version> </parent> <artifactId>api-testsuites</artifactId> diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index b3e8a71b..336a916d 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.2-SNAPSHOT</version> + <version>2.4.3-SNAPSHOT</version> </parent> <artifactId>api-stability</artifactId> <build> |