Modify config-api exceptions, bump config and netconf to 0.2.5-SNAPSHOT.
[controller.git] / opendaylight / config / yang-test-plugin / 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     <parent>
4         <groupId>org.opendaylight.controller</groupId>
5         <artifactId>config-plugin-parent</artifactId>
6         <version>0.2.5-SNAPSHOT</version>
7         <relativePath>../config-plugin-parent</relativePath>
8     </parent>
9     <modelVersion>4.0.0</modelVersion>
10     <packaging>maven-plugin</packaging>
11     <artifactId>yang-test-plugin</artifactId>
12
13     <description>Remove generated source files, after new files generation, implementation is inserted.</description>
14     <name>${project.artifactId}</name>
15     <prerequisites>
16         <maven>3.0.4</maven>
17     </prerequisites>
18
19     <dependencies>
20         <dependency>
21             <groupId>org.apache.maven</groupId>
22             <artifactId>maven-plugin-api</artifactId>
23             <version>3.0.5</version>
24         </dependency>
25     </dependencies>
26 </project>