blob: 24a6742b71da5a7aa602aa20c69f03d31a91df77 [file] [log] [blame]
vempo09d4f062017-08-29 18:15:04 +03001<?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.1.0-SNAPSHOT</version>
16 </parent>
17
vempo09d4f062017-08-29 18:15:04 +030018</project>