diff options
Diffstat (limited to 'eelf-logger/pom.xml')
-rw-r--r-- | eelf-logger/pom.xml | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/eelf-logger/pom.xml b/eelf-logger/pom.xml index 11ed323..a6c7f64 100644 --- a/eelf-logger/pom.xml +++ b/eelf-logger/pom.xml @@ -1,8 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- + ~ ============LICENSE_START======================================================= + ~ TCAgen2 ~ ================================================================================ ~ Copyright (c) 2018-2020 AT&T Intellectual Property. All rights reserved. ~ Copyright (c) 2021 Samsung Electronics. All rights reserved. + ~ Copyright (c) 2022 Wipro Limited. ~ ================================================================================ ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. @@ -24,11 +27,11 @@ <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>org.onap.dcaegen2.analytics.tca-gen2</groupId> - <artifactId>tca-gen2-parent</artifactId> - <version>1.3.1-SNAPSHOT</version> - </parent> + <parent> + <groupId>org.onap.dcaegen2.analytics.tca-gen2</groupId> + <artifactId>tca-gen2-parent</artifactId> + <version>${revision}</version> + </parent> <artifactId>eelf-logger</artifactId> <name>EELF Logger Parent</name> |