diff --git a/oaipmh-core/pom.xml b/oaipmh-core/pom.xml
index 55d841920c6fcbaf96f769f9f5b57f6b5090bdca..32db2b0038dd54eedf56fec6c6c8c26cd1c56e50 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.3.4-SNAPSHOT</version>
+		<version>3.3.4</version>
 	</parent>
 	<groupId>info.textgrid.middleware</groupId>
 	<artifactId>oaipmh-core</artifactId>
diff --git a/oaipmh-webapp/pom.xml b/oaipmh-webapp/pom.xml
index 65fc14210b1f7de66eb33da2095d7c5749c7c5eb..5d49cbac1b189f893e8b2d2a0f46aa525e04eeb4 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.3.4-SNAPSHOT</version>
+		<version>3.3.4</version>
 	</parent>
 	<groupId>info.textgrid.middleware</groupId>
 	<artifactId>oaipmh-webapp</artifactId>
diff --git a/pom.xml b/pom.xml
index d256c6f54627b479d77f20e77ef63c3ed85deb54..a565323a92893435d9eb66a9967ced917ef955d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>info.textgrid.middleware</groupId>
 	<artifactId>oaipmh</artifactId>
-	<version>3.3.4-SNAPSHOT</version>
+	<version>3.3.4</version>
 	<packaging>pom</packaging>
 	<name>DARIAHDE :: OAI-PMH DataProvider</name>
 	<properties>