This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to tag 1.6 in repository https://gitbox.apache.org/repos/asf/sis.git
commit e9a35f0942a0576f08177e406dd42a8823ca27c9 Author: Martin Desruisseaux <[email protected]> AuthorDate: Tue Jan 27 16:12:53 2026 +0100 Set version number to 1.6. --- endorsed/src/org.apache.sis.openoffice/bundle/README.md | 2 +- endorsed/src/org.apache.sis.util/main/org/apache/sis/util/Version.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 4bf740c742..9127509004 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.6.oxt --log-file log.txt scalc -env:RTL_LOGFILE=log.txt ``` diff --git a/endorsed/src/org.apache.sis.util/main/org/apache/sis/util/Version.java b/endorsed/src/org.apache.sis.util/main/org/apache/sis/util/Version.java index 379ad74f2c..752527007b 100644 --- a/endorsed/src/org.apache.sis.util/main/org/apache/sis/util/Version.java +++ b/endorsed/src/org.apache.sis.util/main/org/apache/sis/util/Version.java @@ -60,7 +60,7 @@ public class Version implements CharSequence, Comparable<Version>, Serializable /** * The version of this Apache SIS distribution. */ - public static final Version SIS = new Version(MAJOR_VERSION + "." + MINOR_VERSION + "-SNAPSHOT"); + public static final Version SIS = new Version(MAJOR_VERSION + "." + MINOR_VERSION); /** * A few commonly used version numbers. This list is based on SIS needs, e.g. in {@code DataStore} implementations. diff --git a/gradle.properties b/gradle.properties index 3c6e42ba50..c8291a266a 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.6 # 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 470825e8ec..537a74e66f 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.6</version> <packaging>pom</packaging> <name>Apache SIS</name>
