blob: e238351bd8a8616c199b80ed4211284726b81839 [file] [log] [blame]
dfilppiad4ad212018-02-22 06:27:06 +00001<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 <modelVersion>4.0.0</modelVersion>
4 <parent>
5 <groupId>org.onap.so</groupId>
6 <artifactId>so</artifactId>
7 <version>1.2.0-SNAPSHOT</version>
dfilppi349585b2018-03-09 20:34:30 +00008 <relativePath>../pom.xml</relativePath>
dfilppiad4ad212018-02-22 06:27:06 +00009 </parent>
10
dfilppiad4ad212018-02-22 06:27:06 +000011 <artifactId>aria</artifactId>
dfilppi349585b2018-03-09 20:34:30 +000012 <version>1.2.0-SNAPSHOT</version>
13
dfilppiad4ad212018-02-22 06:27:06 +000014 <name>ARIA related artifacts</name>
15 <description>ARIA related artifacts</description>
16 <packaging>pom</packaging>
17
18 <modules>
19 <module>aria-rest-java-client</module>
dfilppi82abd582018-03-13 12:05:27 +000020 <!-- <module>aria-rest-server</module> -->
dfilppi01cae7a2018-03-17 05:02:42 +000021 <module>multivim-plugin</module>
dfilppiad4ad212018-02-22 06:27:06 +000022 </modules>
23</project>