diff --git a/voila-runtime-batch/pom.xml b/voila-runtime-batch/pom.xml
index 8a7638d0721d805c62e2e07cd3229cece34184c6..ebe10c0d076240d9d904da5dc71d22e0468bd409 100644
--- a/voila-runtime-batch/pom.xml
+++ b/voila-runtime-batch/pom.xml
@@ -1,16 +1,14 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<artifactId>voila-runtime-root</artifactId>
 		<groupId>it.micegroup.voila.runtime</groupId>
-		<version>1.6-SNAPSHOT</version>
+		<version>1.6</version>
 		<relativePath>../voila-runtime-root/pom.xml</relativePath>
 	</parent>
 	<artifactId>voila-runtime-batch</artifactId>
 	<name>Java framework Spring Batch runtime module</name>
-	<version>${project.parent.version}</version>
+	<version>1.6</version>
 	<description>Java framework Spring Batch runtime module</description>
 	<properties>
 		<spring.batch.version>2.1.9.RELEASE</spring.batch.version>
diff --git a/voila-runtime-core/pom.xml b/voila-runtime-core/pom.xml
index ee64767072854670a34f3747b82e9c8779ffdff5..70c4847e80237b03626ee4ad26d1a77f95a99db6 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.6-SNAPSHOT</version>
+		<version>1.6</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>${project.parent.version}</version>
+	<version>1.6</version>
 	<dependencies>
 		<dependency>
 			<groupId>log4j</groupId>
diff --git a/voila-runtime-displaytag/pom.xml b/voila-runtime-displaytag/pom.xml
index 94401ae6a30b4d3a1e1f78a4e0d59af124e272f4..926be407a054d42376714e2deadd01cabefb2d03 100644
--- a/voila-runtime-displaytag/pom.xml
+++ b/voila-runtime-displaytag/pom.xml
@@ -1,16 +1,14 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<parent>
 		<artifactId>voila-runtime-root</artifactId>
 		<groupId>it.micegroup.voila.runtime</groupId>
-		<version>1.6-SNAPSHOT</version>
+		<version>1.6</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>${project.parent.version}</version>
+	<version>1.6</version>
 	<dependencies>
 		<dependency>
 			<groupId>it.micegroup.displaytag</groupId>
diff --git a/voila-runtime-dwrajax/pom.xml b/voila-runtime-dwrajax/pom.xml
index f79fe0ee281bdc80fe8f7877d05808895d41ad09..9ecc38911022a0371c2f77973411e4ae5485e5ff 100644
--- a/voila-runtime-dwrajax/pom.xml
+++ b/voila-runtime-dwrajax/pom.xml
@@ -1,16 +1,14 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<parent>
 		<artifactId>voila-runtime-root</artifactId>
 		<groupId>it.micegroup.voila.runtime</groupId>
-		<version>1.6-SNAPSHOT</version>
+		<version>1.6</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>${project.parent.version}</version>
+	<version>1.6</version>
 
 	<dependencies>
 		<dependency>
diff --git a/voila-runtime-hibernate-search/pom.xml b/voila-runtime-hibernate-search/pom.xml
index 5d013c7a75998f6ff39684f57d7ffa053f6855e7..a0f43afc754e4b19d227213196a8f4c7e66f61e8 100644
--- a/voila-runtime-hibernate-search/pom.xml
+++ b/voila-runtime-hibernate-search/pom.xml
@@ -1,16 +1,14 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<artifactId>voila-runtime-root</artifactId>
 		<groupId>it.micegroup.voila.runtime</groupId>
-		<version>1.6-SNAPSHOT</version>
+		<version>1.6</version>
 		<relativePath>../voila-runtime-root/pom.xml</relativePath>
 	</parent>
 	<artifactId>voila-runtime-hibernate-search</artifactId>
 	<name>Java framework Hibernate Search runtime module</name>
-	<version>${project.parent.version}</version>
+	<version>1.6</version>
 	<description>Java framework Hibernate Search runtime module</description>
 	<dependencies>
 		<dependency>
diff --git a/voila-runtime-hibernate-spatial/pom.xml b/voila-runtime-hibernate-spatial/pom.xml
index faac0ba054497ca3de4ff9fb258088bf7a31cbdf..9ee21b611f9840142bb43eee04f78e00df65f2d1 100644
--- a/voila-runtime-hibernate-spatial/pom.xml
+++ b/voila-runtime-hibernate-spatial/pom.xml
@@ -1,16 +1,14 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<artifactId>voila-runtime-root</artifactId>
 		<groupId>it.micegroup.voila.runtime</groupId>
-		<version>1.6-SNAPSHOT</version>
+		<version>1.6</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>${project.parent.version}</version>
+	<version>1.6</version>
 	<description>Java framework Hibernate Spatial extension runtime module</description>
 	<dependencies>
 		<!-- <dependency> -->
diff --git a/voila-runtime-hibernate/pom.xml b/voila-runtime-hibernate/pom.xml
index 7499e7520ebe289d508f6ffc3cefc673fbd33c47..7c4d99d9270e6809175412ac0fc831971710faff 100644
--- a/voila-runtime-hibernate/pom.xml
+++ b/voila-runtime-hibernate/pom.xml
@@ -1,16 +1,14 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<parent>
 		<artifactId>voila-runtime-root</artifactId>
 		<groupId>it.micegroup.voila.runtime</groupId>
-		<version>1.6-SNAPSHOT</version>
+		<version>1.6</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>${project.parent.version}</version>
+	<version>1.6</version>
 	<dependencies>
 		<dependency>
 			<groupId>org.hibernate</groupId>
diff --git a/voila-runtime-jasper4/pom.xml b/voila-runtime-jasper4/pom.xml
index d3ab840d1ff3487a8c68a6a941a5b6416cd15008..3bcad4aefae01d23e562964e6712aed0131e0582 100644
--- a/voila-runtime-jasper4/pom.xml
+++ b/voila-runtime-jasper4/pom.xml
@@ -1,16 +1,14 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<artifactId>voila-runtime-root</artifactId>
 		<groupId>it.micegroup.voila.runtime</groupId>
-		<version>1.6-SNAPSHOT</version>
+		<version>1.6</version>
 		<relativePath>../voila-runtime-root/pom.xml</relativePath>
 	</parent>
 	<artifactId>voila-runtime-jasper4</artifactId>
 	<name>Java framework Jasper report runtime module</name>
-	<version>${project.parent.version}</version>
+	<version>1.6</version>
 	<description>Java framework Spring Mvc runtime module</description>
 	<dependencies>
 		<dependency>
diff --git a/voila-runtime-mail/pom.xml b/voila-runtime-mail/pom.xml
index fd8f6498d9ceabbc6e10d790d4276c07fab16fc8..76f2dacf3e8726d0dd0e15e8a6f7c5873f8602c3 100644
--- a/voila-runtime-mail/pom.xml
+++ b/voila-runtime-mail/pom.xml
@@ -1,16 +1,14 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<artifactId>voila-runtime-root</artifactId>
 		<groupId>it.micegroup.voila.runtime</groupId>
-		<version>1.6-SNAPSHOT</version>
+		<version>1.6</version>
 		<relativePath>../voila-runtime-root/pom.xml</relativePath>
 	</parent>
 	<artifactId>voila-runtime-mail</artifactId>
 	<name>Java framework Mail runtime module</name>
-	<version>${project.parent.version}</version>
+	<version>1.6</version>
 	<description>Java framework Mail runtime module</description>
 	<dependencies>
 		<dependency>
diff --git a/voila-runtime-oawtemplate/pom.xml b/voila-runtime-oawtemplate/pom.xml
index 12384e39605e8218eba65f9b313fc71996335552..c6eb11063acc77ce33b98a497393c0741f6718cf 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.6-SNAPSHOT</version>
+		<version>1.6</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>${project.parent.version}</version>
+	<version>1.6</version>
 	<dependencies>
         <dependency>
             <groupId>org.openarchitectureware</groupId>
diff --git a/voila-runtime-quartz/pom.xml b/voila-runtime-quartz/pom.xml
index 2cc26a01b9d580c7293456320ed3f6a4bb36ac47..38dd9b5951d7c5bff18ec5e3e9c313ee6681b984 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.6-SNAPSHOT</version>
+		<version>1.6</version>
 		<relativePath>../voila-runtime-root/pom.xml</relativePath>
 	</parent>
 	<artifactId>voila-runtime-quartz</artifactId>
 	<name>Java framework Quartz runtime module</name>
-	<version>${project.parent.version}</version>
+	<version>1.6</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 161c2c4ddcf37214f3f485546adaa237d2242543..48815d1fd15e5330b08aaef2836dfc127483448b 100644
--- a/voila-runtime-restws/pom.xml
+++ b/voila-runtime-restws/pom.xml
@@ -1,16 +1,14 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<parent>
 		<artifactId>voila-runtime-root</artifactId>
 		<groupId>it.micegroup.voila.runtime</groupId>
-		<version>1.6-SNAPSHOT</version>
+		<version>1.6</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>${project.parent.version}</version>
+	<version>1.6</version>
 
 	<dependencies>
 		<dependency>
diff --git a/voila-runtime-root/pom.xml b/voila-runtime-root/pom.xml
index aa12fe50ac6615746051f332602aece8182393bb..ec6324fcfbf7bc0568bd9b4d08980cc7a5dde949 100644
--- a/voila-runtime-root/pom.xml
+++ b/voila-runtime-root/pom.xml
@@ -1,12 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 
 	<groupId>it.micegroup.voila.runtime</groupId>
 	<artifactId>voila-runtime-root</artifactId>
-	<version>1.6-SNAPSHOT</version>
+	<version>1.6</version>
 	<packaging>pom</packaging>
 
 	<name>Java framework Root runtime module</name>
@@ -97,7 +95,7 @@
 		<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>
-		<tag>HEAD</tag>
+		<tag>v1.6</tag>
 	</scm>
 
 	<distributionManagement>
diff --git a/voila-runtime-rtftemplate/pom.xml b/voila-runtime-rtftemplate/pom.xml
index 6e3be4798f5ddc8b2c1f0ab5e68a9265ea5e2333..53d8693af16df67c112e6fa74d5844c491b687b0 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.6-SNAPSHOT</version>
+		<version>1.6</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>${project.parent.version}</version>
+	<version>1.6</version>
 	<dependencies>
 		<dependency>
 			<groupId>commons-beanutils</groupId>
diff --git a/voila-runtime-security/pom.xml b/voila-runtime-security/pom.xml
index 73ee88c8dc357e2bdd13fe55901e9639ca604922..4c75e9486140ff4493e1f2592835c77d31dce388 100644
--- a/voila-runtime-security/pom.xml
+++ b/voila-runtime-security/pom.xml
@@ -1,16 +1,14 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<parent>
 		<artifactId>voila-runtime-root</artifactId>
 		<groupId>it.micegroup.voila.runtime</groupId>
-		<version>1.6-SNAPSHOT</version>
+		<version>1.6</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>${project.parent.version}</version>
+	<version>1.6</version>
 	<dependencies>
 		<dependency>
 			<groupId>it.micegroup.voila.runtime</groupId>
diff --git a/voila-runtime-springmvc/pom.xml b/voila-runtime-springmvc/pom.xml
index f607a0e8457efa97cde77f93e6523d2c428f5cc7..e01eccc26364decc62077060c0d34e9cfa8a9625 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.6-SNAPSHOT</version>
+		<version>1.6</version>
 		<relativePath>../voila-runtime-root/pom.xml</relativePath>
 	</parent>
 	<artifactId>voila-runtime-springmvc</artifactId>
 	<name>Java framework Spring MVC runtime module</name>
-	<version>${project.parent.version}</version>
+	<version>1.6</version>
 	<description>Java framework Spring Mvc runtime module</description>
 	<dependencies>
 <!-- 		<dependency> -->
diff --git a/voila-runtime-springtest/pom.xml b/voila-runtime-springtest/pom.xml
index 058cb9cbe9380fedc32a2877acdbc2fd03ef3a87..64f4c33bf150e116e4ce729dbdd52681dd112a9a 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.6-SNAPSHOT</version>
+		<version>1.6</version>
 		<relativePath>../voila-runtime-root/pom.xml</relativePath>
 	</parent>
 	<artifactId>voila-runtime-springtest</artifactId>
 	<name>Java framework Spring Test runtime module</name>
-	<version>${project.parent.version}</version>
+	<version>1.6</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 64095d3366d265f38828accb5d864a91d8785e93..50dce5da86cf0a5af9cfbee24abe50c63b9efa03 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.6-SNAPSHOT</version>
+		<version>1.6</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>${project.parent.version}</version>
+	<version>1.6</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 da2428ec2e8af596e92273e39eeef4727a339902..6f21f18f49f2ff2cb10e860f5a140318c758263a 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.6-SNAPSHOT</version>
+		<version>1.6</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>${project.parent.version}</version>
+	<version>1.6</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 b8b876eee7ce174aa08517c47a2733ffbd59a54d..41ae8ace122f905bcb03a210dddce5d7a7586aea 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.6-SNAPSHOT</version>
+		<version>1.6</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>${project.parent.version}</version>
+	<version>1.6</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 e0b02b61a66b515860c97294473310b0c21f002e..4effa1edb097697da8bf518ec970860bffcf606f 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.6-SNAPSHOT</version>
+		<version>1.6</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>${project.parent.version}</version>
+	<version>1.6</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 f89a04bb6cbca6d1ef8793d8037c64b6d046b1ea..46e527474ebbccdb4dd2ca5095c9998e38ab391b 100644
--- a/voila-runtime-style-responsive-adminlte/pom.xml
+++ b/voila-runtime-style-responsive-adminlte/pom.xml
@@ -1,16 +1,14 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<parent>
 		<artifactId>voila-runtime-root</artifactId>
 		<groupId>it.micegroup.voila.runtime</groupId>
-		<version>1.6-SNAPSHOT</version>
+		<version>1.6</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>${project.parent.version}</version>
+	<version>1.6</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 9d8f43c5ef0045733a865a34f0f7e586746979ab..f1dd03e3142eed4acb6ce08780cbd28218a85ae7 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.6-SNAPSHOT</version>
+		<version>1.6</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>${project.parent.version}</version>
+	<version>1.6</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 96146156e510092e0a2a6a4e41dc3d77da6ba572..8b9728c12b94acb5350e2b22c94c4788c4da640a 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.6-SNAPSHOT</version>
+		<version>1.6</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>${project.parent.version}</version>
+	<version>1.6</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 81696d09abc9d1b9192aa1a1a2688c2d78ceb5c8..c309745a2c683bc430aa876624b8ee9947b8818a 100644
--- a/voila-runtime-web-res-jquery/pom.xml
+++ b/voila-runtime-web-res-jquery/pom.xml
@@ -1,16 +1,14 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<parent>
 		<artifactId>voila-runtime-root</artifactId>
 		<groupId>it.micegroup.voila.runtime</groupId>
-		<version>1.6-SNAPSHOT</version>
+		<version>1.6</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>${project.parent.version}</version>
+	<version>1.6</version>
 	<dependencies>
 		<dependency>
 			<groupId>it.micegroup.voila.runtime</groupId>
diff --git a/voila-runtime-web-res-mce/pom.xml b/voila-runtime-web-res-mce/pom.xml
index d40d9abda9128573c29098dce1f6c0a3b20e32d9..dbe1f5037d954a28d72d8398dd672242c9fa95bd 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.6-SNAPSHOT</version>
+		<version>1.6</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>${project.parent.version}</version>
+	<version>1.6</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 f6ac84e8774af434ad41708123296966d2d7e282..72ff7b817c7d2577dcac9d0dfd88a84b9da3053c 100644
--- a/voila-runtime-web/pom.xml
+++ b/voila-runtime-web/pom.xml
@@ -1,16 +1,14 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<parent>
 		<artifactId>voila-runtime-root</artifactId>
 		<groupId>it.micegroup.voila.runtime</groupId>
-		<version>1.6-SNAPSHOT</version>
+		<version>1.6</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>${project.parent.version}</version>
+	<version>1.6</version>
 	<dependencies>
 		<dependency>
 			<groupId>org.springframework</groupId>