diff --git a/pom.xml b/pom.xml
index 2b1046f2f811d5ca1815992f3421a4bc5fb2c270..8fcd0df7275c73b385711e8267a1665edd1d00f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>fr.soeretempo</groupId>
 	<artifactId>sido</artifactId>
-    <version>1.1.8</version>
+    <version>1.1.9-SNAPSHOT</version>
     <name>SIDO</name>
     <description>SIDO is a phenological data submission and verification tool.</description>
 	<packaging>pom</packaging>
diff --git a/sido-cli/pom.xml b/sido-cli/pom.xml
index 0745e01c6b892099bc6efd408d6706a5bd69fbd9..c030803ac0ff3c38927d6a6da64235ccc54a4f4d 100644
--- a/sido-cli/pom.xml
+++ b/sido-cli/pom.xml
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>fr.soeretempo</groupId>
 		<artifactId>sido</artifactId>
-		<version>1.1.8</version>
+		<version>1.1.9-SNAPSHOT</version>
 	</parent>
 	<artifactId>sido-cli</artifactId>
 	<name>sido-cli</name>
diff --git a/sido-createSchemaTable/pom.xml b/sido-createSchemaTable/pom.xml
index 732c10cbeccb26edd48794f7c199553a6ff6e40e..52ef57f497b5b78fd5c98e8c0f9925d504d0320b 100644
--- a/sido-createSchemaTable/pom.xml
+++ b/sido-createSchemaTable/pom.xml
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>fr.soeretempo</groupId>
 		<artifactId>sido</artifactId>
-		<version>1.1.8</version>
+		<version>1.1.9-SNAPSHOT</version>
 	</parent>
 	<artifactId>sido-createSchemaTables</artifactId>
 	<packaging>jar</packaging>
diff --git a/sido-eml/pom.xml b/sido-eml/pom.xml
index 437d03cc5e22dbdefdd9db08674bbd3112185e14..6bc5c824b1eb5dbffe1ab6d3a6cb3dba2079de8e 100644
--- a/sido-eml/pom.xml
+++ b/sido-eml/pom.xml
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>fr.soeretempo</groupId>
 		<artifactId>sido</artifactId>
-		<version>1.1.8</version>
+		<version>1.1.9-SNAPSHOT</version>
 	</parent>
 	<artifactId>sido-eml</artifactId>
 	<name>sido-eml</name>
diff --git a/sido-gwt/pom.xml b/sido-gwt/pom.xml
index 9f4e84ccf98d3d8ce7bc452499205d10877bf936..20bb956969657db133ec98c4adfe38df9cd64cbb 100644
--- a/sido-gwt/pom.xml
+++ b/sido-gwt/pom.xml
@@ -27,7 +27,7 @@
 	<parent>
 		<artifactId>sido</artifactId>
 		<groupId>fr.soeretempo</groupId>
-		<version>1.1.8</version>
+		<version>1.1.9-SNAPSHOT</version>
 	</parent>
 	<artifactId>sido-gwt</artifactId>
 	<packaging>war</packaging>
diff --git a/sido-rs/pom.xml b/sido-rs/pom.xml
index 6951406c7ce77cb7afe7949ae4de784046bd9a14..4846c1e57c6cff01bd9f4477a2bc82d21ccbd80a 100644
--- a/sido-rs/pom.xml
+++ b/sido-rs/pom.xml
@@ -26,7 +26,7 @@
 	<parent>
 		<artifactId>sido</artifactId>
 		<groupId>fr.soeretempo</groupId>
-		<version>1.1.8</version>
+		<version>1.1.9-SNAPSHOT</version>
 	</parent>
 	<artifactId>sido-rs</artifactId>
 	<description>POJO of SIDO web services</description>
diff --git a/verification/pom.xml b/verification/pom.xml
index 94057cd5777a09c690a6a8ce606cdd83fa9c15e7..487f236c86fe28d0de2b0721d55fdeb95bad37a4 100644
--- a/verification/pom.xml
+++ b/verification/pom.xml
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>fr.soeretempo</groupId>
 		<artifactId>sido</artifactId>
-                <version>1.1.8</version>
+                <version>1.1.9-SNAPSHOT</version>
         </parent>
 	<artifactId>sido-verification</artifactId>
 	<packaging>jar</packaging>