diff options
Diffstat (limited to 'services/pom.xml')
-rw-r--r-- | services/pom.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/services/pom.xml b/services/pom.xml new file mode 100644 index 0000000000..ff6596adc3 --- /dev/null +++ b/services/pom.xml @@ -0,0 +1,16 @@ +<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xmlns="http://maven.apache.org/POM/4.0.0" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> + + <name>services</name> + <groupId>org.openecomp.services</groupId> + <artifactId>services</artifactId> + <version>1.2.0-SNAPSHOT</version> + <packaging>pom</packaging> + + <modules> + <module>activity-spec</module> + </modules> +</project> + |