sheetalm | 297209b | 2018-02-20 19:06:27 +0530 | [diff] [blame] | 1 | <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 2 | xmlns="http://maven.apache.org/POM/4.0.0" |
| 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>services</name> |
sheetalm | 894285b | 2018-04-12 13:20:36 +0530 | [diff] [blame] | 7 | <groupId>org.onap.sdc.services</groupId> |
sheetalm | 297209b | 2018-02-20 19:06:27 +0530 | [diff] [blame] | 8 | <artifactId>services</artifactId> |
| 9 | <version>1.2.0-SNAPSHOT</version> |
| 10 | <packaging>pom</packaging> |
| 11 | |
| 12 | <modules> |
| 13 | <module>activity-spec</module> |
| 14 | </modules> |
| 15 | </project> |
| 16 | |