diff options
author | 2020-03-24 12:12:05 +0000 | |
---|---|---|
committer | 2020-03-24 12:12:05 +0000 | |
commit | 68a9ab04aae3ae0b3a2281208e09f6c2b00f4ca8 (patch) | |
tree | 6aa4e5f46f210c36679e3f6ead445eb097fba58f /testsuites | |
parent | 4d8f2cf469d73fccddea8a09d10c58eba1b1dcd7 (diff) |
Release policy/api2.2.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 767065d8..3d22e608 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.api</groupId> <artifactId>api-testsuites</artifactId> - <version>2.2.0-SNAPSHOT</version> + <version>2.2.0</version> </parent> <artifactId>api-performance</artifactId> <build> diff --git a/testsuites/pom.xml b/testsuites/pom.xml index 8d350a4b..db15c738 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.api</groupId> <artifactId>policy-api</artifactId> - <version>2.2.0-SNAPSHOT</version> + <version>2.2.0</version> </parent> <artifactId>api-testsuites</artifactId> diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index 51f3d233..79aabf0c 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.api</groupId> <artifactId>api-testsuites</artifactId> - <version>2.2.0-SNAPSHOT</version> + <version>2.2.0</version> </parent> <artifactId>api-stability</artifactId> <build> |