[DCAEGEN2] Release dcaegen2-analytics-tca-gen2 container
[dcaegen2/analytics/tca-gen2.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index a33525c..56aaa05 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,7 +1,13 @@
 <?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.
+  ~ Copyright (c) 2022 Huawei. All rights reserved.
+  ~ Copyright (C) 2023 Deutsche Telekom AG. All rights reserved.
   ~ ================================================================================
   ~ Licensed under the Apache License, Version 2.0 (the "License");
   ~ you may not use this file except in compliance with the License.
     <parent>
         <groupId>org.onap.oparent</groupId>
         <artifactId>oparent</artifactId>
-        <version>1.2.0</version>
+        <version>2.0.0</version>
     </parent>
 
     <groupId>org.onap.dcaegen2.analytics.tca-gen2</groupId>
     <artifactId>tca-gen2-parent</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>${revision}</version>
 
-    <name>TCA Standalone Parent</name>
+    <properties>
+        <revision>1.4.0-SNAPSHOT</revision>
+    </properties>
+
+    <name>dcaegen2-analytics-tca-gen2</name>
     <packaging>pom</packaging>
 
     <modules>
                     </execution>
                 </executions>
             </plugin>
+                <plugin>
+                    <groupId>com.spotify</groupId>
+                    <artifactId>docker-maven-plugin</artifactId>
+                    <version>1.0.0</version>
+                    <configuration>
+                        <skipDocker>true</skipDocker>
+                    </configuration>
+                </plugin>
         </plugins>
     </build>