diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2020-04-15 09:00:31 -0500 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2020-04-15 09:00:31 -0500 |
commit | 76298f263fad0933acc7a5f9cd713132547943a7 (patch) | |
tree | 68bac7094522f1eb0822f78de465a5f9229fae26 /testsuites | |
parent | 81f8b13d8ecb1972eed392d9c57d9a3c4b42394b (diff) |
bump to 1.6.2-SNAPSHOT
Issue-ID: POLICY-2378
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I8feb308f90755a078d0b35e0d8742e385916c225
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 fb5a59273..1f25e3b05 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.drools-applications</groupId> <artifactId>drools-applications-testsuites</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.2-SNAPSHOT</version> </parent> <artifactId>drools-applications-performance</artifactId> <build> diff --git a/testsuites/pom.xml b/testsuites/pom.xml index 1fb6bee6b..5dd6a49b4 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.policy.drools-applications</groupId> <artifactId>drools-applications</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.2-SNAPSHOT</version> </parent> <artifactId>drools-applications-testsuites</artifactId> <packaging>pom</packaging> diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index eafc7eebc..36649e951 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.drools-applications</groupId> <artifactId>drools-applications-testsuites</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.2-SNAPSHOT</version> </parent> <artifactId>drools-applications-stability</artifactId> <build> |