Revert "update sdc version"
[sdc.git] / openecomp-be / tools / compile-helper-plugin / 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     <modelVersion>4.0.0</modelVersion>
6
7     <groupId>org.openecomp.sdc.onboarding</groupId>
8     <artifactId>compile-helper-plugin</artifactId>
9     <packaging>maven-plugin</packaging>
10
11     <parent>
12         <artifactId>sdc-onboarding</artifactId>
13         <groupId>org.openecomp.sdc</groupId>
14         <version>1.2.0-SNAPSHOT</version>
15         <relativePath>../../../onboarding</relativePath>
16     </parent>
17
18     <dependencies>
19         <dependency>
20             <groupId>org.apache.maven</groupId>
21             <artifactId>maven-core</artifactId>
22             <version>${maven-core.version}</version>
23         </dependency>
24         <dependency>
25             <groupId>org.apache.maven.plugin-tools</groupId>
26             <artifactId>maven-plugin-annotations</artifactId>
27             <version>${maven-plugin-annotations.version}</version>
28         </dependency>
29     </dependencies>
30
31     <build>
32         <plugins>
33             <plugin>
34                 <groupId>org.apache.maven.plugins</groupId>
35                 <artifactId>maven-plugin-plugin</artifactId>
36                 <version>${maven-plugin-plugin.version}</version>
37             </plugin>
38         </plugins>
39     </build>
40
41 </project>