diff --git a/oaipmh-core/pom.xml b/oaipmh-core/pom.xml
index 519b6bd48c3ec142707ad24b7c8ce718454c8fc1..f4eaa1d0260b33f699320348c2f758530d2baa22 100644
--- a/oaipmh-core/pom.xml
+++ b/oaipmh-core/pom.xml
@@ -5,7 +5,7 @@
 	<parent>
 		<artifactId>oaipmh</artifactId>
 		<groupId>info.textgrid.middleware</groupId>
-		<version>3.1.7</version>
+		<version>3.1.8</version>
 	</parent>
 	<groupId>info.textgrid.middleware</groupId>
 	<artifactId>oaipmh-core</artifactId>
diff --git a/oaipmh-webapp/pom.xml b/oaipmh-webapp/pom.xml
index 1b52bef5c4911c73658d53170537ce528efef205..43039b03407c84716287bb20a0b043ba325bdaec 100644
--- a/oaipmh-webapp/pom.xml
+++ b/oaipmh-webapp/pom.xml
@@ -5,7 +5,7 @@
 	<parent>
 		<artifactId>oaipmh</artifactId>
 		<groupId>info.textgrid.middleware</groupId>
-		<version>3.1.7</version>
+		<version>3.1.8</version>
 	</parent>
 	<groupId>info.textgrid.middleware</groupId>
 	<artifactId>oaipmh-webapp</artifactId>
diff --git a/pom.xml b/pom.xml
index 13f6177b5993d6adeedec143b57d3ff86a403ddb..30e712f8c7b6c53825cdb75a80a76c4adb4e345e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,11 +4,11 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>info.textgrid.middleware</groupId>
 	<artifactId>oaipmh</artifactId>
-	<version>3.1.7</version>
+	<version>3.1.8</version>
 	<packaging>pom</packaging>
 	<name>DARIAHDE :: OAI-PMH DataProvider</name>
 	<properties>
-		<tgcrud.version>9.8.2-DH</tgcrud.version>
+		<tgcrud.version>10.2.0-SNAPSHOT</tgcrud.version>
 		<tghttpclients.version>3.3.1</tghttpclients.version>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 		<cxf.version>3.2.8</cxf.version>