Remove maven.antrun.plugin.version 34/51434/1
authorRobert Varga <rovarga@cisco.com>
Sun, 5 Feb 2017 15:17:59 +0000 (16:17 +0100)
committerRobert Varga <rovarga@cisco.com>
Sun, 5 Feb 2017 15:17:59 +0000 (16:17 +0100)
No autorelease projects are using this property, inline it.

Change-Id: Ib7fe05d1c17865707e426960466eafde6fce59d6
Signed-off-by: Robert Varga <rovarga@cisco.com>
odlparent/pom.xml

index 0902820b38afbbbe529a2724b4755c47e3b0fa96..d285dbb43e12bb92120568576e1c4028f3cf331c 100644 (file)
@@ -48,8 +48,6 @@
     <java.version.target>${maven.compiler.target}</java.version.target>
 
     <!-- Maven plugin versions, in the 'canonical' format -->
-    <!-- Used in controller -->
-    <maven.antrun.plugin.version>1.8</maven.antrun.plugin.version>
     <!-- Used in controller, didm, neutron, openflowplugin, persistence; see also affinity -->
     <maven.bundle.version>3.0.1</maven.bundle.version>
     <!-- Used in sxp -->
              We do not need to specify the groupId. -->
         <plugin>
           <artifactId>maven-antrun-plugin</artifactId>
-          <version>${maven.antrun.plugin.version}</version>
+          <version>1.8</version>
         </plugin>
         <plugin>
           <artifactId>maven-checkstyle-plugin</artifactId>