Bump maven-dependency-plugin to 3.7.0
[odlparent.git] / copy-files-plugin / pom.xml
index 29a40f381b84892468e36ab4114c9c5200ca0b6d..5e016a89afe41d01e0cd1de85ac914c62ca672c1 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <artifactId>odlparent-lite</artifactId>
         <groupId>org.opendaylight.odlparent</groupId>
-        <version>10.0.0-SNAPSHOT</version>
+        <version>14.0.0-SNAPSHOT</version>
         <relativePath>../odlparent-lite</relativePath>
     </parent>
 
     <name>ODL :: odlparent :: ${project.artifactId}</name>
 
     <prerequisites>
-        <maven>3.3.9</maven>
+        <maven>3.9.5</maven>
     </prerequisites>
 
     <dependencies>
         <dependency>
             <groupId>org.apache.maven</groupId>
             <artifactId>maven-plugin-api</artifactId>
-            <version>3.3.9</version>
         </dependency>
         <dependency>
             <groupId>org.apache.maven.plugin-tools</groupId>
             <artifactId>maven-plugin-annotations</artifactId>
-            <version>3.3</version>
-            <scope>provided</scope>
         </dependency>
     </dependencies>
 
     <build>
         <plugins>
             <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <configuration>
+                    <proc>none</proc>
+                </configuration>
+            </plugin>
+            <plugin>
                 <artifactId>maven-plugin-plugin</artifactId>
-                <version>3.6.2</version>
+                <configuration>
+                    <goalPrefix>copy</goalPrefix>
+                </configuration>
                 <executions>
                     <execution>
                         <id>mojo-descriptor</id>