diff --git a/oaipmh-core/pom.xml b/oaipmh-core/pom.xml
index 1fcc8b84e7305d02f74afecbe902728eea0db5a9..bdbb6607d59c7843d71b1113b3d151a622d6a18b 100644
--- a/oaipmh-core/pom.xml
+++ b/oaipmh-core/pom.xml
@@ -4,11 +4,11 @@
   <parent>
     <artifactId>oaipmh</artifactId>
     <groupId>info.textgrid.middleware</groupId>
-    <version>1.9.999-RC1-SNAPSHOT</version>
+    <version>2.0.0</version>
   </parent>
   <groupId>info.textgrid.middleware</groupId>
   <artifactId>oaipmh-core</artifactId>
-  <version>1.9.999-RC1-SNAPSHOT</version>
+  <version>2.0.0</version>
   <packaging>jar</packaging>
   <name>DARIAHDE :: OAI-PMH :: Core</name>
   <url>http://maven.apache.org</url>
diff --git a/oaipmh-webapp/pom.xml b/oaipmh-webapp/pom.xml
index a6236226ce0d1e8cfb1aca84153394e8d0818e11..46aa28e72fb31b0e5cea8e01eeaf74fd46671288 100644
--- a/oaipmh-webapp/pom.xml
+++ b/oaipmh-webapp/pom.xml
@@ -4,12 +4,12 @@
 	<parent>
 		<artifactId>oaipmh</artifactId>
 		<groupId>info.textgrid.middleware</groupId>
-		<version>1.9.999-RC1-SNAPSHOT</version>
+		<version>2.0.0</version>
 	</parent>
 	<groupId>info.textgrid.middleware</groupId>
 	<artifactId>oaipmh-webapp</artifactId>
 	<packaging>war</packaging>
-	<version>1.9.999-RC1-SNAPSHOT</version>
+	<version>2.0.0</version>
 	<name>DARIAHDE :: OAI-PMH :: Webapp</name>
 	<url>http://maven.apache.org</url>
 	<profiles>
diff --git a/pom.xml b/pom.xml
index ef9bb7d03117b64573d2c326eb547354527dc8ec..4799fb412529b80b290a7e2be5a43bcdb5b3f5f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,15 +3,15 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>info.textgrid.middleware</groupId>
   <artifactId>oaipmh</artifactId>
-  <version>1.9.999-RC1-SNAPSHOT</version>
+  <version>2.0.0</version>
   <packaging>pom</packaging>
   <name>DARIAHDE :: OAI-PMH</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <cxf.version>3.0.3</cxf.version>
-    <tgcrud.version>5.9.999-RC1-SNAPSHOT</tgcrud.version>
+    <tgcrud.version>6.0.0</tgcrud.version>
     <spring.version>4.0.2.RELEASE</spring.version>
-    <textgrid.httpclients.version>1.3.0-SNAPSHOT</textgrid.httpclients.version>
+    <textgrid.httpclients.version>2.0.0</textgrid.httpclients.version>
     <jetty.version>6.1.15</jetty.version>
     <elasticsearch.version>1.3.6</elasticsearch.version>
     <antlr-runtime.version>3.2</antlr-runtime.version>