Roll version to recreate artifacts
[ccsdk/sli/plugins.git] / grToolkit / features / 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/xsd/maven-4.0.0.xsd">
3     <modelVersion>4.0.0</modelVersion>
4     <parent>
5         <groupId>org.onap.ccsdk.parent</groupId>
6         <artifactId>odlparent-lite</artifactId>
7         <version>1.3.2</version>
8         <relativePath/>
9     </parent>
10
11     <name>ccsdk-sli-plugins :: gr-toolkit :: ${project.artifactId}</name>
12     <artifactId>gr-toolkit-features</artifactId>
13     <groupId>org.onap.ccsdk.sli.plugins</groupId>
14     <version>0.5.1-SNAPSHOT</version>
15     <packaging>pom</packaging>
16
17     <modules>
18         <module>ccsdk-gr-toolkit</module>
19         <module>features-gr-toolkit</module>
20     </modules>
21 </project>