Release odlparent
[odlparent.git] / copy-files-plugin / pom.xml
index 0d89fa55492879700cea0c520871f5cd39be53a1..d92884fc9012f8f781513b6a3997ead1244284e2 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <artifactId>odlparent-lite</artifactId>
         <groupId>org.opendaylight.odlparent</groupId>
-        <version>10.0.0-SNAPSHOT</version>
+        <version>13.0.9</version>
         <relativePath>../odlparent-lite</relativePath>
     </parent>
 
     <name>ODL :: odlparent :: ${project.artifactId}</name>
 
     <prerequisites>
-        <maven>3.3.9</maven>
+        <maven>3.8.3</maven>
     </prerequisites>
 
     <dependencies>
         <dependency>
             <groupId>org.apache.maven</groupId>
             <artifactId>maven-plugin-api</artifactId>
-            <version>3.3.9</version>
+            <version>3.8.3</version>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.maven.plugin-tools</groupId>
             <artifactId>maven-plugin-annotations</artifactId>
-            <version>3.3</version>
+            <version>3.8.2</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>
@@ -42,9 +43,8 @@
     <build>
         <plugins>
             <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-plugin-plugin</artifactId>
-                <version>3.6.1</version>
+                <version>3.8.2</version>
                 <executions>
                     <execution>
                         <id>mojo-descriptor</id>