change version of the master branch
[sdc.git] / openecomp-be / lib / openecomp-core-lib / openecomp-zusammen-lib / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0"
2          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4     <modelVersion>4.0.0</modelVersion>
5
6     <name>openecomp-zusammen-lib</name>
7     <artifactId>openecomp-zusammen-lib</artifactId>
8     <groupId>org.openecomp.sdc.core</groupId>
9     <packaging>pom</packaging>
10     <parent>
11         <groupId>org.openecomp.sdc.core</groupId>
12         <artifactId>openecomp-core-lib</artifactId>
13         <version>1.2.0-SNAPSHOT</version>
14
15     </parent>
16
17     <modules>
18         <module>openecomp-zusammen-api</module>
19         <module>openecomp-zusammen-core</module>
20         <module>openecomp-zusammen-plugin</module>
21     </modules>
22
23
24 </project>