fix pdf file
[sdc.git] / build-tools / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5
6     <!-- This dependency must be referenced from a plugin configuration only -->
7
8     <modelVersion>4.0.0</modelVersion>
9
10     <artifactId>build-tools</artifactId>
11
12     <parent>
13         <groupId>org.openecomp.sdc</groupId>
14         <artifactId>sdc-main</artifactId>
15         <version>1.2.0-SNAPSHOT</version>
16     </parent>
17
18 </project>