summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 60f6655..083127b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,8 +1,11 @@
<?xml version="1.0"?>
<!--
+ ~ ============LICENSE_START=======================================================
+ ~ TCAgen2
~ ================================================================================
~ Copyright (c) 2018 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.
@@ -29,7 +32,11 @@
<groupId>org.onap.dcaegen2.analytics.tca-gen2</groupId>
<artifactId>tca-gen2-parent</artifactId>
- <version>1.3.1-SNAPSHOT</version>
+ <version>${revision}</version>
+
+ <properties>
+ <revision>1.3.2-SNAPSHOT</revision>
+ </properties>
<name>dcaegen2-analytics-tca-gen2</name>
<packaging>pom</packaging>