diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2020-05-20 00:37:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-05-20 00:37:59 +0000 |
commit | 1a5d98882acf4654bd075a38c27f0cf4b49f0b6b (patch) | |
tree | 4108d9d51b92327108c0e02786964dcd3836aa3e /testsuites | |
parent | 19e8af7ac052d5570d63826fbc601979d9f71ac4 (diff) | |
parent | d8fe5673daaf680f24bda96d471b6b6d67ff1bcc (diff) |
Merge "Bump api master to 2.3.0-SNAPSHOT"
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 304a9201..e1d734fe 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.2.4-SNAPSHOT</version> + <version>2.3.0-SNAPSHOT</version> </parent> <artifactId>api-performance</artifactId> <build> diff --git a/testsuites/pom.xml b/testsuites/pom.xml index c70414b7..f299a29a 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.2.4-SNAPSHOT</version> + <version>2.3.0-SNAPSHOT</version> </parent> <artifactId>api-testsuites</artifactId> diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index f054cf95..6c32e039 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.2.4-SNAPSHOT</version> + <version>2.3.0-SNAPSHOT</version> </parent> <artifactId>api-stability</artifactId> <build> |