From 483e3b6b1f86c633bed09d009c51095bf23d6200 Mon Sep 17 00:00:00 2001 From: Charles-Henry Vagner Date: Thu, 24 Oct 2024 16:58:10 +0200 Subject: [PATCH 1/3] docs: fix example link on main README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 653cf68..f2e5791 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ See [dedicated page](docker/README.md) Testing the plugins --------------------- -See [dedicated page](example/README.md) +See [dedicated page](examples/README.md) Using the plugins From 03071011dd9cce30e2b4f1f5a502aef2689c2542 Mon Sep 17 00:00:00 2001 From: Charles-Henry Vagner Date: Thu, 24 Oct 2024 16:58:54 +0200 Subject: [PATCH 2/3] fix: Hop 2.10.0 compatibility --- README.md | 2 +- docker/hop-gis/README.md | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f2e5791..ed5b527 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Apache Hop GIS Plugins This project allows you to manage GIS data in Apache Hop, [Hop Orchestration Platform](https://hop.apache.org/). It is a counterpart of [Pentaho Data Integrator GIS Plugins](https://github.com/atolcd/pentaho-gis-plugins). -Tested with Apache Hop `2.10.0-SNAPSHOT`. +Tested with Apache Hop `2.10.0`. Building the plugins diff --git a/docker/hop-gis/README.md b/docker/hop-gis/README.md index 19dc0ab..da7384a 100644 --- a/docker/hop-gis/README.md +++ b/docker/hop-gis/README.md @@ -4,7 +4,7 @@ Execute the script with the right HOP version, from the root dir: ```sh # Read Hop version in pom.xml HOP_VERSION=$(grep -Po '\K[^<]*' pom.xml) -# HOP_VERSION="2.10.0-SNAPSHOT" +# HOP_VERSION="2.10.0" docker/hop-gis/build.sh ${HOP_VERSION} ``` diff --git a/pom.xml b/pom.xml index fc5cf79..d12b0f2 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ - 2.10.0-SNAPSHOT + 2.10.0 From c49afbf41fc649ad0610315d09db580551377fe8 Mon Sep 17 00:00:00 2001 From: Charles-Henry Vagner Date: Thu, 24 Oct 2024 17:04:21 +0200 Subject: [PATCH 3/3] Bump to 1.3.1 --- README.md | 2 +- assemblies/pom.xml | 4 ++-- hop-gis-plugins/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) 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