diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2020-07-09 20:51:35 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2020-07-09 20:51:35 +0000 |
commit | 0f7552edbd0eb944b89d2961f2f9b0dfbff7b6fb (patch) | |
tree | 2bbe7f7b108dae6c57e6e970bebcd0a5e2721ca7 /testsuites | |
parent | e861ea9a826462f98ccb9a1daad4c9d12706f8e5 (diff) |
Release policy/distribution2.4.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 eec16318..dac1b430 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.distribution</groupId> <artifactId>distribution-testsuites</artifactId> - <version>2.4.0-SNAPSHOT</version> + <version>2.4.0</version> </parent> <artifactId>distribution-performance</artifactId> <build> diff --git a/testsuites/pom.xml b/testsuites/pom.xml index 472abf19..cca0afee 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.distribution</groupId> <artifactId>policy-distribution</artifactId> - <version>2.4.0-SNAPSHOT</version> + <version>2.4.0</version> </parent> <artifactId>distribution-testsuites</artifactId> <packaging>pom</packaging> diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index 580d28e1..d967e78f 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.distribution</groupId> <artifactId>distribution-testsuites</artifactId> - <version>2.4.0-SNAPSHOT</version> + <version>2.4.0</version> </parent> <artifactId>distribution-stability</artifactId> <build> |