diff --git a/voila-runtime-batch/pom.xml b/voila-runtime-batch/pom.xml
index 434cde837da7c081821b1a448f336c71eace073e..75fedac152eb9fa5c4a21e173e41aa3b5c1bd1d5 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.3</version>
+		<version>1.4-SNAPSHOT</version>
 		<relativePath>../voila-runtime-root/pom.xml</relativePath>
 	</parent>
 	<artifactId>voila-runtime-batch</artifactId>
 	<name>Java framework Spring Batch runtime module</name>
-	<version>1.3</version>
+	<version>1.0</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.3</version>
+			<version>1.0</version>
 		</dependency>
 		<dependency>
 			<groupId>org.springframework.batch</groupId>
diff --git a/voila-runtime-core/pom.xml b/voila-runtime-core/pom.xml
index ac1b159e397bafba7f01e76db4607f61a8b2b245..176c414d57cb60fcd90116e511769e7d04fc8e59 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.3</version>
+		<version>1.4-SNAPSHOT</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.3</version>
+	<version>1.0</version>
 	<dependencies>
 		<dependency>
 			<groupId>log4j</groupId>
diff --git a/voila-runtime-displaytag/pom.xml b/voila-runtime-displaytag/pom.xml
index 80b44aa07397fae50c628e67b62c0fe08dc82bc0..362ad9e44a37978521d26e83bb96dfe44b2910d4 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.3</version>
+		<version>1.4-SNAPSHOT</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.3</version>
+	<version>1.0</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.3</version>
+			<version>1.0</version>
 		</dependency>
 		<dependency>
 			<groupId>com.lowagie</groupId>
diff --git a/voila-runtime-dwrajax/pom.xml b/voila-runtime-dwrajax/pom.xml
index 0e427cb6cf9c63666679fa84b6766a699bb2f0ca..616aad7bc624f6142b8355ea056eb2f546646edb 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.3</version>
+		<version>1.4-SNAPSHOT</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.3</version>
+	<version>1.0</version>
 
 	<dependencies>
 		<dependency>
@@ -19,7 +19,7 @@
 		<dependency>
 			<groupId>it.micegroup.voila.runtime</groupId>
 			<artifactId>voila-runtime-springmvc</artifactId>
-			<version>1.3</version>
+			<version>1.0</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 f67b8233380ec0abf97293554f7362dc58b6ac60..bd8570b512106f94a1b11231570ce9f33214fb53 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.3</version>
+		<version>1.4-SNAPSHOT</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.3</version>
+	<version>1.0</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.3</version>
+			<version>1.0</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 f277949c169f4796dcc71bb130a18090985135ed..534faf07ab84298baa203596085efa92fb09f52b 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.3</version>
+		<version>1.4-SNAPSHOT</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.3</version>
+	<version>1.0</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.3</version>
+			<version>1.0</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 8a6a3978f7bcc5ed158a4bd5bf727bd02358c87a..a5aec1d3cea2d7861083029b20463b7f86b6a5d0 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.3</version>
+		<version>1.4-SNAPSHOT</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.3</version>
+	<version>1.0</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.3</version>
+			<version>1.0</version>
 		</dependency>
 		<dependency>
 			<groupId>it.micegroup.voila.runtime</groupId>
 			<artifactId>voila-runtime-security</artifactId>
-			<version>1.3</version>
+			<version>1.0</version>
 		</dependency>
 		<dependency>
 			<groupId>org.springframework</groupId>
diff --git a/voila-runtime-jasper4/pom.xml b/voila-runtime-jasper4/pom.xml
index fec51135ce6b8703856cee37f84d548f28bafad3..dbfa2fa020c4aaabafbf0d725e1f4ed33042fec0 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.3</version>
+		<version>1.4-SNAPSHOT</version>
 		<relativePath>../voila-runtime-root/pom.xml</relativePath>
 	</parent>
 	<artifactId>voila-runtime-jasper4</artifactId>
 	<name>Java framework Jasper report runtime module</name>
-	<version>1.3</version>
+	<version>1.0</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.3</version>
+			<version>1.0</version>
 		</dependency>
 		<dependency>
 			<groupId>it.micegroup.voila.runtime</groupId>
 			<artifactId>voila-runtime-core</artifactId>
-			<version>1.3</version>
+			<version>1.0</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 754d5183fef1ba5325aa20be8f877db74a1e1688..f5e81f4338fd5386c162fc3bcd647cc92621ad91 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.3</version>
+		<version>1.4-SNAPSHOT</version>
 		<relativePath>../voila-runtime-root/pom.xml</relativePath>
 	</parent>
 	<artifactId>voila-runtime-mail</artifactId>
 	<name>Java framework Mail runtime module</name>
-	<version>1.3</version>
+	<version>1.0</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.3</version>
+			<version>1.0</version>
 		</dependency>
 <!-- 		<dependency> -->
 <!-- 			<groupId>it.micegroup.voila.runtime</groupId> -->
diff --git a/voila-runtime-oawtemplate/pom.xml b/voila-runtime-oawtemplate/pom.xml
index 95a1ab2674691b40ef1200e1aee3e0a08d806653..5a9e5a6fada3378041b793a164e3a9ed26a5c258 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.3</version>
+		<version>1.4-SNAPSHOT</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.3</version>
+	<version>1.0</version>
 	<dependencies>
         <dependency>
             <groupId>org.openarchitectureware</groupId>
diff --git a/voila-runtime-quartz/pom.xml b/voila-runtime-quartz/pom.xml
index b18b1ee37aaef0bc949fa2f9c1bfd6c3c5adeabb..9aedec76633385efb21369d7eaf4c84025e5c8cc 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.3</version>
+		<version>1.4-SNAPSHOT</version>
 		<relativePath>../voila-runtime-root/pom.xml</relativePath>
 	</parent>
 	<artifactId>voila-runtime-quartz</artifactId>
 	<name>Java framework Quartz runtime module</name>
-	<version>1.3</version>
+	<version>1.0</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 e1586c2b9f6c153215412c2de78169e2dcf33753..a8e4c96156f61d83a8b509826c8e02be0c2c6ab9 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.3</version>
+		<version>1.4-SNAPSHOT</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.3</version>
+	<version>1.0</version>
 
 	<dependencies>
 		<dependency>
 			<groupId>it.micegroup.voila.runtime</groupId>
 			<artifactId>voila-runtime-springmvc</artifactId>
-			<version>1.3</version>
+			<version>1.0</version>
 		</dependency>
 		<dependency>
 			<groupId>org.codehaus.jackson</groupId>
diff --git a/voila-runtime-root/pom.xml b/voila-runtime-root/pom.xml
index a464003c8c732fc22e98c2202e40b462d72f9384..32473b388f2a9a5e5439d8228612cd4ec94ad7c8 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.3</version>
+	<version>1.4-SNAPSHOT</version>
 	<packaging>pom</packaging>
 
 	<name>Java framework Root runtime module</name>
@@ -93,7 +93,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>v1.3</tag>
+	  <tag>HEAD</tag>
   </scm>
 
 	<distributionManagement>
diff --git a/voila-runtime-rtftemplate/pom.xml b/voila-runtime-rtftemplate/pom.xml
index e6678f0266a7ded8f96867ebc49c8e74b8a9e86a..2be446aecea50d50e55aadae45a19cbca9538073 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.3</version>
+		<version>1.4-SNAPSHOT</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.3</version>
+	<version>1.0</version>
 	<dependencies>
 		<dependency>
 			<groupId>commons-beanutils</groupId>
diff --git a/voila-runtime-security/pom.xml b/voila-runtime-security/pom.xml
index d4352520b0e12aa4d25ad592360cfae4fc06cb6d..7c90b4928c516d0d728155ecda5c8318ac38ccda 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.3</version>
+		<version>1.4-SNAPSHOT</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.3</version>
+	<version>1.0</version>
 	<dependencies>
 		<dependency>
 			<groupId>it.micegroup.voila.runtime</groupId>
 			<artifactId>voila-runtime-core</artifactId>
-			<version>1.3</version>
+			<version>1.0</version>
 		</dependency>
 		<dependency>
 			<groupId>org.springframework.security</groupId>
diff --git a/voila-runtime-springmvc/pom.xml b/voila-runtime-springmvc/pom.xml
index 2297f3465172e1cffcb9b8db1a4e4d8ea7db6ca6..930710ba569d8127a2aa5af0b9c5f4e84b63f795 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.3</version>
+		<version>1.4-SNAPSHOT</version>
 		<relativePath>../voila-runtime-root/pom.xml</relativePath>
 	</parent>
 	<artifactId>voila-runtime-springmvc</artifactId>
 	<name>Java framework Spring MVC runtime module</name>
-	<version>1.3</version>
+	<version>1.0</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.3</version>
+			<version>1.0</version>
 		</dependency>
 		<dependency>
 			<groupId>it.micegroup.voila.runtime</groupId>
 			<artifactId>voila-runtime-core</artifactId>
-			<version>1.3</version>
+			<version>1.0</version>
 		</dependency>
 		<dependency>
 			<groupId>it.micegroup.voila.runtime</groupId>
 			<artifactId>voila-runtime-displaytag</artifactId>
-			<version>1.3</version>
+			<version>1.0</version>
 		</dependency>
 		<dependency>
 			<groupId>it.micegroup.voila.runtime</groupId>
 			<artifactId>voila-runtime-security</artifactId>
-			<version>1.3</version>
+			<version>1.0</version>
 		</dependency>
 		<dependency>
 			<groupId>org.springframework.security</groupId>
diff --git a/voila-runtime-springtest/pom.xml b/voila-runtime-springtest/pom.xml
index 81d8578abd21e22091d0d0d7748da7cf31b1533e..2e2cd508bc987cd0e67e51676cf669c3ada6d40a 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.3</version>
+		<version>1.4-SNAPSHOT</version>
 		<relativePath>../voila-runtime-root/pom.xml</relativePath>
 	</parent>
 	<artifactId>voila-runtime-springtest</artifactId>
 	<name>Java framework Spring Test runtime module</name>
-	<version>1.3</version>
+	<version>1.0</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 f0a3a68b73f5bf776c20b6f7e3ffa5c05a9c65b7..fd82a9986616c6373e6bac5ae22e02fdd581b7d0 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.3</version>
+		<version>1.4-SNAPSHOT</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.3</version>
+	<version>1.0</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 444c54df5e88acc88ce7b55978ced465b4068f5c..274bdc09d74c33126213e44d8232b134d16e17d9 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.3</version>
+		<version>1.4-SNAPSHOT</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.3</version>
+	<version>1.0</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 1d06ec029de1eb631fde9d0ed75ca0b9e99045e9..b9f214ec09dd7763c5fd18ef25f29f757ebf219b 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.3</version>
+		<version>1.4-SNAPSHOT</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.3</version>
+	<version>1.0</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 e5c62c545a43c00156ab29010611d6b438d4559d..a89e77c9c09e13cfc1d203f91dc0f8f201de37d1 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.3</version>
+		<version>1.4-SNAPSHOT</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.3</version>
+	<version>1.0</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 542da7bac7fd078ce48eb52cdd355e9e263960a7..e6438b6b354976674eb68060436d9bf97373f324 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.3</version>
+		<version>1.4-SNAPSHOT</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.3</version>
+	<version>1.0</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 bd37617bcc6f96df60d353dac32e41335fd02fee..eeccb4426f450926506a432ad24ca8197d6e8fa9 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.3</version>
+		<version>1.4-SNAPSHOT</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.3</version>
+	<version>1.0</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 488884b8e0e1c1146fa0c345332a0655e08a9508..1a857bb161dcc7b33d9b670cf12624b24930b4c4 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.3</version>
+		<version>1.4-SNAPSHOT</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.3</version>
+	<version>1.0</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 fb5a2b5d49ae04e609ecc728ea2050bdd3f7e791..9f047b29600c888ba227132aa1261b9481f3eac9 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.3</version>
+		<version>1.4-SNAPSHOT</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.3</version>
+	<version>1.0</version>
 	<dependencies>
 		<dependency> 
 			<groupId>it.micegroup.voila.runtime</groupId>
 			<artifactId>voila-runtime-core</artifactId>
-			<version>1.3</version>
+			<version>1.0</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 4f8c5721c3b1557b3b97fb667638dd1bc23325f7..6adaf05cdb60232d96f9bf897355685e93d39f68 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.3</version>
+		<version>1.4-SNAPSHOT</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.3</version>
+	<version>1.0</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 20a3dad7d8fc57e95ac1e6f9e830d920a7701c1a..8b5b4d9e1dd424cccc196f175ec53dae7dbb6304 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.3</version>
+		<version>1.4-SNAPSHOT</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.3</version>
+	<version>1.0</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.3</version>
+			<version>1.0</version>
 		</dependency>
 		<dependency>
 			<groupId>it.micegroup.voila.runtime</groupId>
 			<artifactId>voila-runtime-hibernate-spatial</artifactId>
-			<version>1.3</version>
+			<version>1.0</version>
 		</dependency>
 		<dependency>
 			<groupId>it.micegroup.voila.runtime</groupId>
 			<artifactId>voila-runtime-web-res-dojo</artifactId>
-			<version>1.3</version>
+			<version>1.0</version>
 		</dependency>
 		<dependency>
 			<groupId>it.micegroup.voila.runtime</groupId>
 			<artifactId>voila-runtime-web-res-jquery</artifactId>
-			<version>1.3</version>
+			<version>1.0</version>
 		</dependency>
 		<dependency>
 			<groupId>it.micegroup.voila.runtime</groupId>
 			<artifactId>voila-runtime-web-res-mce</artifactId>
-			<version>1.3</version>
+			<version>1.0</version>
 		</dependency>
 		<dependency>
 			<groupId>commons-fileupload</groupId>