diff --git a/.gitignore b/.gitignore index 4b643d7593c2d60a81cedf5e30a60c64c6c4b5a4..a2a838f884230a241584c46a393631a02b81c358 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ nbactions.xml nb-configuration.xml .pmd .pmdruleset.xml +pom.xml.versionsBackup .project .settings/ /src/site/resources/seq-*.png diff --git a/pom.xml b/pom.xml index a0474b1b19a8bac95325e2431c22dc82bf9f1059..f4fd829799d5a3117e247fd0f4a6faa645c4a0a1 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>fr.agrometinfo</groupId> <artifactId>www</artifactId> - <version>2.0.4</version> + <version>2.0.5-SNAPSHOT</version> <packaging>pom</packaging> <name>AgroMetInfo web app</name> <description>Web application for AgroMetInfo.</description> diff --git a/www-client/pom.xml b/www-client/pom.xml index f27e4decf16637df2360fdecf9fc1244b2fa754c..b27b96da122ed1d989271459dc77e43f11bf207e 100644 --- a/www-client/pom.xml +++ b/www-client/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>fr.agrometinfo</groupId> <artifactId>www</artifactId> - <version>2.0.4</version> + <version>2.0.5-SNAPSHOT</version> </parent> <artifactId>www-client</artifactId> diff --git a/www-server/pom.xml b/www-server/pom.xml index 4d7d72baf0d674cd31e3ef550d3a1d227b713b3d..0ce8c1db731601d79d49aa42810067b01939ec26 100644 --- a/www-server/pom.xml +++ b/www-server/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>fr.agrometinfo</groupId> <artifactId>www</artifactId> - <version>2.0.4</version> + <version>2.0.5-SNAPSHOT</version> </parent> <artifactId>www-server</artifactId> diff --git a/www-shared/pom.xml b/www-shared/pom.xml index f2b4bead3d1b3d73451770caf589c30f6cbb876b..50c61e88abcb053fac4cfd34008b1b97b92c749f 100644 --- a/www-shared/pom.xml +++ b/www-shared/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>fr.agrometinfo</groupId> <artifactId>www</artifactId> - <version>2.0.4</version> + <version>2.0.5-SNAPSHOT</version> </parent> <artifactId>www-shared</artifactId>