This is an automated email from the ASF dual-hosted git repository.
desruisseaux pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/sis.git
The following commit(s) were added to refs/heads/main by this push:
new fc4e562e7f Upgrade version number to `1.7-SNAPSHOT` for next
development cycle.
fc4e562e7f is described below
commit fc4e562e7f60a2a66f46cef25ac8ab0fd45c5bae
Author: Martin Desruisseaux <[email protected]>
AuthorDate: Mon Feb 2 16:13:02 2026 +0100
Upgrade version number to `1.7-SNAPSHOT` for next development cycle.
---
endorsed/src/org.apache.sis.openoffice/bundle/README.md | 2 +-
gradle.properties | 2 +-
optional/src/org.apache.sis.gui/bundle/README | 8 ++++----
parent/pom.xml | 2 +-
4 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/endorsed/src/org.apache.sis.openoffice/bundle/README.md
b/endorsed/src/org.apache.sis.openoffice/bundle/README.md
index 4bf740c742..3253dc7f43 100644
--- a/endorsed/src/org.apache.sis.openoffice/bundle/README.md
+++ b/endorsed/src/org.apache.sis.openoffice/bundle/README.md
@@ -83,7 +83,7 @@ Launch:
```
cd target
-unopkg add apache-sis-1.6-SNAPSHOT.oxt --log-file log.txt
+unopkg add apache-sis-1.7-SNAPSHOT.oxt --log-file log.txt
scalc -env:RTL_LOGFILE=log.txt
```
diff --git a/gradle.properties b/gradle.properties
index 3c6e42ba50..0126707134 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -3,7 +3,7 @@
# This file provides a single location where version number
# and deployment URL can be changed before new tags.
#
-version=1.6-SNAPSHOT
+version=1.7-SNAPSHOT
# Following identifiers should match <server> elements in the Maven
settings.xml file.
# They are used for fetching the credentials for publishing binaries in a
repository.
diff --git a/optional/src/org.apache.sis.gui/bundle/README
b/optional/src/org.apache.sis.gui/bundle/README
index 84def79dee..17e0350092 100644
--- a/optional/src/org.apache.sis.gui/bundle/README
+++ b/optional/src/org.apache.sis.gui/bundle/README
@@ -18,11 +18,11 @@ the only requirement is Java 11 or later, except the GDAL
module which requires
Java 22. For launching the desktop application, requirements are Java 22 or
later
and JavaFX 24 or later.
-1) Unzip `apache-sis-1.6-bin.zip` in any directory.
-2) Invoke `./apache-sis-1.6/bin/sis` for the command-line.
-3) Invoke `./apache-sis-1.6/bin/sisfx` for the graphical application.
+1) Unzip `apache-sis-1.7-bin.zip` in any directory.
+2) Invoke `./apache-sis-1.7/bin/sis` for the command-line.
+3) Invoke `./apache-sis-1.7/bin/sisfx` for the graphical application.
-The `apache-sis-1.6/bin` directory may also be added to the `PATH` environment
+The `apache-sis-1.7/bin` directory may also be added to the `PATH` environment
variable for making `sis` or `sisfx` invocations easier.
diff --git a/parent/pom.xml b/parent/pom.xml
index 470825e8ec..f9795915a9 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -38,7 +38,7 @@
============================================================== -->
<groupId>org.apache.sis</groupId>
<artifactId>parent</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.7-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache SIS</name>