diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/hv-collector-analysis/pom.xml | 5 | ||||
-rw-r--r-- | build/hv-collector-coverage/pom.xml | 7 | ||||
-rw-r--r-- | build/pom.xml | 5 |
3 files changed, 10 insertions, 7 deletions
diff --git a/build/hv-collector-analysis/pom.xml b/build/hv-collector-analysis/pom.xml index 425359a5..1ad11cd0 100644 --- a/build/hv-collector-analysis/pom.xml +++ b/build/hv-collector-analysis/pom.xml @@ -4,6 +4,7 @@ ~ dcaegen2-collectors-veshv ~ ================================================================================ ~ Copyright (C) 2018-2021 NOKIA + ~ Copyright (C) 2022 Nordix Foundation ~ ================================================================================ ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. @@ -33,8 +34,8 @@ <parent> <groupId>org.onap.dcaegen2.collectors.hv-ves</groupId> <artifactId>hv-collector-build</artifactId> - <version>1.9.1-SNAPSHOT</version> - <relativePath>..</relativePath> + <version>${revision}</version> + <relativePath>../pom.xml</relativePath> </parent> <artifactId>hv-collector-analysis</artifactId> diff --git a/build/hv-collector-coverage/pom.xml b/build/hv-collector-coverage/pom.xml index b9c12859..e4ba513d 100644 --- a/build/hv-collector-coverage/pom.xml +++ b/build/hv-collector-coverage/pom.xml @@ -4,6 +4,7 @@ ~ dcaegen2-collectors-veshv ~ ================================================================================ ~ Copyright (C) 2018-2021 NOKIA + ~ Copyright (C) 2022 Nordix Foundation ~ ================================================================================ ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. @@ -33,8 +34,8 @@ <parent> <groupId>org.onap.dcaegen2.collectors.hv-ves</groupId> <artifactId>hv-collector-build</artifactId> - <version>1.9.1-SNAPSHOT</version> - <relativePath>..</relativePath> + <version>${revision}</version> + <relativePath>../pom.xml</relativePath> </parent> <artifactId>hv-collector-coverage</artifactId> @@ -180,4 +181,4 @@ </dependency> </dependencies> -</project>
\ No newline at end of file +</project> diff --git a/build/pom.xml b/build/pom.xml index 252a8e61..469b175f 100644 --- a/build/pom.xml +++ b/build/pom.xml @@ -4,6 +4,7 @@ ~ dcaegen2-collectors-veshv ~ ================================================================================ ~ Copyright (C) 2018-2021 NOKIA + ~ Copyright (C) 2022 Nordix Foundation ~ ================================================================================ ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. @@ -32,8 +33,8 @@ <parent> <groupId>org.onap.dcaegen2.collectors.hv-ves</groupId> <artifactId>ves-hv-collector</artifactId> - <version>1.9.1-SNAPSHOT</version> - <relativePath>..</relativePath> + <version>${revision}</version> + <relativePath>../pom.xml</relativePath> </parent> <artifactId>hv-collector-build</artifactId> |