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