diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2021-06-25 13:05:38 -0400 |
---|---|---|
committer | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2021-06-25 13:05:41 -0400 |
commit | 3076ed557baac463facc506fdf2a590e7b62c3ef (patch) | |
tree | ea897cdd9453c0e81718d7417d11729882ece88c /testsuites/performance | |
parent | dd8e5557999fc0267f8cd4d090a2be31ca250b54 (diff) |
Bump apex-pdp to 2.5.4-SNAPSHOT
Issue-ID: POLICY-3329
Change-Id: I86c81ddb4ba8e5961690c451e1dd5185ecf20d3b
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
Diffstat (limited to 'testsuites/performance')
-rw-r--r-- | testsuites/performance/performance-benchmark-test/pom.xml | 2 | ||||
-rw-r--r-- | testsuites/performance/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/performance/performance-benchmark-test/pom.xml b/testsuites/performance/performance-benchmark-test/pom.xml index f161eeb08..1cc44edd3 100644 --- a/testsuites/performance/performance-benchmark-test/pom.xml +++ b/testsuites/performance/performance-benchmark-test/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.testsuites.performance</groupId> <artifactId>apex-performance</artifactId> - <version>2.5.3-SNAPSHOT</version> + <version>2.5.4-SNAPSHOT</version> </parent> <artifactId>performance-benchmark-test</artifactId> diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index d29b9f726..fea363f94 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.testsuites</groupId> <artifactId>apex-testsuites</artifactId> - <version>2.5.3-SNAPSHOT</version> + <version>2.5.4-SNAPSHOT</version> </parent> <groupId>org.onap.policy.apex-pdp.testsuites.performance</groupId> |