diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2020-04-30 14:44:36 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2020-04-30 14:44:36 +0000 |
commit | 37ad11c5660d017aace257bf7f5bd03c02f26bdd (patch) | |
tree | d6302e5c4828b5a2d87553d5946e09be7419a939 /TestSuite | |
parent | ded86eddc2c1c268655c61c3dd5fb0c0dbe8dd96 (diff) |
Release policy/engine1.6.3
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 d1fef7343..a2e675c01 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.3-SNAPSHOT</version> + <version>1.6.3</version> </parent> <artifactId>Performance</artifactId> <properties> diff --git a/TestSuite/Stability/pom.xml b/TestSuite/Stability/pom.xml index ce729211a..718eac822 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.3-SNAPSHOT</version> + <version>1.6.3</version> </parent> <artifactId>Stability</artifactId> <properties> diff --git a/TestSuite/pom.xml b/TestSuite/pom.xml index 467f4643a..ce0d1d699 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.3-SNAPSHOT</version> + <version>1.6.3</version> </parent> <artifactId>TestSuite</artifactId> <packaging>pom</packaging> |