composition of condensed distribution fully implemented - #3907
[cdmlib.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index fcb25b3a116e5778cb2120307577ac6afb1f2441..7218bebda433684bbd13b5739ae6cced631e8de4 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -1,9 +1,9 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?> 
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>eu.etaxonomy</groupId>
   <artifactId>cdmlib-parent</artifactId>
-  <version>3.5.2-SNAPSHOT</version>
+  <version>3.6.3-SNAPSHOT</version>
   <name>CDM Library</name>
   <description>The Java implementation of the Common Data Model (CDM), the data model for EDIT's internet platform for cybertaxonomy.</description>
   <url>http://cybertaxonomy.eu/cdmlib/</url>
         <version>${hibernate.version}</version>
         <exclusions>
           <!-- version 0.9.1.x has a bug in NewProxyPreparedStatement therefore 
-            we use com.mchange/c3po 0.9.5 instead -->
+            we use com.mchange/c3po 0.9.2 instead -->
           <exclusion>
             <groupId>c3p0</groupId>
             <artifactId>c3p0</artifactId>
       <dependency>
         <groupId>com.mchange</groupId>
         <artifactId>c3p0</artifactId>
-        <version>0.9.5</version>
+        <version>0.9.2</version>
       </dependency>