Use 1.5.1-SNAPSHOT version of parent pom
[ccsdk/features.git] / sdnr / northbound / oofpcipoc / model / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3   <modelVersion>4.0.0</modelVersion>
4
5   <parent>
6     <groupId>org.onap.ccsdk.parent</groupId>
7     <artifactId>binding-parent</artifactId>
8     <version>1.5.1-SNAPSHOT</version>
9     <relativePath/>
10   </parent>
11
12   <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
13   <artifactId>oofpcipoc-model</artifactId>
14   <version>0.7.0-SNAPSHOT</version>
15   <packaging>bundle</packaging>
16
17   <dependencies>
18     <dependency>
19             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
20             <artifactId>rfc6991</artifactId>
21         </dependency>
22
23     
24   </dependencies>
25   <build>
26     <pluginManagement>
27       <plugins>
28         <plugin>
29           <groupId>org.eclipse.m2e</groupId>
30           <artifactId>lifecycle-mapping</artifactId>
31           <version>1.0.0</version>
32           <configuration>
33             <lifecycleMappingMetadata>
34               <pluginExecutions>
35                 <pluginExecution>
36                   <pluginExecutionFilter>
37                     <groupId>org.codehaus.mojo</groupId>
38                     <artifactId>properties-maven-plugin</artifactId>
39                     <versionRange>[1.0.0,)</versionRange>
40                     <goals>
41                       <goal>set-system-properties</goal>
42                     </goals>
43                   </pluginExecutionFilter>
44                   <action>
45                     <execute/>
46                   </action>
47                 </pluginExecution>
48               </pluginExecutions>
49             </lifecycleMappingMetadata>
50           </configuration>
51         </plugin>
52       </plugins>
53     </pluginManagement>
54   </build>
55 </project>