diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2024-07-12 11:40:42 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2024-07-12 11:40:42 +0000 |
commit | 21dccc72f5cc30d62daa7794ffa173830b3dda39 (patch) | |
tree | 27dd2ff45f8cdf24d0ff2dfcfde9637e5a06cca8 /testsuites | |
parent | 1ad3258ef22e595e9e4bb0d899a234c20b82236f (diff) |
Release policy/distribution4.0.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 ebd1141c..76800a85 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.policy.distribution</groupId> <artifactId>distribution-testsuites</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>distribution-performance</artifactId> <build> diff --git a/testsuites/pom.xml b/testsuites/pom.xml index e3227d90..7684c039 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.policy.distribution</groupId> <artifactId>policy-distribution</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>distribution-testsuites</artifactId> <packaging>pom</packaging> diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index 96811841..ce6cbcd5 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.policy.distribution</groupId> <artifactId>distribution-testsuites</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>distribution-stability</artifactId> <build> |