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

commit 4a18444a15646b49fb849f7a95b0416e801a9462
Author: Martin Desruisseaux <[email protected]>
AuthorDate: Wed Oct 1 18:43:50 2025 +0200

    Set version number to 1.6-SNAPSHOT.
---
 endorsed/src/org.apache.sis.openoffice/bundle/README.md                 | 2 +-
 .../src/org.apache.sis.util/main/org/apache/sis/system/Modules.java     | 2 +-
 gradle.properties                                                       | 2 +-
 parent/pom.xml                                                          | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/endorsed/src/org.apache.sis.openoffice/bundle/README.md 
b/endorsed/src/org.apache.sis.openoffice/bundle/README.md
index 84cd4dc2a9..4bf740c742 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.5-SNAPSHOT.oxt --log-file log.txt
+unopkg add apache-sis-1.6-SNAPSHOT.oxt --log-file log.txt
 scalc -env:RTL_LOGFILE=log.txt
 ```
 
diff --git 
a/endorsed/src/org.apache.sis.util/main/org/apache/sis/system/Modules.java 
b/endorsed/src/org.apache.sis.util/main/org/apache/sis/system/Modules.java
index f4c1c8c8cb..71411c744b 100644
--- a/endorsed/src/org.apache.sis.util/main/org/apache/sis/system/Modules.java
+++ b/endorsed/src/org.apache.sis.util/main/org/apache/sis/system/Modules.java
@@ -116,7 +116,7 @@ public final class Modules {
      *
      * @see org.apache.sis.util.Version
      */
-    public static final int MINOR_VERSION = 5;
+    public static final int MINOR_VERSION = 6;
 
     /**
      * The prefix of all classnames in Apache SIS, including a trailing dot.
diff --git a/gradle.properties b/gradle.properties
index 2ee99b3c9c..3c6e42ba50 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.5-SNAPSHOT
+version=1.6-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/parent/pom.xml b/parent/pom.xml
index df18c286c0..470825e8ec 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -38,7 +38,7 @@
        ============================================================== -->
   <groupId>org.apache.sis</groupId>
   <artifactId>parent</artifactId>
-  <version>1.5-SNAPSHOT</version>
+  <version>1.6-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache SIS</name>

Reply via email to