diff --git a/oaipmh-core/pom.xml b/oaipmh-core/pom.xml
index e85e382c45c82a97cb709579113d305677dea5cd..b2e0a285460e303d03c1ed2a21c0ee91d705630f 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.14-SNAPSHOT</version>
+		<version>3.3.14</version>
 	</parent>
 	<groupId>info.textgrid.middleware</groupId>
 	<artifactId>oaipmh-core</artifactId>
diff --git a/oaipmh-webapp/pom.xml b/oaipmh-webapp/pom.xml
index 03388892635de77b216247a561a82ca4a97dae22..59edc826bdfad66e4b201cf66df137de8f7c2260 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.14-SNAPSHOT</version>
+		<version>3.3.14</version>
 	</parent>
 	<groupId>info.textgrid.middleware</groupId>
 	<artifactId>oaipmh-webapp</artifactId>
diff --git a/pom.xml b/pom.xml
index 23e964d92fceb550701405a7ca70ea65d1e04e01..ff26c9906fe1cc357d881a4d720273ccdf94db30 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.14-SNAPSHOT</version>
+	<version>3.3.14</version>
 	<packaging>pom</packaging>
 	<name>DARIAHDE :: OAI-PMH DataProvider</name>
 	<properties>