This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch 1.4.1 in repository https://gitbox.apache.org/repos/asf/sis.git
commit 89a313dacd0ef7e70d30525caed77c7af5010d68 Author: Martin Desruisseaux <[email protected]> AuthorDate: Thu Dec 5 10:42:16 2024 +0100 Set version number to 1.4.1-SNAPSHOT. --- endorsed/build.gradle.kts | 2 +- endorsed/src/org.apache.sis.openoffice/bundle/README.md | 2 +- .../test/org/apache/sis/referencing/factory/sql/epsg/README.md | 2 +- endorsed/src/org.apache.sis.util/main/org/apache/sis/util/Version.java | 2 +- optional/build.gradle.kts | 2 +- parent/pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/endorsed/build.gradle.kts b/endorsed/build.gradle.kts index aac7fcc855..88f44f200b 100644 --- a/endorsed/build.gradle.kts +++ b/endorsed/build.gradle.kts @@ -15,7 +15,7 @@ * limitations under the License. */ group = "org.apache.sis" -version = "1.4" +version = "1.4.1-SNAPSHOT" /* * "org.apache.sis.buildtools" is a custom Gradle plugin for building a project with Module Source Hierarchy diff --git a/endorsed/src/org.apache.sis.openoffice/bundle/README.md b/endorsed/src/org.apache.sis.openoffice/bundle/README.md index 1351b41d8b..32d82cfaa1 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.4.oxt --log-file log.txt +unopkg add apache-sis-1.4.1-SNAPSHOT.oxt --log-file log.txt scalc -env:RTL_LOGFILE=log.txt ``` diff --git a/endorsed/src/org.apache.sis.referencing/test/org/apache/sis/referencing/factory/sql/epsg/README.md b/endorsed/src/org.apache.sis.referencing/test/org/apache/sis/referencing/factory/sql/epsg/README.md index 46712e1536..40e5e6643f 100644 --- a/endorsed/src/org.apache.sis.referencing/test/org/apache/sis/referencing/factory/sql/epsg/README.md +++ b/endorsed/src/org.apache.sis.referencing/test/org/apache/sis/referencing/factory/sql/epsg/README.md @@ -98,7 +98,7 @@ cd _<path to SIS project directory>_ mvn clean install export CLASSPATH=~/.m2/repository/org/apache/derby/derby/10.14.2.0/derby-10.14.2.0.jar export CLASSPATH=$PWD/core/sis-metadata/target/test-classes:$CLASSPATH -export CLASSPATH=$PWD/target/binaries/sis-referencing-1.4.jar:$CLASSPATH +export CLASSPATH=$PWD/target/binaries/sis-referencing-1.4.1-SNAPSHOT.jar:$CLASSPATH export CLASSPATH=$PWD/core/sis-metadata/target/test-classes:$CLASSPATH export CLASSPATH=$PWD/core/sis-referencing/target/test-classes:$CLASSPATH cd <path to local copy of http://svn.apache.org/repos/asf/sis/data/non-free/> 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 54c14170eb..03c16a1927 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 @@ -58,7 +58,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); + public static final Version SIS = new Version(MAJOR_VERSION + "." + MINOR_VERSION + ".1-SNAPSHOT"); /** * A few commonly used version numbers. This list is based on SIS needs, e.g. in {@code DataStore} implementations. diff --git a/optional/build.gradle.kts b/optional/build.gradle.kts index 5125b2a8bf..3505521c49 100644 --- a/optional/build.gradle.kts +++ b/optional/build.gradle.kts @@ -15,7 +15,7 @@ * limitations under the License. */ group = "org.apache.sis" -version = "1.4" +version = "1.4.1-SNAPSHOT" val pathToFX = System.getenv("PATH_TO_FX") if (pathToFX == null) { diff --git a/parent/pom.xml b/parent/pom.xml index 755a231df2..cdca79f17c 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -38,7 +38,7 @@ ============================================================== --> <groupId>org.apache.sis</groupId> <artifactId>parent</artifactId> - <version>1.4</version> + <version>1.4.1-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache SIS</name>
