diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-04-16 08:43:25 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2019-04-16 08:43:31 -0400 |
commit | 6701e192a0476fd200d634601f809bdb92f7bea9 (patch) | |
tree | 65f4e3d9c58b819efb5070a85499179b43e0d9d5 /testsuites | |
parent | d41a9e50f80e619a42e8d31478ff9e41be4ce525 (diff) |
Upgrade drools-apps to 1.3.73.0.2-ONAPcasablanca
For Casablanca Maintenance Release 3.0.2 - keystore upgrade.
Issue-ID: POLICY-1649
Change-Id: If3c22bc5e7cabcd31c2803efc3ea727c443c5177
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 8337e556e..822b36d28 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.policy.drools-applications</groupId> <artifactId>testsuites</artifactId> - <version>1.3.6-SNAPSHOT</version> + <version>1.3.7-SNAPSHOT</version> </parent> <artifactId>performance</artifactId> <build> diff --git a/testsuites/pom.xml b/testsuites/pom.xml index dc9cf985e..52a2c671f 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.drools-applications</groupId> <artifactId>drools-applications</artifactId> - <version>1.3.6-SNAPSHOT</version> + <version>1.3.7-SNAPSHOT</version> </parent> <artifactId>testsuites</artifactId> <packaging>pom</packaging> diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index 3775bfbee..7b2a139f0 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.policy.drools-applications</groupId> <artifactId>testsuites</artifactId> - <version>1.3.6-SNAPSHOT</version> + <version>1.3.7-SNAPSHOT</version> </parent> <artifactId>stability</artifactId> <build> |