From 21dc0ee5a97c2c64a3651e96a8ee36731ba9a4cd Mon Sep 17 00:00:00 2001 From: Charles-Henry Vagner Date: Tue, 13 Oct 2015 15:01:35 +0200 Subject: [PATCH] Fixes #2 Coordinate System Operation Step Opening break And updates version number Thanks to Miguel A. Manso for the bug report Change-Id: I1cc36d959d14836f043c5326f5a5d2922379091a --- dxf/pom.xml | 2 +- pentaho-gis-plugins/README.md | 7 ++++--- pentaho-gis-plugins/pom.xml | 8 ++++---- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/dxf/pom.xml b/dxf/pom.xml index fca3dab..f852c1b 100644 --- a/dxf/pom.xml +++ b/dxf/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs com.atolcd.gis dxf - 1.0-SNAPSHOT + 1.1-SNAPSHOT jar AtolCD dxf diff --git a/pentaho-gis-plugins/README.md b/pentaho-gis-plugins/README.md index 8a22489..c293a15 100644 --- a/pentaho-gis-plugins/README.md +++ b/pentaho-gis-plugins/README.md @@ -13,6 +13,7 @@ Building the plugins Check out the project if you have not already done so : git clone git://github.com/atolcd/pentaho-gis-plugins.git + cd pentaho-gis-plugins Install Java, Maven and PDI 5.4. @@ -24,7 +25,7 @@ To package the plugins, run the following commands from the base project directo cd pentaho-gis-plugins mvn clean assembly:assembly -The built package is target/pentaho-gis-plugins-1.0-SNAPSHOT-bin.zip (version can differ) +The built package is target/pentaho-gis-plugins-1.1-SNAPSHOT-bin.zip (version can differ) ***Integration with Eclipse*** @@ -60,8 +61,8 @@ Proceed in two steps : first use "Uninstall this plugin" then start a fresh inst Extract the content of pentaho-gis-plugins-VERSION-bin.zip in ${PENTAHO_HOME}/plugins/steps. Example of extraction from the root directory of the project : - wget https://github.com/atolcd/pentaho-gis-plugins/releases/download/v1.0-snapshot/pentaho-gis-plugins-1.0-SNAPSHOT-bin.zip - unzip pentaho-gis-plugins-1.0-SNAPSHOT-bin.zip -d ${PENTAHO_HOME}/plugins/steps + wget https://github.com/atolcd/pentaho-gis-plugins/releases/download/v1.1-snapshot/pentaho-gis-plugins-1.1-SNAPSHOT-bin.zip + unzip pentaho-gis-plugins-1.1-SNAPSHOT-bin.zip -d ${PENTAHO_HOME}/plugins/steps To upgrade the plugin, delete files you added before and start a fresh installation. diff --git a/pentaho-gis-plugins/pom.xml b/pentaho-gis-plugins/pom.xml index 36def1a..dc1c46b 100644 --- a/pentaho-gis-plugins/pom.xml +++ b/pentaho-gis-plugins/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs com.atolcd.pentaho.di pentaho-gis-plugins - 1.0-SNAPSHOT + 1.1-SNAPSHOT jar Pentaho's Data Integrator GIS Plugins @@ -94,11 +94,11 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs 1.1 compile - + javax.xml jaxb-impl @@ -182,7 +182,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs com.atolcd.gis dxf - 1.0-SNAPSHOT + 1.1-SNAPSHOT