Release tca-gen2 1.3.0
[dcaegen2/analytics/tca-gen2.git] / pom.xml
1 <?xml version="1.0"?>
2 <!--
3   ~ ================================================================================
4   ~ Copyright (c) 2018 AT&T Intellectual Property. All rights reserved.
5   ~ Copyright (c) 2021 Samsung Electronics. All rights reserved.
6   ~ ================================================================================
7   ~ Licensed under the Apache License, Version 2.0 (the "License");
8   ~ you may not use this file except in compliance with the License.
9   ~ You may obtain a copy of the License at
10   ~
11   ~      http://www.apache.org/licenses/LICENSE-2.0
12   ~
13   ~ Unless required by applicable law or agreed to in writing, software
14   ~ distributed under the License is distributed on an "AS IS" BASIS,
15   ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16   ~ See the License for the specific language governing permissions and
17   ~ limitations under the License.
18   ~ ============LICENSE_END=========================================================
19   ~
20   -->
21 <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
22     <modelVersion>4.0.0</modelVersion>
23
24     <parent>
25         <groupId>org.onap.oparent</groupId>
26         <artifactId>oparent</artifactId>
27         <version>2.0.0</version>
28     </parent>
29
30     <groupId>org.onap.dcaegen2.analytics.tca-gen2</groupId>
31     <artifactId>tca-gen2-parent</artifactId>
32     <version>1.3.0-SNAPSHOT</version>
33
34     <name>dcaegen2-analytics-tca-gen2</name>
35     <packaging>pom</packaging>
36
37     <modules>
38         <module>eelf-logger</module>
39         <module>dcae-analytics</module>
40     </modules>
41
42     <build>
43         <plugins>
44             <plugin>
45                 <artifactId>maven-enforcer-plugin</artifactId>
46                 <executions>
47                     <execution>
48                         <id>enforce-no-snapshots</id>
49                         <phase>none</phase>
50                     </execution>
51                 </executions>
52             </plugin>
53                 <plugin>
54                     <groupId>com.spotify</groupId>
55                     <artifactId>docker-maven-plugin</artifactId>
56                     <version>1.0.0</version>
57                     <configuration>
58                         <skipDocker>true</skipDocker>
59                     </configuration>
60                 </plugin>
61         </plugins>
62     </build>
63
64 </project>