odlparent/pom.xml: Parameter tasks is deprecated
[odlparent.git] / odlparent / pom.xml
index 634bfc660ec4eb94e1b6f46f55231882e15e919d..2222f84346fbc83e60e3e0d0ee5be0ccfd4b4ea7 100644 (file)
       <dependency>
          <groupId>org.skyscreamer</groupId>
          <artifactId>jsonassert</artifactId>
-         <version>1.2.3</version>
+         <version>1.3.0</version>
          <scope>test</scope>
       </dependency>
       <dependency>
       <dependency>
         <groupId>com.webcohesion.enunciate</groupId>
         <artifactId>enunciate-core-annotations</artifactId>
-        <version>2.1.1</version>
+        <version>2.6.0</version>
       </dependency>
       <dependency>
         <groupId>org.codehaus.jettison</groupId>
                   <version>1.8.0</version>
                 </requireJavaVersion>
                 <requireMavenVersion>
-                  <version>[3.2.5,)</version>
+                  <version>[3.3.9,)</version>
                 </requireMavenVersion>
               </rules>
             </configuration>
               <goal>run</goal>
             </goals>
             <configuration>
-              <tasks>
+              <target>
                 <echo>Moving autowire.xml to org/opendaylight/blueprint</echo>
                 <move file="${basedir}/target/generated-resources/OSGI-INF/blueprint/autowire.xml"
                       todir="${basedir}/target/generated-resources/org/opendaylight/blueprint"
                       failonerror="false" quiet="true" />
-              </tasks>
+              </target>
             </configuration>
           </execution>
           <execution>
               <goal>run</goal>
             </goals>
             <configuration>
-              <tasks>
+              <target>
                 <echo>Moving autowire.xml to org/opendaylight/blueprint</echo>
                 <move file="${basedir}/target/generated-resources/OSGI-INF/blueprint/autowire.xml"
                       todir="${basedir}/target/generated-resources/org/opendaylight/blueprint"
                       failonerror="false" quiet="true" />
-              </tasks>
+              </target>
             </configuration>
           </execution>
         </executions>