version 1.2
diff --git a/core/pom.xml b/core/pom.xml
index eed4fd7..ed348c9 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -43,7 +43,7 @@
     <parent>

         <groupId>org.owasp.encoder</groupId>

         <artifactId>encoder-parent</artifactId>

-        <version>1.2-SNAPSHOT</version>

+        <version>1.2</version>

     </parent>

 

     <artifactId>encoder</artifactId>

diff --git a/esapi/pom.xml b/esapi/pom.xml
index 28118fe..efa0359 100644
--- a/esapi/pom.xml
+++ b/esapi/pom.xml
@@ -43,7 +43,7 @@
     <parent>
         <groupId>org.owasp.encoder</groupId>
         <artifactId>encoder-parent</artifactId>
-        <version>1.2-SNAPSHOT</version>
+        <version>1.2</version>
     </parent>
 
     <artifactId>encoder-esapi</artifactId>
diff --git a/jsp/pom.xml b/jsp/pom.xml
index 383bc6a..43bbcaf 100644
--- a/jsp/pom.xml
+++ b/jsp/pom.xml
@@ -43,7 +43,7 @@
     <parent>
         <groupId>org.owasp.encoder</groupId>
         <artifactId>encoder-parent</artifactId>
-        <version>1.2-SNAPSHOT</version>
+        <version>1.2</version>
     </parent>
 
     <artifactId>encoder-jsp</artifactId>
diff --git a/pom.xml b/pom.xml
index d31374c..a7285da 100755
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
 
     <groupId>org.owasp.encoder</groupId>
     <artifactId>encoder-parent</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
     <packaging>pom</packaging>
 
     <name>OWASP Encoders Parent</name>