Updated version in pom / project files to taxeditor version : 4.2.0-SNAPSHOT and...
[taxeditor.git] / eu.etaxonomy.taxeditor.test / pom.xml
index bd42c10cb61f76af2809f11e6624cd075814ae99..f67047a0caca857d4ab47a25a3fc9329b5656f98 100644 (file)
               this must exactly match the version as set in 
               cdmlib-parent pom.xml
             -->
-            <version>0.9.5.2</version>
+            <version>${c3p0.version}</version>
           </dependency>
           <!-- DATABASE DRIVER -->
           <dependency>
             <groupId>com.h2database</groupId>
             <artifactId>h2</artifactId>
-            <version>1.4.190</version>
+            <version>${h2.version}</version>
           </dependency>
           <dependency>
             <groupId>mysql</groupId>
             <artifactId>mysql-connector-java</artifactId>
-            <version>5.1.38</version>
+            <version>${mysql.version}</version>
           </dependency>
           <dependency>
               <groupId>commons-dbcp</groupId>