This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git
commit 610a9f8a9e808667a8afd331fff0505efb80dbbb Author: Martin Desruisseaux <[email protected]> AuthorDate: Fri May 13 14:26:58 2022 +0200 Increment version number from 1.2 to 1.3. --- application/sis-console/src/main/artifact/README | 6 +++--- application/sis-javafx/src/main/artifact/README | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/application/sis-console/src/main/artifact/README b/application/sis-console/src/main/artifact/README index c4b05633b3..55fd57398a 100644 --- a/application/sis-console/src/main/artifact/README +++ b/application/sis-console/src/main/artifact/README @@ -17,8 +17,8 @@ SIS requires Java 8 or later. Unix ---- -1) Unzip `apache-sis-1.2-bin.zip` in any directory. -2) Add the `apache-sis-1.2/bin` directory to the path. +1) Unzip `apache-sis-1.3-bin.zip` in any directory. +2) Add the `apache-sis-1.3/bin` directory to the path. 3) Invoke `sis` on the command line. Windows @@ -26,7 +26,7 @@ Windows There is not yet `sis.bat` file for Windows. The following steps need to be done manually: -1) Unzip `apache-sis-1.2-bin.zip` in any directory. +1) Unzip `apache-sis-1.3-bin.zip` in any directory. 2) Invoke `java -jar lib/sis.jar` on the command line. diff --git a/application/sis-javafx/src/main/artifact/README b/application/sis-javafx/src/main/artifact/README index 471be1e6e6..e89965953a 100644 --- a/application/sis-javafx/src/main/artifact/README +++ b/application/sis-javafx/src/main/artifact/README @@ -17,8 +17,8 @@ For developing applications using the SIS library or for using on command-line, the only requirement is Java 8 or later. For launching the desktop application, requirements are Java 16 or later and JavaFX 13 or later. -1) Unzip `apache-sis-1.2-bin.zip` in any directory. -2) Add the `apache-sis-1.2/bin` directory to the path. +1) Unzip `apache-sis-1.3-bin.zip` in any directory. +2) Add the `apache-sis-1.3/bin` directory to the path. 3) Invoke `sis` or `sisfx` on the command line.
