diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2021-03-10 13:22:50 -0600 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2021-03-10 13:22:50 -0600 |
commit | da39fc6e5bf9ee5e512f46cd5bb224bbfc66d18a (patch) | |
tree | b6c37d7c10baaa3bef0b048aa0cbb89803b0a3d3 /testsuites | |
parent | 0f7b69492850e67ebc56026980ecb8bd2a8795f9 (diff) |
bump poms to 1.8.2-SNAPSHOT
Issue-ID: POLICY-3127
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I2db24d79ab706919e8e3a76e63a8707791a94123
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 f5f93fac4..8de4e75f7 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.8.1-SNAPSHOT</version> + <version>1.8.2-SNAPSHOT</version> </parent> <artifactId>drools-applications-performance</artifactId> <build> diff --git a/testsuites/pom.xml b/testsuites/pom.xml index 755460661..a63509efc 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.8.1-SNAPSHOT</version> + <version>1.8.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 3cd5414dc..a0dbac41e 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.8.1-SNAPSHOT</version> + <version>1.8.2-SNAPSHOT</version> </parent> <artifactId>drools-applications-stability</artifactId> <build> |