diff --git a/README.md b/README.md
index ed5b527..ca3ac7b 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ Extract the content of `gis-plugin-assemblies-X.X.X.zip` in `${HOP_HOME}/plugins
Examples of extraction from the root directory of the project :
```sh
-GIS_PLUGINS_VERSION="1.3.0"
+GIS_PLUGINS_VERSION="1.3.1"
# Use compiled version...
GIS_PLUGINS_ASSEMBLY="assemblies/target/gis-plugin-assemblies-${GIS_PLUGINS_VERSION}.zip"
diff --git a/assemblies/pom.xml b/assemblies/pom.xml
index 5c1ee6e..5920bda 100644
--- a/assemblies/pom.xml
+++ b/assemblies/pom.xml
@@ -4,7 +4,7 @@
com.atolcd.hop
gis-plugin-assemblies
- 1.3.0
+ 1.3.1
pom
HOP GIS Plugins assemblies
@@ -12,7 +12,7 @@
com.atolcd.hop
hop-gis-plugins-holder
- 1.3.0
+ 1.3.1
diff --git a/hop-gis-plugins/pom.xml b/hop-gis-plugins/pom.xml
index 36e2e9b..495e197 100644
--- a/hop-gis-plugins/pom.xml
+++ b/hop-gis-plugins/pom.xml
@@ -3,7 +3,7 @@
hop-gis-plugins-holder
com.atolcd.hop
- 1.3.0
+ 1.3.1
4.0.0
diff --git a/pom.xml b/pom.xml
index d12b0f2..2f48c34 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.atolcd.hop
hop-gis-plugins-holder
pom
- 1.3.0
+ 1.3.1
HOP GIS Plugins and modified deps
HOP GIS Plugins and modified deps by Atol Conseils & Développements