diff --git a/README.md b/README.md index 02017b2..cd8c42a 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.1.0" +GIS_PLUGINS_VERSION="1.2.0" # 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 ba20ce6..ce72d71 100644 --- a/assemblies/pom.xml +++ b/assemblies/pom.xml @@ -4,7 +4,7 @@ com.atolcd.hop gis-plugin-assemblies - 1.1.0 + 1.2.0 pom HOP GIS Plugins assemblies @@ -12,7 +12,7 @@ com.atolcd.hop hop-gis-plugins-holder - 1.1.0 + 1.2.0 diff --git a/hop-gis-plugins/pom.xml b/hop-gis-plugins/pom.xml index ba71083..75a1657 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.1.0 + 1.2.0 4.0.0