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 7276317ed7 Set version number to 1.5 for next release cycle.
7276317ed7 is described below
commit 7276317ed7e929a670f6165d6977d5aabdfc82bf
Author: Martin Desruisseaux <[email protected]>
AuthorDate: Sat Oct 7 17:36:28 2023 +0200
Set version number to 1.5 for next release cycle.
---
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 +-
.../src/org.apache.sis.util/main/org/apache/sis/system/Modules.java | 2 +-
incubator/build.gradle.kts | 2 +-
optional/build.gradle.kts | 2 +-
parent/pom.xml | 2 +-
7 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/endorsed/build.gradle.kts b/endorsed/build.gradle.kts
index ca7aa0308d..09483d0fe9 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-SNAPSHOT"
+version = "1.5-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 ebdcfa6a12..84cd4dc2a9 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-SNAPSHOT.oxt --log-file log.txt
+unopkg add apache-sis-1.5-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 f7945afcd7..5238e5710c 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-SNAPSHOT.jar:$CLASSPATH
+export
CLASSPATH=$PWD/target/binaries/sis-referencing-1.5-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/system/Modules.java
b/endorsed/src/org.apache.sis.util/main/org/apache/sis/system/Modules.java
index e148e9dfd4..5f4c76b615 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 = 4;
+ public static final int MINOR_VERSION = 5;
/**
* The prefix of all classnames in Apache SIS, including a trailing dot.
diff --git a/incubator/build.gradle.kts b/incubator/build.gradle.kts
index 0724c5f5f4..0a1a1bd5c2 100644
--- a/incubator/build.gradle.kts
+++ b/incubator/build.gradle.kts
@@ -15,7 +15,7 @@
* limitations under the License.
*/
group = "org.apache.sis"
-version = "1.4-SNAPSHOT"
+version = "1.5-SNAPSHOT"
/*
* "org.apache.sis.buildtools" is a custom Gradle plugin for building a
project with Module Source Hierarchy.
diff --git a/optional/build.gradle.kts b/optional/build.gradle.kts
index c7d02a5e1e..27d145361b 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-SNAPSHOT"
+version = "1.5-SNAPSHOT"
val pathToFX = System.getenv("PATH_TO_FX")
if (pathToFX == null) {
diff --git a/parent/pom.xml b/parent/pom.xml
index 7d8dfa94e9..9b3f339cfc 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -38,7 +38,7 @@
============================================================== -->
<groupId>org.apache.sis</groupId>
<artifactId>parent</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache SIS</name>