diff --git a/voila-runtime-batch/pom.xml b/voila-runtime-batch/pom.xml
index d8e2f46e33b3a58d6311943cf272a407dc375726..9582372481243f7f0806d87e23eb7b7392ae904a 100644
--- a/voila-runtime-batch/pom.xml
+++ b/voila-runtime-batch/pom.xml
@@ -3,12 +3,12 @@
 	<parent>
 		<artifactId>voila-runtime-root</artifactId>
 		<groupId>it.micegroup.voila.runtime</groupId>
-		<version>1.2-SNAPSHOT</version>
+		<version>1.2</version>
 		<relativePath>../voila-runtime-root/pom.xml</relativePath>
 	</parent>
 	<artifactId>voila-runtime-batch</artifactId>
 	<name>Java framework Spring Batch runtime module</name>
-	<version>1.0</version>
+	<version>1.2</version>
 	<description>Java framework Spring Batch runtime module</description>
 	<properties>
 		<spring.batch.version>2.1.9.RELEASE</spring.batch.version>
@@ -17,7 +17,7 @@
 		<dependency>
 			<groupId>it.micegroup.voila.runtime</groupId>
 			<artifactId>voila-runtime-core</artifactId>
-			<version>1.0</version>
+			<version>1.2</version>
 		</dependency>
 		<dependency>
 			<groupId>org.springframework.batch</groupId>
diff --git a/voila-runtime-core/pom.xml b/voila-runtime-core/pom.xml
index efe9cb7e5e6ea6ee7d7bf6597350a8b22bece0c5..58b8e52f33d535224001d2cc11bcf7ba60531f7e 100644
--- a/voila-runtime-core/pom.xml
+++ b/voila-runtime-core/pom.xml
@@ -2,13 +2,13 @@
 	<parent>
 		<artifactId>voila-runtime-root</artifactId>
 		<groupId>it.micegroup.voila.runtime</groupId>
-		<version>1.2-SNAPSHOT</version>
+		<version>1.2</version>
 		<relativePath>../voila-runtime-root/pom.xml</relativePath>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>voila-runtime-core</artifactId>
 	<name>Java framework Spring Core runtime module</name>
-	<version>1.0</version>
+	<version>1.2</version>
 	<dependencies>
 		<dependency>
 			<groupId>log4j</groupId>
diff --git a/voila-runtime-displaytag/pom.xml b/voila-runtime-displaytag/pom.xml
index 3f84c41f636062fbbdf13121af2221384567fbdb..61cf5b27f814cb2e750ab4220d7de8cdff14a427 100644
--- a/voila-runtime-displaytag/pom.xml
+++ b/voila-runtime-displaytag/pom.xml
@@ -2,13 +2,13 @@
 	<parent>
 		<artifactId>voila-runtime-root</artifactId>
 		<groupId>it.micegroup.voila.runtime</groupId>
-		<version>1.2-SNAPSHOT</version>
+		<version>1.2</version>
 		<relativePath>../voila-runtime-root/pom.xml</relativePath>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>voila-runtime-displaytag</artifactId>
 	<name>Java framework Spring Displaytag runtime module</name>
-	<version>1.0</version>
+	<version>1.2</version>
 	<dependencies>
 		<dependency>
 			<groupId>it.micegroup.displaytag</groupId>
@@ -24,7 +24,7 @@
 		<dependency>
 			<groupId>it.micegroup.voila.runtime</groupId>
 			<artifactId>voila-runtime-core</artifactId>
-			<version>1.0</version>
+			<version>1.2</version>
 		</dependency>
 		<dependency>
 			<groupId>com.lowagie</groupId>
diff --git a/voila-runtime-dwrajax/pom.xml b/voila-runtime-dwrajax/pom.xml
index 94ed5c5de9c363c390ebc4654a57fb65cd3183dd..c07d6274d425035d23b4215d2e98bf83cf15cb86 100644
--- a/voila-runtime-dwrajax/pom.xml
+++ b/voila-runtime-dwrajax/pom.xml
@@ -2,13 +2,13 @@
 	<parent>
 		<artifactId>voila-runtime-root</artifactId>
 		<groupId>it.micegroup.voila.runtime</groupId>
-		<version>1.2-SNAPSHOT</version>
+		<version>1.2</version>
 		<relativePath>../voila-runtime-root/pom.xml</relativePath>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>voila-runtime-dwrajax</artifactId>
 	<name>Java framework Spring DWR AJAX runtime module</name>
-	<version>1.0</version>
+	<version>1.2</version>
 
 	<dependencies>
 		<dependency>
@@ -19,7 +19,7 @@
 		<dependency>
 			<groupId>it.micegroup.voila.runtime</groupId>
 			<artifactId>voila-runtime-springmvc</artifactId>
-			<version>1.0</version>
+			<version>1.2</version>
 		</dependency>
 	</dependencies>
 </project>
\ No newline at end of file
diff --git a/voila-runtime-hibernate-search/pom.xml b/voila-runtime-hibernate-search/pom.xml
index 6f6370108e16135570370f62ed8677edbf5725b7..34290ec74e99a0db6c61cdd16f809318efb4ad32 100644
--- a/voila-runtime-hibernate-search/pom.xml
+++ b/voila-runtime-hibernate-search/pom.xml
@@ -3,12 +3,12 @@
 	<parent>
 		<artifactId>voila-runtime-root</artifactId>
 		<groupId>it.micegroup.voila.runtime</groupId>
-		<version>1.2-SNAPSHOT</version>
+		<version>1.2</version>
 		<relativePath>../voila-runtime-root/pom.xml</relativePath>
 	</parent>
 	<artifactId>voila-runtime-hibernate-search</artifactId>
 	<name>Java framework Hibernate Search runtime module</name>
-	<version>1.0</version>
+	<version>1.2</version>
 	<description>Java framework Hibernate Search runtime module</description>
 	<dependencies>
 		<dependency>
@@ -25,7 +25,7 @@
 		<dependency>
 			<groupId>it.micegroup.voila.runtime</groupId>
 			<artifactId>voila-runtime-core</artifactId>
-			<version>1.0</version>
+			<version>1.2</version>
 		</dependency>
 	</dependencies>
 </project>
\ No newline at end of file
diff --git a/voila-runtime-hibernate-spatial/pom.xml b/voila-runtime-hibernate-spatial/pom.xml
index fa18d24532b464dfeae9b16c9f297f9c52a3e786..9258abbde5d0300679db4564e2a2cce6040125cd 100644
--- a/voila-runtime-hibernate-spatial/pom.xml
+++ b/voila-runtime-hibernate-spatial/pom.xml
@@ -3,12 +3,12 @@
 	<parent>
 		<artifactId>voila-runtime-root</artifactId>
 		<groupId>it.micegroup.voila.runtime</groupId>
-		<version>1.2-SNAPSHOT</version>
+		<version>1.2</version>
 		<relativePath>../voila-runtime-root/pom.xml</relativePath>
 	</parent>
 	<artifactId>voila-runtime-hibernate-spatial</artifactId>
 	<name>Java framework Hibernate Spatial extension runtime module</name>
-	<version>1.0</version>
+	<version>1.2</version>
 	<description>Java framework Hibernate Spatial extension runtime module</description>
 	<dependencies>
 <!-- 		<dependency> -->
@@ -41,7 +41,7 @@
 		<dependency>
 			<groupId>it.micegroup.voila.runtime</groupId>
 			<artifactId>voila-runtime-hibernate</artifactId>
-			<version>1.0</version>
+			<version>1.2</version>
 		</dependency>
 	</dependencies>
 </project>
\ No newline at end of file
diff --git a/voila-runtime-hibernate/pom.xml b/voila-runtime-hibernate/pom.xml
index 330088af5ba0c221e2b09b3bac1744799abee45a..d8f75e3f0be620d18084b49a22147b20c2f70e5b 100644
--- a/voila-runtime-hibernate/pom.xml
+++ b/voila-runtime-hibernate/pom.xml
@@ -2,13 +2,13 @@
 	<parent>
 		<artifactId>voila-runtime-root</artifactId>
 		<groupId>it.micegroup.voila.runtime</groupId>
-		<version>1.2-SNAPSHOT</version>
+		<version>1.2</version>
 		<relativePath>../voila-runtime-root/pom.xml</relativePath>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>voila-runtime-hibernate</artifactId>
 	<name>Java framework Spring Hibernate runtime module</name>
-	<version>1.0</version>
+	<version>1.2</version>
 	<dependencies>
 		<dependency>
 			<groupId>org.hibernate</groupId>
@@ -24,12 +24,12 @@
 		<dependency>
 			<groupId>it.micegroup.voila.runtime</groupId>
 			<artifactId>voila-runtime-core</artifactId>
-			<version>1.0</version>
+			<version>1.2</version>
 		</dependency>
 		<dependency>
 			<groupId>it.micegroup.voila.runtime</groupId>
 			<artifactId>voila-runtime-security</artifactId>
-			<version>1.0</version>
+			<version>1.2</version>
 		</dependency>
 		<dependency>
 			<groupId>org.springframework</groupId>
diff --git a/voila-runtime-jasper4/pom.xml b/voila-runtime-jasper4/pom.xml
index 79720d34980185037b31bee429a3ef5b2bcacd52..a86a6b3e3776e142d7f3d5ea38916e6a4239cd71 100644
--- a/voila-runtime-jasper4/pom.xml
+++ b/voila-runtime-jasper4/pom.xml
@@ -3,12 +3,12 @@
 	<parent>
 		<artifactId>voila-runtime-root</artifactId>
 		<groupId>it.micegroup.voila.runtime</groupId>
-		<version>1.2-SNAPSHOT</version>
+		<version>1.2</version>
 		<relativePath>../voila-runtime-root/pom.xml</relativePath>
 	</parent>
 	<artifactId>voila-runtime-jasper4</artifactId>
 	<name>Java framework Jasper report runtime module</name>
-	<version>1.0</version>
+	<version>1.2</version>
 	<description>Java framework Spring Mvc runtime module</description>
 	<dependencies>
 		<dependency>
@@ -65,12 +65,12 @@
 		<dependency>
 			<groupId>it.micegroup.voila.runtime</groupId>
 			<artifactId>voila-runtime-springmvc</artifactId>
-			<version>1.0</version>
+			<version>1.2</version>
 		</dependency>
 		<dependency>
 			<groupId>it.micegroup.voila.runtime</groupId>
 			<artifactId>voila-runtime-core</artifactId>
-			<version>1.0</version>
+			<version>1.2</version>
 		</dependency>
 	</dependencies>
 </project>
\ No newline at end of file
diff --git a/voila-runtime-mail/pom.xml b/voila-runtime-mail/pom.xml
index a930ce692fa8393c8142abe6bd3ed4d7a34cd63a..8e89f9a9bc1632b579420c4560e050e62e957a1e 100644
--- a/voila-runtime-mail/pom.xml
+++ b/voila-runtime-mail/pom.xml
@@ -3,12 +3,12 @@
 	<parent>
 		<artifactId>voila-runtime-root</artifactId>
 		<groupId>it.micegroup.voila.runtime</groupId>
-		<version>1.2-SNAPSHOT</version>
+		<version>1.2</version>
 		<relativePath>../voila-runtime-root/pom.xml</relativePath>
 	</parent>
 	<artifactId>voila-runtime-mail</artifactId>
 	<name>Java framework Mail runtime module</name>
-	<version>1.0</version>
+	<version>1.2</version>
 	<description>Java framework Mail runtime module</description>
 	<dependencies>
 		<dependency>
@@ -19,7 +19,7 @@
 		<dependency>
 			<groupId>it.micegroup.voila.runtime</groupId>
 			<artifactId>voila-runtime-core</artifactId>
-			<version>1.0</version>
+			<version>1.2</version>
 		</dependency>
 <!-- 		<dependency> -->
 <!-- 			<groupId>it.micegroup.voila.runtime</groupId> -->
diff --git a/voila-runtime-oawtemplate/pom.xml b/voila-runtime-oawtemplate/pom.xml
index 9f9678b93abcb08644408a1b74f00e1d72af9105..f04f3cf4e0e07f34b26adf5fc25ac4d1183ed49c 100644
--- a/voila-runtime-oawtemplate/pom.xml
+++ b/voila-runtime-oawtemplate/pom.xml
@@ -2,13 +2,13 @@
 	<parent>
 		<artifactId>voila-runtime-root</artifactId>
 		<groupId>it.micegroup.voila.runtime</groupId>
-		<version>1.2-SNAPSHOT</version>
+		<version>1.2</version>
 		<relativePath>../voila-runtime-root/pom.xml</relativePath>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>voila-runtime-oawtemplate</artifactId>
 	<name>Java framework Spring OAW Template runtime module</name>
-	<version>1.0</version>
+	<version>1.2</version>
 	<dependencies>
         <dependency>
             <groupId>org.openarchitectureware</groupId>
diff --git a/voila-runtime-quartz/pom.xml b/voila-runtime-quartz/pom.xml
index 3a03bdd673760b80c25f2faf6a33e2d9146d7106..5749dbafb38c562b5f559e3e2cc41ac6a75397da 100644
--- a/voila-runtime-quartz/pom.xml
+++ b/voila-runtime-quartz/pom.xml
@@ -3,12 +3,12 @@
 	<parent>
 		<artifactId>voila-runtime-root</artifactId>
 		<groupId>it.micegroup.voila.runtime</groupId>
-		<version>1.2-SNAPSHOT</version>
+		<version>1.2</version>
 		<relativePath>../voila-runtime-root/pom.xml</relativePath>
 	</parent>
 	<artifactId>voila-runtime-quartz</artifactId>
 	<name>Java framework Quartz runtime module</name>
-	<version>1.0</version>
+	<version>1.2</version>
 	<description>Java framework Quartz runtime module</description>
 	<dependencies>
 		<!-- https://mvnrepository.com/artifact/org.quartz-scheduler/quartz -->
diff --git a/voila-runtime-restws/pom.xml b/voila-runtime-restws/pom.xml
index 4a7e02239fecb581a9d0879390e6d0622cd76704..10f93d20c04dd8c42395aad55d5367157a0281b8 100644
--- a/voila-runtime-restws/pom.xml
+++ b/voila-runtime-restws/pom.xml
@@ -2,19 +2,19 @@
 	<parent>
 		<artifactId>voila-runtime-root</artifactId>
 		<groupId>it.micegroup.voila.runtime</groupId>
-		<version>1.2-SNAPSHOT</version>
+		<version>1.2</version>
 		<relativePath>../voila-runtime-root/pom.xml</relativePath>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>voila-runtime-restws</artifactId>
 	<name>Java framework Spring REST WebService runtime module</name>
-	<version>1.0</version>
+	<version>1.2</version>
 
 	<dependencies>
 		<dependency>
 			<groupId>it.micegroup.voila.runtime</groupId>
 			<artifactId>voila-runtime-springmvc</artifactId>
-			<version>1.0</version>
+			<version>1.2</version>
 		</dependency>
 		<dependency>
 			<groupId>org.codehaus.jackson</groupId>
diff --git a/voila-runtime-root/pom.xml b/voila-runtime-root/pom.xml
index 73fee9b935e61f9484112ce1b3ac5eafc9a981ee..ef12615a5f6920152652bb9b42554765b739d5ea 100644
--- a/voila-runtime-root/pom.xml
+++ b/voila-runtime-root/pom.xml
@@ -4,7 +4,7 @@
 
 	<groupId>it.micegroup.voila.runtime</groupId>
 	<artifactId>voila-runtime-root</artifactId>
-	<version>1.2-SNAPSHOT</version>
+	<version>1.2</version>
 	<packaging>pom</packaging>
 
 	<name>Java framework Root runtime module</name>
@@ -93,7 +93,8 @@
 		<connection>scm:git:http://gitlab.micegroup.it/mice/voila-runtimes.git</connection>
 		<developerConnection>scm:git:http://gitlab.micegroup.it/mice/voila-runtimes.git</developerConnection>
 		<url>http://gitlab.micegroup.it/mice/voila-runtimes.git</url>
-	</scm>
+	  <tag>v1.2</tag>
+  </scm>
 
 	<distributionManagement>
 		<repository>
diff --git a/voila-runtime-rtftemplate/pom.xml b/voila-runtime-rtftemplate/pom.xml
index de4218a5b302a1a967c4ee4efd3542b5754c88f4..3f107518c42d9dc6ecd7e49b1381ca88eb950b17 100644
--- a/voila-runtime-rtftemplate/pom.xml
+++ b/voila-runtime-rtftemplate/pom.xml
@@ -2,13 +2,13 @@
 	<parent>
 		<artifactId>voila-runtime-root</artifactId>
 		<groupId>it.micegroup.voila.runtime</groupId>
-		<version>1.2-SNAPSHOT</version>
+		<version>1.2</version>
 		<relativePath>../voila-runtime-root/pom.xml</relativePath>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>voila-runtime-rtftemplate</artifactId>
 	<name>Java framework Spring RTF Template runtime module</name>
-	<version>1.0</version>
+	<version>1.2</version>
 	<dependencies>
 		<dependency>
 			<groupId>commons-beanutils</groupId>
diff --git a/voila-runtime-security/pom.xml b/voila-runtime-security/pom.xml
index cc658dbdae699d2be8470c61bef35a17a034ddd5..d65f1a046fa98b5b226dd84baad52dea79c5a9fe 100644
--- a/voila-runtime-security/pom.xml
+++ b/voila-runtime-security/pom.xml
@@ -2,18 +2,18 @@
 	<parent>
 		<artifactId>voila-runtime-root</artifactId>
 		<groupId>it.micegroup.voila.runtime</groupId>
-		<version>1.2-SNAPSHOT</version>
+		<version>1.2</version>
 		<relativePath>../voila-runtime-root/pom.xml</relativePath>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>voila-runtime-security</artifactId>
 	<name>Java framework Spring Security runtime module</name>
-	<version>1.0</version>
+	<version>1.2</version>
 	<dependencies>
 		<dependency>
 			<groupId>it.micegroup.voila.runtime</groupId>
 			<artifactId>voila-runtime-core</artifactId>
-			<version>1.0</version>
+			<version>1.2</version>
 		</dependency>
 		<dependency>
 			<groupId>org.springframework.security</groupId>
diff --git a/voila-runtime-springmvc/pom.xml b/voila-runtime-springmvc/pom.xml
index 362157ed43ba6c7d453f55e9a2aa9e7263e6e034..61e5c042de643c6b55c9b083003a9bcd1da3f048 100644
--- a/voila-runtime-springmvc/pom.xml
+++ b/voila-runtime-springmvc/pom.xml
@@ -3,12 +3,12 @@
 	<parent>
 		<artifactId>voila-runtime-root</artifactId>
 		<groupId>it.micegroup.voila.runtime</groupId>
-		<version>1.2-SNAPSHOT</version>
+		<version>1.2</version>
 		<relativePath>../voila-runtime-root/pom.xml</relativePath>
 	</parent>
 	<artifactId>voila-runtime-springmvc</artifactId>
 	<name>Java framework Spring MVC runtime module</name>
-	<version>1.0</version>
+	<version>1.2</version>
 	<description>Java framework Spring Mvc runtime module</description>
 	<dependencies>
 <!-- 		<dependency> -->
@@ -45,22 +45,22 @@
 		<dependency>
 			<groupId>it.micegroup.voila.runtime</groupId>
 			<artifactId>voila-runtime-web</artifactId>
-			<version>1.0</version>
+			<version>1.2</version>
 		</dependency>
 		<dependency>
 			<groupId>it.micegroup.voila.runtime</groupId>
 			<artifactId>voila-runtime-core</artifactId>
-			<version>1.0</version>
+			<version>1.2</version>
 		</dependency>
 		<dependency>
 			<groupId>it.micegroup.voila.runtime</groupId>
 			<artifactId>voila-runtime-displaytag</artifactId>
-			<version>1.0</version>
+			<version>1.2</version>
 		</dependency>
 		<dependency>
 			<groupId>it.micegroup.voila.runtime</groupId>
 			<artifactId>voila-runtime-security</artifactId>
-			<version>1.0</version>
+			<version>1.2</version>
 		</dependency>
 		<dependency>
 			<groupId>org.springframework.security</groupId>
diff --git a/voila-runtime-springtest/pom.xml b/voila-runtime-springtest/pom.xml
index 01688a181bd1452f76d0e38834432d9d7b2be3bf..553c79cc733a3beb183b7ecd710c4c509adef160 100644
--- a/voila-runtime-springtest/pom.xml
+++ b/voila-runtime-springtest/pom.xml
@@ -3,12 +3,12 @@
 	<parent>
 		<artifactId>voila-runtime-root</artifactId>
 		<groupId>it.micegroup.voila.runtime</groupId>
-		<version>1.2-SNAPSHOT</version>
+		<version>1.2</version>
 		<relativePath>../voila-runtime-root/pom.xml</relativePath>
 	</parent>
 	<artifactId>voila-runtime-springtest</artifactId>
 	<name>Java framework Spring Test runtime module</name>
-	<version>1.0</version>
+	<version>1.2</version>
 	<description>Java framework Spring Test runtime module</description>
 	<dependencies>
         <dependency>
diff --git a/voila-runtime-springws/pom.xml b/voila-runtime-springws/pom.xml
index 4d6a22a161634e4921b789bc95b6ca4b8736cbad..19a66b847f6964940cd541b05eb1cd7788c1ea0f 100644
--- a/voila-runtime-springws/pom.xml
+++ b/voila-runtime-springws/pom.xml
@@ -2,13 +2,13 @@
 	<parent>
 		<artifactId>voila-runtime-root</artifactId>
 		<groupId>it.micegroup.voila.runtime</groupId>
-		<version>1.2-SNAPSHOT</version>
+		<version>1.2</version>
 		<relativePath>../voila-runtime-root/pom.xml</relativePath>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>voila-runtime-springws</artifactId>
 	<name>Java framework Spring WebServices runtime module</name>
-	<version>1.0</version>
+	<version>1.2</version>
 	<dependencies>
 		<dependency>
 			<groupId>org.springframework.ws</groupId>
diff --git a/voila-runtime-style-consip2008/pom.xml b/voila-runtime-style-consip2008/pom.xml
index 3b18374f05b4405413aaf1b47d7d4a91bd926459..6c5725d8e00445d005dc8e334b58f03d91659a42 100644
--- a/voila-runtime-style-consip2008/pom.xml
+++ b/voila-runtime-style-consip2008/pom.xml
@@ -2,11 +2,11 @@
 	<parent>
 		<artifactId>voila-runtime-root</artifactId>
 		<groupId>it.micegroup.voila.runtime</groupId>
-		<version>1.2-SNAPSHOT</version>
+		<version>1.2</version>
 		<relativePath>../voila-runtime-root/pom.xml</relativePath>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>voila-runtime-style-consip2008</artifactId>
 	<name>Java framework Style Consip 2008 runtime module</name>
-	<version>1.0</version>
+	<version>1.2</version>
 </project>
\ No newline at end of file
diff --git a/voila-runtime-style-edstribute/pom.xml b/voila-runtime-style-edstribute/pom.xml
index eacb45f6952b0d168bfc9c466d600558a21e4240..d67ee1b1fbc4ffc63a4d3528cacab39a6ed06e76 100644
--- a/voila-runtime-style-edstribute/pom.xml
+++ b/voila-runtime-style-edstribute/pom.xml
@@ -2,11 +2,11 @@
 	<parent>
 		<artifactId>voila-runtime-root</artifactId>
 		<groupId>it.micegroup.voila.runtime</groupId>
-		<version>1.2-SNAPSHOT</version>
+		<version>1.2</version>
 		<relativePath>../voila-runtime-root/pom.xml</relativePath>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>voila-runtime-style-edstribute</artifactId>
 	<name>Java framework Style EDS tribute runtime module</name>
-	<version>1.0</version>
+	<version>1.2</version>
 </project>
\ No newline at end of file
diff --git a/voila-runtime-style-newage2014/pom.xml b/voila-runtime-style-newage2014/pom.xml
index 479cac0ec4be425fc783083c1ccdc518f7220081..a0adf5c928042cb1a327cf65268b5eb1588ee9d6 100644
--- a/voila-runtime-style-newage2014/pom.xml
+++ b/voila-runtime-style-newage2014/pom.xml
@@ -2,11 +2,11 @@
 	<parent>
 		<artifactId>voila-runtime-root</artifactId>
 		<groupId>it.micegroup.voila.runtime</groupId>
-		<version>1.2-SNAPSHOT</version>
+		<version>1.2</version>
 		<relativePath>../voila-runtime-root/pom.xml</relativePath>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>voila-runtime-style-newage2014</artifactId>
 	<name>Java framework Style EDS tribute runtime module</name>
-	<version>1.0</version>
+	<version>1.2</version>
 </project>
\ No newline at end of file
diff --git a/voila-runtime-style-responsive-adminlte/pom.xml b/voila-runtime-style-responsive-adminlte/pom.xml
index 1374324e186560ab82c5362f12db2cf2455fb725..9464ffa78071e72cffb2ac3435dec4873134b705 100644
--- a/voila-runtime-style-responsive-adminlte/pom.xml
+++ b/voila-runtime-style-responsive-adminlte/pom.xml
@@ -2,13 +2,13 @@
 	<parent>
 		<artifactId>voila-runtime-root</artifactId>
 		<groupId>it.micegroup.voila.runtime</groupId>
-		<version>1.2-SNAPSHOT</version>
+		<version>1.2</version>
 		<relativePath>../voila-runtime-root/pom.xml</relativePath>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>voila-runtime-style-responsive-adminlte</artifactId>
 	<name>Java framework Responsive Style Admin LTE library runtime module</name>
-	<version>1.0</version>
+	<version>1.2</version>
 <!-- 	<dependencies> -->
 <!-- 		<dependency> -->
 <!-- 			<groupId>it.micegroup.voila.runtime</groupId> -->
diff --git a/voila-runtime-style-responsive/pom.xml b/voila-runtime-style-responsive/pom.xml
index 17a0f63dd4d4abd3587786a8d3373e015959e856..5433658fc7fa3b9f2d94de7cf01051c1aad0529f 100644
--- a/voila-runtime-style-responsive/pom.xml
+++ b/voila-runtime-style-responsive/pom.xml
@@ -2,11 +2,11 @@
 	<parent>
 		<artifactId>voila-runtime-root</artifactId>
 		<groupId>it.micegroup.voila.runtime</groupId>
-		<version>1.2-SNAPSHOT</version>
+		<version>1.2</version>
 		<relativePath>../voila-runtime-root/pom.xml</relativePath>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>voila-runtime-style-responsive</artifactId>
 	<name>Java framework Responsive Style core library runtime module</name>
-	<version>1.0</version>
+	<version>1.2</version>
 </project>
\ No newline at end of file
diff --git a/voila-runtime-web-res-dojo/pom.xml b/voila-runtime-web-res-dojo/pom.xml
index 86b8b86c854c5e2c5ea56928aa5d8812dd56826e..720d3a3a2017d1f80714f6eb39126d0344d4f077 100644
--- a/voila-runtime-web-res-dojo/pom.xml
+++ b/voila-runtime-web-res-dojo/pom.xml
@@ -2,13 +2,13 @@
 	<parent>
 		<artifactId>voila-runtime-root</artifactId>
 		<groupId>it.micegroup.voila.runtime</groupId>
-		<version>1.2-SNAPSHOT</version>
+		<version>1.2</version>
 		<relativePath>../voila-runtime-root/pom.xml</relativePath>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>voila-runtime-web-res-dojo</artifactId>
 	<name>Java framework DOJO WEB Resources runtime module</name>
-	<version>1.0</version>
+	<version>1.2</version>
 	<dependencies>
 	</dependencies>
 </project>
\ No newline at end of file
diff --git a/voila-runtime-web-res-jquery/pom.xml b/voila-runtime-web-res-jquery/pom.xml
index f6c8242709e8c71047152e597a2b34abcef80331..8ee2084d0ec76359d257e48cb7dba1675ea5ac43 100644
--- a/voila-runtime-web-res-jquery/pom.xml
+++ b/voila-runtime-web-res-jquery/pom.xml
@@ -2,18 +2,18 @@
 	<parent>
 		<artifactId>voila-runtime-root</artifactId>
 		<groupId>it.micegroup.voila.runtime</groupId>
-		<version>1.2-SNAPSHOT</version>
+		<version>1.2</version>
 		<relativePath>../voila-runtime-root/pom.xml</relativePath>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>voila-runtime-web-res-jquery</artifactId>
 	<name>Java framework jQuery WEB Resources runtime module</name>
-	<version>1.0</version>
+	<version>1.2</version>
 	<dependencies>
 		<dependency> 
 			<groupId>it.micegroup.voila.runtime</groupId>
 			<artifactId>voila-runtime-core</artifactId>
-			<version>1.0</version>
+			<version>1.2</version>
 		</dependency>
 	</dependencies>
 </project>
\ No newline at end of file
diff --git a/voila-runtime-web-res-mce/pom.xml b/voila-runtime-web-res-mce/pom.xml
index a23fc7c3ed42c6a943f1f61fc21b7028355551ed..fca635e1bc5ba558da65bdc3bc5aeb3911c7f73c 100644
--- a/voila-runtime-web-res-mce/pom.xml
+++ b/voila-runtime-web-res-mce/pom.xml
@@ -3,12 +3,12 @@
 	<parent>
 		<artifactId>voila-runtime-root</artifactId>
 		<groupId>it.micegroup.voila.runtime</groupId>
-		<version>1.2-SNAPSHOT</version>
+		<version>1.2</version>
 		<relativePath>../voila-runtime-root/pom.xml</relativePath>
 	</parent>
 	<artifactId>voila-runtime-web-res-mce</artifactId>
 	<name>Javascript framework for tiny MCE Editor for textareas</name>
-	<version>1.0</version>
+	<version>1.2</version>
 	<description>Javascript framework for tiny MCE Editor for textareas</description>
 	<dependencies>
 	</dependencies>
diff --git a/voila-runtime-web/pom.xml b/voila-runtime-web/pom.xml
index d13f5fcb9fcc39e589d4660ddaeb753d022f5388..f3d898577db5a99903442412e972ab54432fee02 100644
--- a/voila-runtime-web/pom.xml
+++ b/voila-runtime-web/pom.xml
@@ -2,13 +2,13 @@
 	<parent>
 		<artifactId>voila-runtime-root</artifactId>
 		<groupId>it.micegroup.voila.runtime</groupId>
-		<version>1.2-SNAPSHOT</version>
+		<version>1.2</version>
 		<relativePath>../voila-runtime-root/pom.xml</relativePath>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>voila-runtime-web</artifactId>
 	<name>Java framework Spring Web runtime module</name>
-	<version>1.0</version>
+	<version>1.2</version>
 	<dependencies>
 		<dependency>
 			<groupId>org.springframework</groupId>
@@ -28,27 +28,27 @@
 		<dependency>
 			<groupId>it.micegroup.voila.runtime</groupId>
 			<artifactId>voila-runtime-security</artifactId>
-			<version>1.0</version>
+			<version>1.2</version>
 		</dependency>
 		<dependency>
 			<groupId>it.micegroup.voila.runtime</groupId>
 			<artifactId>voila-runtime-hibernate-spatial</artifactId>
-			<version>1.0</version>
+			<version>1.2</version>
 		</dependency>
 		<dependency>
 			<groupId>it.micegroup.voila.runtime</groupId>
 			<artifactId>voila-runtime-web-res-dojo</artifactId>
-			<version>1.0</version>
+			<version>1.2</version>
 		</dependency>
 		<dependency>
 			<groupId>it.micegroup.voila.runtime</groupId>
 			<artifactId>voila-runtime-web-res-jquery</artifactId>
-			<version>1.0</version>
+			<version>1.2</version>
 		</dependency>
 		<dependency>
 			<groupId>it.micegroup.voila.runtime</groupId>
 			<artifactId>voila-runtime-web-res-mce</artifactId>
-			<version>1.0</version>
+			<version>1.2</version>
 		</dependency>
 		<dependency>
 			<groupId>commons-fileupload</groupId>