diff options
author | a.sreekumar <ajith.sreekumar@bell.ca> | 2020-05-26 14:18:14 +0100 |
---|---|---|
committer | a.sreekumar <ajith.sreekumar@bell.ca> | 2020-05-26 14:18:21 +0100 |
commit | 84ce39ffa3378a1cf174a780df5a378cd23f13d9 (patch) | |
tree | ea6d18b447e4999fa190c8e638abc7fab27acb15 /testsuites | |
parent | 97c994c9d4bf2e2710997281493f84bd80eceb13 (diff) |
Bump Drools-Apps to 1.7.0
Change-Id: I1b4b088d276da6aae3b577102470a6d8e3dcdc6a
Issue-ID: POLICY-2514
Signed-off-by: a.sreekumar <ajith.sreekumar@bell.ca>
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 57dd7c7df..0c39b9764 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.5-SNAPSHOT</version> + <version>1.7.0-SNAPSHOT</version> </parent> <artifactId>drools-applications-performance</artifactId> <build> diff --git a/testsuites/pom.xml b/testsuites/pom.xml index 3d7606442..b23787548 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.5-SNAPSHOT</version> + <version>1.7.0-SNAPSHOT</version> </parent> <artifactId>drools-applications-testsuites</artifactId> <packaging>pom</packaging> diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index 6e2d33a9d..d14e02cf4 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.5-SNAPSHOT</version> + <version>1.7.0-SNAPSHOT</version> </parent> <artifactId>drools-applications-stability</artifactId> <build> |