vempo | 09d4f06 | 2017-08-29 18:15:04 +0300 | [diff] [blame] | 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> |
Michael Lando | 0ad3c80 | 2017-09-19 16:32:59 +0300 | [diff] [blame] | 15 | <version>1.2.0-SNAPSHOT</version> |
vempo | 09d4f06 | 2017-08-29 18:15:04 +0300 | [diff] [blame] | 16 | </parent> |
| 17 | |
vempo | 09d4f06 | 2017-08-29 18:15:04 +0300 | [diff] [blame] | 18 | </project> |