updating poms for branch'release/5.18.0' with non-snapshot versions
[cdmlib.git] / cdmlib-test / pom.xml
index 9d500059a3914a397f5e11e8338178dd14ff3d47..d59e6a4e0fd8a9afe1f0b566f46ac594e68dd81b 100644 (file)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>eu.etaxonomy</groupId>
     <artifactId>cdmlib-parent</artifactId>
-    <version>5.18.0-SNAPSHOT</version>
+    <version>5.18.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
@@ -35,7 +35,6 @@
 <!--       </plugin> -->
       <plugin>
         <artifactId>maven-antrun-plugin</artifactId>
-        <version>3.0.0</version>
             <executions>
               <execution>
                   <!-- Generate DDL for test -->
                   <configuration>
                       <target>
                          <!-- copy template file -->
-                         <copy 
-                             file="src/main/resources/dbscripts/001-cdm.h2.sql-template" 
-                             tofile="src/main/resources/dbscripts/001-cdm.h2.sql">
+                         <copy file="src/main/resources/dbscripts/001-cdm.h2.sql-template" tofile="src/main/resources/dbscripts/001-cdm.h2.sql">
                           </copy>
                           <!-- run DdlCreator -->
-                          <java classname="eu.etaxonomy.cdm.test.unitils.DdlCreator"
-                              fork="false" failonerror="true">
-<!--                               reference to the passed-in classpath reference -->
-                              <classpath refid="maven.compile.classpath" />
-                          </java>
+                          <java classname="eu.etaxonomy.cdm.test.unitils.DdlCreator" fork="false" failonerror="true" classpathref="maven.compile.classpath" />
                       </target>
                   </configuration>
               </execution>
 <!--       <scope>compile</scope> -->
 <!--     </dependency> -->
 
-  
        <!-- Profiling -->
        <dependency>
                <groupId>com.yourkit</groupId>