diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2021-09-15 15:33:59 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2021-09-15 15:33:59 +0000 |
commit | e750d495fab66856440f6cff28b567b603d23460 (patch) | |
tree | 4fad7f47b172a06680b10a4636b4572cb10f76a2 /testsuites | |
parent | b602b0f52afa99d995da5559d78f62858d0a1412 (diff) |
Release policy/drools-applications1.9.0
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..725c61871 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.0</version> </parent> <artifactId>drools-applications-performance</artifactId> <build> diff --git a/testsuites/pom.xml b/testsuites/pom.xml index 94f34028a..c90e53425 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.0</version> </parent> <artifactId>drools-applications-testsuites</artifactId> <packaging>pom</packaging> diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index 2d72e022c..00337bf81 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.0</version> </parent> <artifactId>drools-applications-stability</artifactId> <build> |