Bump minor version
[appc.git] / appc-outbound / appc-network-inventory-client / 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         <parent>
5                 <groupId>org.openecomp.appc</groupId>
6                 <artifactId>appc-outbound</artifactId>
7                 <version>1.3.0-SNAPSHOT</version>
8         </parent>
9
10         <modelVersion>4.0.0</modelVersion>
11         <packaging>pom</packaging>
12         <artifactId>appc-network-inventory-client</artifactId>
13         <name>APPC Network Inventory Client</name>
14
15
16         <properties>
17                 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
18                 <logback.version>1.1.1</logback.version>
19                 <common.collections.version>3.2.1</common.collections.version>
20                 <common.io.version>2.5</common.io.version>
21                 <jettison.version>1.3.7</jettison.version>
22                 <velocity.version>1.7</velocity.version>
23                 <jackson.version>2.3.2</jackson.version>
24                 <snakeyaml.version>1.12</snakeyaml.version>
25         </properties>
26
27
28         <dependencyManagement>
29
30                 <dependencies>
31                         <dependency>
32                                 <groupId>org.openecomp.appc</groupId>
33                                 <artifactId>appc-network-inventory-client-features</artifactId>
34                                 <classifier>features</classifier>
35                                 <type>xml</type>
36                                 <version>${project.version}</version>
37                         </dependency>
38
39                         <dependency>
40                                 <groupId>org.openecomp.appc</groupId>
41                                 <artifactId>appc-network-inventory-client-provider</artifactId>
42                                 <version>${project.version}</version>
43                         </dependency>
44                 </dependencies>
45         </dependencyManagement>
46         <modules>
47                 <module>provider</module>
48                 <module>features</module>
49                 <module>installer</module>
50         </modules>
51 </project>