diff options
Diffstat (limited to 'testsuites/performance')
-rw-r--r-- | testsuites/performance/pom.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index 6da42856..d27de0e2 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -4,6 +4,7 @@ ================================================================================ Copyright (C) 2019 AT&T Intellectual Property. All rights reserved. Modifications Copyright (C) 2020 Bell Canada. + Modifications Copyright (C) 2025 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -16,6 +17,8 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. + + SPDX-License-Identifier: Apache-2.0 ============LICENSE_END========================================================= --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" @@ -24,7 +27,7 @@ <parent> <groupId>org.onap.policy.distribution</groupId> <artifactId>distribution-testsuites</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.2-SNAPSHOT</version> </parent> <artifactId>distribution-performance</artifactId> <build> @@ -49,4 +52,4 @@ </plugin> </plugins> </build> -</project>
\ No newline at end of file +</project> |