Changing to Amsterdam release version
[appc.git] / appc-lifecycle-management / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3     <parent>
4         <groupId>org.openecomp.appc</groupId>
5         <artifactId>appc</artifactId>
6         <version>1.2.0-SNAPSHOT</version>
7     </parent>
8
9     <modelVersion>4.0.0</modelVersion>
10     <artifactId>appc-lifecycle-management</artifactId>
11     <packaging>pom</packaging>
12     <name>APPC Lifecycle Management</name>
13     <description>APPC Lifecycle Management</description>
14
15     <dependencies>
16         <dependency>
17             <groupId>org.openecomp.appc</groupId>
18             <artifactId>appc-common</artifactId>
19             <version>${project.version}</version>
20         </dependency>
21         <dependency>
22             <groupId>junit</groupId>
23             <artifactId>junit</artifactId>
24             <scope>test</scope>
25         </dependency>
26     </dependencies>
27
28     <build>
29         <pluginManagement>
30             <plugins>
31                 <plugin>
32                     <groupId>org.apache.felix</groupId>
33                     <artifactId>maven-bundle-plugin</artifactId>
34                     <extensions>true</extensions>
35                 </plugin>
36             </plugins>
37         </pluginManagement>
38     </build>
39     <!-- ================================================================================== -->
40     <!-- The modules we build -->
41     <!-- ================================================================================== -->
42     <modules>
43         <module>appc-lifecycle-management-api</module>
44         <module>state-machine-lib</module>
45         <module>appc-lifecycle-management-core</module>
46         <module>appc-lifecycle-management-features</module>
47         <module>appc-lifecycle-management-installer</module>
48     </modules>
49
50 </project>