Changing to Amsterdam release version
[appc.git] / appc-inbound / appc-artifact-handler / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
3         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">\r
4 \r
5         <parent>\r
6                 <groupId>org.openecomp.appc</groupId>\r
7                 <artifactId>appc-inbound</artifactId>\r
8                 <version>1.2.0-SNAPSHOT</version>\r
9         </parent>\r
10         <modelVersion>4.0.0</modelVersion>\r
11         <packaging>pom</packaging>\r
12         <artifactId>appc-artifact-handler</artifactId>\r
13 \r
14         <dependencyManagement>\r
15                 <dependencies>\r
16                         <dependency>\r
17                                 <groupId>org.openecomp.appc</groupId>\r
18                                 <artifactId>appc-artifact-handler-features</artifactId>\r
19                                 <classifier>features</classifier>\r
20                                 <type>xml</type>\r
21                                 <version>${project.version}</version>\r
22                         </dependency>\r
23                         <dependency>\r
24                                 <groupId>org.openecomp.appc</groupId>\r
25                                 <artifactId>appc-artifact-handler-model</artifactId>\r
26                                 <version>${project.version}</version>\r
27                         </dependency>\r
28                         <dependency>\r
29                                 <groupId>org.openecomp.appc</groupId>\r
30                                 <artifactId>appc-artifact-handler-provider</artifactId>\r
31                                 <version>${project.version}</version>\r
32                                 <classifier>config</classifier>\r
33                                 <type>xml</type>\r
34                         </dependency>\r
35                         <dependency>\r
36                                 <groupId>org.openecomp.appc</groupId>\r
37                                 <artifactId>appc-artifact-handler-provider</artifactId>\r
38                                 <version>${project.version}</version>\r
39                         </dependency>\r
40                 </dependencies>\r
41         </dependencyManagement>\r
42 \r
43         <modules>\r
44                 <module>model</module>\r
45                 <module>provider</module>\r
46                 <module>features</module>\r
47                 <module>installer</module>\r
48         </modules>\r
49 </project>\r