diff options
Diffstat (limited to 'testsuites/performance/pom.xml')
-rw-r--r-- | testsuites/performance/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index 936f5cf3..eba6f779 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= ONAP Policy API ================================================================================ - Copyright (C) 2019 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2019,2021 AT&T Intellectual Property. All rights reserved. Modifications Copyright (C) 2020 Bell Canada. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.api</groupId> <artifactId>api-testsuites</artifactId> - <version>2.4.0-SNAPSHOT</version> + <version>2.4.1-SNAPSHOT</version> </parent> <artifactId>api-performance</artifactId> <build> @@ -48,4 +48,4 @@ </plugin> </plugins> </build> -</project>
\ No newline at end of file +</project> |