summaryrefslogtreecommitdiffstats
path: root/dcae-analytics/dcae-analytics-tca-web/pom.xml
diff options
context:
space:
mode:
authormalar <malarvizhi.44@wipro.com>2022-07-28 09:52:22 +0000
committermalar <malarvizhi.44@wipro.com>2022-08-05 06:53:10 +0000
commitc56c4a5e36d97cb22c97d9acc29d057760b0ec0f (patch)
treeeb9bd65d207ccf7763c06f9c26d14ee816f79f69 /dcae-analytics/dcae-analytics-tca-web/pom.xml
parentebaab76841e7c7cfee0143e6c40c6e1ae3204309 (diff)
Support 7.2.1 VES in TCAGEN2
- Includes modifications for processing Tca Policy as a List to support both v5 and v7 policies Issue-ID: DCAEGEN2-2976 Signed-off-by: Malarvizhi Paramasivam <malarvizhi.44@wipro.com> Change-Id: I29f56048d825710d268e4588f4b5779d5fdb6020
Diffstat (limited to 'dcae-analytics/dcae-analytics-tca-web/pom.xml')
-rw-r--r--dcae-analytics/dcae-analytics-tca-web/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/dcae-analytics/dcae-analytics-tca-web/pom.xml b/dcae-analytics/dcae-analytics-tca-web/pom.xml
index fc7ccaa..4ee9e50 100644
--- a/dcae-analytics/dcae-analytics-tca-web/pom.xml
+++ b/dcae-analytics/dcae-analytics-tca-web/pom.xml
@@ -47,6 +47,7 @@
<main.basedir>${project.parent.basedir}</main.basedir>
<undertow-core.version>2.2.14.Final</undertow-core.version>
<docker.image.name>onap/${project.groupId}.${project.artifactId}</docker.image.name>
+ <onap-gerrit-review>-changelog-missing</onap-gerrit-review>
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss</maven.build.timestamp.format>
</properties>
@@ -179,8 +180,8 @@
<id>tag-version</id>
<phase>install</phase>
<goals>
- <goal>tag</goal>
- <goal>push</goal>
+ <goal>tag</goal>
+ <goal>push</goal>
</goals>
<configuration>
<tag>${project.version}</tag>