diff --git a/common/pom.xml b/common/pom.xml
index 29a10f02..7ee1d323 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -6,7 +6,7 @@
     <parent>
         <groupId>com.ibm</groupId>
         <artifactId>sonar-cryptography</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>1.3.4</version>
     </parent>
 
     <artifactId>common</artifactId>
diff --git a/engine/pom.xml b/engine/pom.xml
index da8a021b..50cfbded 100644
--- a/engine/pom.xml
+++ b/engine/pom.xml
@@ -6,7 +6,7 @@
     <parent>
         <groupId>com.ibm</groupId>
         <artifactId>sonar-cryptography</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>1.3.4</version>
     </parent>
 
     <artifactId>engine</artifactId>
@@ -20,7 +20,7 @@
         <dependency>
             <groupId>com.ibm</groupId>
             <artifactId>common</artifactId>
-            <version>2.0.0-SNAPSHOT</version>
+            <version>1.3.4</version>
             <scope>compile</scope>
         </dependency>
     </dependencies>
diff --git a/enricher/pom.xml b/enricher/pom.xml
index 465b649e..1c14333c 100644
--- a/enricher/pom.xml
+++ b/enricher/pom.xml
@@ -6,7 +6,7 @@
     <parent>
         <groupId>com.ibm</groupId>
         <artifactId>sonar-cryptography</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>1.3.4</version>
     </parent>
 
     <artifactId>enricher</artifactId>
@@ -21,7 +21,7 @@
         <dependency>
             <groupId>com.ibm</groupId>
             <artifactId>mapper</artifactId>
-            <version>2.0.0-SNAPSHOT</version>
+            <version>1.3.4</version>
             <scope>compile</scope>
         </dependency>
     </dependencies>
diff --git a/java/pom.xml b/java/pom.xml
index 8dcaa71e..a3e1de6b 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -6,7 +6,7 @@
     <parent>
         <groupId>com.ibm</groupId>
         <artifactId>sonar-cryptography</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>1.3.4</version>
     </parent>
 
     <artifactId>java</artifactId>
@@ -21,12 +21,12 @@
         <dependency>
             <groupId>com.ibm</groupId>
             <artifactId>engine</artifactId>
-            <version>2.0.0-SNAPSHOT</version>
+            <version>1.3.4</version>
         </dependency>
         <dependency>
             <groupId>com.ibm</groupId>
             <artifactId>output</artifactId>
-            <version>2.0.0-SNAPSHOT</version>
+            <version>1.3.4</version>
         </dependency>
         <dependency>
             <groupId>org.sonarsource.java</groupId>
@@ -37,7 +37,7 @@
         <dependency>
             <groupId>com.ibm</groupId>
             <artifactId>enricher</artifactId>
-            <version>2.0.0-SNAPSHOT</version>
+            <version>1.3.4</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
@@ -55,7 +55,7 @@
         <dependency>
             <groupId>com.ibm</groupId>
             <artifactId>rules</artifactId>
-            <version>2.0.0-SNAPSHOT</version>
+            <version>1.3.4</version>
             <scope>compile</scope>
         </dependency>
     </dependencies>
diff --git a/mapper/pom.xml b/mapper/pom.xml
index b39cf41c..93592ffe 100644
--- a/mapper/pom.xml
+++ b/mapper/pom.xml
@@ -6,7 +6,7 @@
     <parent>
         <groupId>com.ibm</groupId>
         <artifactId>sonar-cryptography</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>1.3.4</version>
     </parent>
 
     <artifactId>mapper</artifactId>
@@ -20,7 +20,7 @@
         <dependency>
             <groupId>com.ibm</groupId>
             <artifactId>engine</artifactId>
-            <version>2.0.0-SNAPSHOT</version>
+            <version>1.3.4</version>
         </dependency>
     </dependencies>
 
diff --git a/output/pom.xml b/output/pom.xml
index 3dee27dc..d780209e 100644
--- a/output/pom.xml
+++ b/output/pom.xml
@@ -6,7 +6,7 @@
     <parent>
         <groupId>com.ibm</groupId>
         <artifactId>sonar-cryptography</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>1.3.4</version>
     </parent>
 
     <artifactId>output</artifactId>
@@ -26,13 +26,13 @@
         <dependency>
             <groupId>com.ibm</groupId>
             <artifactId>mapper</artifactId>
-            <version>2.0.0-SNAPSHOT</version>
+            <version>1.3.4</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>com.ibm</groupId>
             <artifactId>engine</artifactId>
-            <version>2.0.0-SNAPSHOT</version>
+            <version>1.3.4</version>
             <scope>compile</scope>
         </dependency>
     </dependencies>
diff --git a/pom.xml b/pom.xml
index 0d0c6c5f..eac86b55 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
         <module>rules</module>
     </modules>
 
-    <version>2.0.0-SNAPSHOT</version>
+    <version>1.3.4</version>
     <name>sonar-cryptography</name>
     <organization>
         <name>IBM</name>
diff --git a/python/pom.xml b/python/pom.xml
index 6a855421..aec423fc 100644
--- a/python/pom.xml
+++ b/python/pom.xml
@@ -6,7 +6,7 @@
   <parent>
       <groupId>com.ibm</groupId>
       <artifactId>sonar-cryptography</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
+      <version>1.3.4</version>
   </parent>
 
   <artifactId>python</artifactId>
@@ -21,17 +21,17 @@
         <dependency>
             <groupId>com.ibm</groupId>
             <artifactId>engine</artifactId>
-            <version>2.0.0-SNAPSHOT</version>
+            <version>1.3.4</version>
         </dependency>
         <dependency>
             <groupId>com.ibm</groupId>
             <artifactId>output</artifactId>
-            <version>2.0.0-SNAPSHOT</version>
+            <version>1.3.4</version>
         </dependency>
         <dependency>
           <groupId>com.ibm</groupId>
           <artifactId>enricher</artifactId>
-          <version>2.0.0-SNAPSHOT</version>
+          <version>1.3.4</version>
         </dependency>
 
         <dependency>
@@ -43,7 +43,7 @@
       <dependency>
           <groupId>com.ibm</groupId>
           <artifactId>rules</artifactId>
-          <version>2.0.0-SNAPSHOT</version>
+          <version>1.3.4</version>
           <scope>compile</scope>
       </dependency>
   </dependencies>
diff --git a/rules/pom.xml b/rules/pom.xml
index 12d4ef22..62c20657 100644
--- a/rules/pom.xml
+++ b/rules/pom.xml
@@ -6,7 +6,7 @@
     <parent>
         <groupId>com.ibm</groupId>
         <artifactId>sonar-cryptography</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>1.3.4</version>
     </parent>
 
     <artifactId>rules</artifactId>
@@ -20,7 +20,7 @@
         <dependency>
             <groupId>com.ibm</groupId>
             <artifactId>mapper</artifactId>
-            <version>2.0.0-SNAPSHOT</version>
+            <version>1.3.4</version>
             <scope>compile</scope>
         </dependency>
     </dependencies>
diff --git a/sonar-cryptography-plugin/pom.xml b/sonar-cryptography-plugin/pom.xml
index 552afa38..12e3da8e 100644
--- a/sonar-cryptography-plugin/pom.xml
+++ b/sonar-cryptography-plugin/pom.xml
@@ -6,7 +6,7 @@
     <parent>
         <groupId>com.ibm</groupId>
         <artifactId>sonar-cryptography</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>1.3.4</version>
     </parent>
 
     <artifactId>sonar-cryptography-plugin</artifactId>
@@ -26,13 +26,13 @@
         <dependency>
             <groupId>com.ibm</groupId>
             <artifactId>java</artifactId>
-            <version>2.0.0-SNAPSHOT</version>
+            <version>1.3.4</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>com.ibm</groupId>
             <artifactId>python</artifactId>
-            <version>2.0.0-SNAPSHOT</version>
+            <version>1.3.4</version>
             <scope>compile</scope>
         </dependency>
     </dependencies>