diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2021-09-15 13:12:59 -0500 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2021-09-15 13:12:59 -0500 |
commit | 1656e495ec67374cda54d05245908b0baf532e36 (patch) | |
tree | c1b4cf5aebdc6ffe997a909d2e3dbcaa83c96e2b /testsuites | |
parent | 442eb5db34ddfa6af305129e9cf76939aa237682 (diff) |
Bump versions to 1.9.1-SNAPSHOT
Issue-ID: POLICY-3587
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I4fe32488c9ccd67f33f5af300a8fab8052988d43
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 b01af0247..e4e694b95 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.9.0-SNAPSHOT</version> + <version>1.9.1-SNAPSHOT</version> </parent> <artifactId>drools-applications-performance</artifactId> <build> diff --git a/testsuites/pom.xml b/testsuites/pom.xml index 94f34028a..5890b48c9 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.9.0-SNAPSHOT</version> + <version>1.9.1-SNAPSHOT</version> </parent> <artifactId>drools-applications-testsuites</artifactId> <packaging>pom</packaging> diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index 2d72e022c..01481a778 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.9.0-SNAPSHOT</version> + <version>1.9.1-SNAPSHOT</version> </parent> <artifactId>drools-applications-stability</artifactId> <build> |