bump maven-resources-plugin from 3.0.1 to 3.1.0
[odlparent.git] / license / pom.xml
1 <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/maven-v4_0_0.xsd">
2   <modelVersion>4.0.0</modelVersion>
3
4   <parent>
5     <groupId>org.opendaylight.odlparent</groupId>
6     <artifactId>odlparent-lite</artifactId>
7     <version>4.0.2-SNAPSHOT</version>
8     <relativePath>../odlparent-lite</relativePath>
9   </parent>
10
11   <artifactId>odl-license</artifactId>
12   <name>ODL :: odlparent :: ${project.artifactId}</name>
13
14   <build>
15     <pluginManagement>
16       <plugins>
17         <plugin>
18           <artifactId>maven-jar-plugin</artifactId>
19           <version>3.1.0</version>
20         </plugin>
21         <plugin>
22           <artifactId>maven-resources-plugin</artifactId>
23           <version>3.1.0</version>
24         </plugin>
25       </plugins>
26     </pluginManagement>
27   </build>
28 </project>
29