restoring r16675 (reintegrating ^/branches/cdmlib/campanula with pom.xml modification...
[cdmlib.git] / cdmlib-persistence / pom.xml
index 129d1c37ca69b2e5de5b42f4f75d955737402be3..f3b005823c4c3112a36ec8c456963b34448ffddf 100644 (file)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>eu.etaxonomy</groupId>
     <artifactId>cdmlib-parent</artifactId>
-    <version>3.0.9-SNAPSHOT</version>
+               <version>3.1.3-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
@@ -40,7 +40,7 @@
           <dependency>
             <groupId>hsqldb</groupId>
             <artifactId>hsqldb</artifactId>
-            <version>1.8.0.4</version>
+            <version>${hsqldb.version}</version>
           </dependency>
           <dependency>
             <groupId>org.hibernate</groupId>
@@ -72,7 +72,7 @@
           <dependency>
             <groupId>hsqldb</groupId>
             <artifactId>hsqldb</artifactId>
-            <version>1.8.0.4</version>
+            <version>${hsqldb.version}</version>
           </dependency>
           <dependency>
           <groupId>mysql</groupId>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>
+        <version>2.3.2</version>
         <executions>
           <execution>
             <goals>
     <dependency>
         <groupId>org.unitils</groupId>
         <artifactId>unitils-core</artifactId>
-        <scope>test</scope>
+        <!-- <scope>test</scope> unscoped since we need this dependency at compile time for H2DbSupport.java -->
     </dependency>
     <dependency>
       <groupId>org.unitils</groupId>