diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2020-07-09 16:01:12 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2020-07-09 16:01:12 +0000 |
commit | 2bdb60b2c98c66407fcd4bab6710914681ca70b0 (patch) | |
tree | 1580d356034c19e393daeb2a58252065537cf406 /TestSuite | |
parent | 23e050797876200b30104272cd81641620a24b21 (diff) |
Release policy/engine1.6.5
Diffstat (limited to 'TestSuite')
-rw-r--r-- | TestSuite/Performance/pom.xml | 2 | ||||
-rw-r--r-- | TestSuite/Stability/pom.xml | 2 | ||||
-rw-r--r-- | TestSuite/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/TestSuite/Performance/pom.xml b/TestSuite/Performance/pom.xml index 33c231aae..2b52c2c11 100644 --- a/TestSuite/Performance/pom.xml +++ b/TestSuite/Performance/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.engine</groupId> <artifactId>TestSuite</artifactId> - <version>1.6.5-SNAPSHOT</version> + <version>1.6.5</version> </parent> <artifactId>Performance</artifactId> <properties> diff --git a/TestSuite/Stability/pom.xml b/TestSuite/Stability/pom.xml index 5a75c891c..ef6e2c9a5 100644 --- a/TestSuite/Stability/pom.xml +++ b/TestSuite/Stability/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.engine</groupId> <artifactId>TestSuite</artifactId> - <version>1.6.5-SNAPSHOT</version> + <version>1.6.5</version> </parent> <artifactId>Stability</artifactId> <properties> diff --git a/TestSuite/pom.xml b/TestSuite/pom.xml index 498dd4d8c..f62ab6ae5 100644 --- a/TestSuite/pom.xml +++ b/TestSuite/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.engine</groupId> <artifactId>PolicyEngineSuite</artifactId> - <version>1.6.5-SNAPSHOT</version> + <version>1.6.5</version> </parent> <artifactId>TestSuite</artifactId> <packaging>pom</packaging> |