[RENUMBER] Roll to next snapshot
[sdnc/core.git] / sliPluginUtils / 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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3
4         <groupId>org.openecomp.sdnc.core</groupId>
5         <artifactId>sliPluginUtils</artifactId>
6         <version>1.1.1-SNAPSHOT</version>
7         <packaging>pom</packaging>
8         <modelVersion>4.0.0</modelVersion>
9
10
11         <parent>
12                 <groupId>org.openecomp.sdnc.core</groupId>
13                 <artifactId>sdnc-core</artifactId>
14                 <version>1.1.1-SNAPSHOT</version>
15         </parent>
16         <name>Service Logic Interface Plugin Utilities</name>
17         <description>A package of static utility functions to be used when developing SLI plugins</description>
18
19         <dependencyManagement>
20                 <dependencies>
21                         <dependency>
22                                 <groupId>org.openecomp.sdnc.core</groupId>
23                                 <artifactId>SliPluginUtils-features</artifactId>
24                                 <classifier>features</classifier>
25                                 <type>xml</type>
26                                 <version>${project.version}</version>
27                         </dependency>
28                         <dependency>
29                                 <groupId>org.openecomp.sdnc.core</groupId>
30                                 <artifactId>SliPluginUtils-provider</artifactId>
31                                 <version>${project.version}</version>
32                                 </dependency>
33                 </dependencies>
34         </dependencyManagement>
35
36         <modules>
37                 <module>provider</module>
38                 <module>features</module>
39                 <module>installer</module>
40         </modules>
41 </project>