Merge "Upgrade commons-net 3.3 -> 3.4"
[odlparent.git] / odlparent-artifacts / 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     <parent>
8         <groupId>org.opendaylight.odlparent</groupId>
9         <artifactId>odlparent-lite</artifactId>
10         <version>1.7.0-SNAPSHOT</version>
11         <relativePath>../odlparent-lite/pom.xml</relativePath>
12     </parent>
13
14     <groupId>org.opendaylight.odlparent</groupId>
15     <artifactId>odlparent-artifacts</artifactId>
16     <name>ODL :: odlparent :: ${project.artifactId}</name>
17
18     <dependencyManagement>
19         <dependencies>
20             <dependency>
21                 <groupId>org.opendaylight.odlparent</groupId>
22                 <artifactId>features-odlparent</artifactId>
23                 <version>1.7.0-SNAPSHOT</version>
24                 <classifier>features</classifier>
25                 <type>xml</type>
26             </dependency>
27         </dependencies>
28     </dependencyManagement>
29
30     <build>
31         <pluginManagement>
32             <plugins>
33                 <plugin>
34                     <artifactId>maven-compiler-plugin</artifactId>
35                     <version>3.3</version>
36                 </plugin>
37                 <plugin>
38                     <artifactId>maven-jar-plugin</artifactId>
39                     <version>2.6</version>
40                 </plugin>
41                 <plugin>
42                     <artifactId>maven-resources-plugin</artifactId>
43                     <version>2.7</version>
44                 </plugin>
45                 <plugin>
46                     <artifactId>maven-surefire-plugin</artifactId>
47                     <version>2.18.1</version>
48                 </plugin>
49             </plugins>
50         </pluginManagement>
51     </build>
52 </project>