This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch 1.5-RC3 in repository https://gitbox.apache.org/repos/asf/sis.git
commit 0edd5e3f15963bf7f73c4ce33c83429f55f712ee Author: Martin Desruisseaux <[email protected]> AuthorDate: Wed Sep 3 12:38:25 2025 +0200 Set version number to 1.5. --- 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 84cd4dc2a9..d7945d33d7 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.5.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 2ee99b3c9c..c7ac2d5eb1 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.5 # 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..3126cc682d 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.5</version> <packaging>pom</packaging> <name>Apache SIS</name>
