Bump patch version
[appc.git] / appc-config / appc-config-adaptor / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4
5     <parent>
6         <groupId>org.openecomp.appc</groupId>
7         <artifactId>appc-config</artifactId>
8         <version>1.2.1-SNAPSHOT</version>
9     </parent>
10
11     <modelVersion>4.0.0</modelVersion>
12     <artifactId>appc-config-adaptor</artifactId>
13     <packaging>pom</packaging>
14
15     <name>Config Component Adaptor</name>
16     <description>This adaptor implements Configure DG node that calls the Configuration Component</description>
17
18     <dependencyManagement>
19         <dependencies>
20             <dependency>
21                 <groupId>org.openecomp.appc</groupId>
22                 <artifactId>appc-config-adaptor-features</artifactId>
23                 <classifier>features</classifier>
24                 <type>xml</type>
25                 <version>${project.version}</version>
26             </dependency>
27             <dependency>
28                 <groupId>org.openecomp.appc</groupId>
29                 <artifactId>appc-config-adaptor-provider</artifactId>
30                 <version>${project.version}</version>
31             </dependency>
32         </dependencies>
33     </dependencyManagement>
34
35     <modules>
36         <module>provider</module>
37         <module>features</module>
38         <module>installer</module>
39     </modules>
40
41 </project>