diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-05-23 19:05:25 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2019-05-23 19:05:34 -0400 |
commit | 04d2ffb108b6854fe273c4644e888adbe3dfc7fd (patch) | |
tree | 6d3c67feadb3655bc7ba422b13973df315bd4913 /testsuites | |
parent | 1f122459bf8c3b8d3411bff2b22fca073d1c22a2 (diff) |
Bump to 2.0.2-SNAPSHOT
Released 2.0.1
Issue-ID: POLICY-1700
Change-Id: I75e2ea1e32dca747f1e093d352909818513f0820
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 cb18c996..b33f962f 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.0.1-SNAPSHOT</version> + <version>2.0.2-SNAPSHOT</version> </parent> <artifactId>performance</artifactId> <build> diff --git a/testsuites/pom.xml b/testsuites/pom.xml index fa541954..da5e4b7a 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.0.1-SNAPSHOT</version> + <version>2.0.2-SNAPSHOT</version> </parent> <artifactId>testsuites</artifactId> <packaging>pom</packaging> diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index 8c93b3c0..551f7015 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.0.1-SNAPSHOT</version> + <version>2.0.2-SNAPSHOT</version> </parent> <artifactId>stability</artifactId> <build> |