diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-06-26 08:31:31 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2019-06-26 08:31:37 -0400 |
commit | 2a543920a708491a6b2786438feaf55bf0bf1515 (patch) | |
tree | 764088b739244371f88aeac7e8686d88059e28a6 /testsuites | |
parent | d0fe049e2575b1192fba6854171637cd6655cd02 (diff) |
Bump api patch to 2.1.1
Released 2.1.0
Issue-ID: POLICY-1737
Change-Id: I65909e110fd5cb7b8d99863e161562235025a9bd
Signed-off-by: Pamela Dragosh <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 f39b087f..c0a387c9 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.policy.api</groupId> <artifactId>testsuites</artifactId> - <version>2.1.0-SNAPSHOT</version> + <version>2.1.1-SNAPSHOT</version> </parent> <artifactId>performance</artifactId> <build> diff --git a/testsuites/pom.xml b/testsuites/pom.xml index 44a57028..2897573f 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.policy.api</groupId> <artifactId>policy-api</artifactId> - <version>2.1.0-SNAPSHOT</version> + <version>2.1.1-SNAPSHOT</version> </parent> <artifactId>testsuites</artifactId> <packaging>pom</packaging> diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index ba4a741e..639d6653 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.policy.api</groupId> <artifactId>testsuites</artifactId> - <version>2.1.0-SNAPSHOT</version> + <version>2.1.1-SNAPSHOT</version> </parent> <artifactId>stability</artifactId> <build> |