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 7a734d927abeac39a618e1b87d2cf0fe00284c51 Merge: 0665f030cd 7f124c7bc5 Author: Martin Desruisseaux <[email protected]> AuthorDate: Tue Nov 28 18:20:00 2023 +0100 Merge branch 'geoapi-3.1' buildSrc/build.gradle.kts | 1 - .../main/kotlin/sis.library-conventions.gradle.kts | 68 ---------------------- endorsed/build.gradle.kts | 15 ++++- .../sis/storage/AbstractGridCoverageResource.java | 15 +++++ gradle.properties | 13 +++++ incubator/build.gradle.kts | 16 ++++- optional/build.gradle.kts | 15 ++++- 7 files changed, 70 insertions(+), 73 deletions(-) diff --cc gradle.properties index 0000000000,e9b032a650..2ee99b3c9c mode 000000,100644..100644 --- a/gradle.properties +++ b/gradle.properties @@@ -1,0 -1,13 +1,13 @@@ + # + # Branch-specific or tag-specific properties of Apache SIS. + # This file provides a single location where version number + # and deployment URL can be changed before new tags. + # -version=1.x-SNAPSHOT ++version=1.5-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. + snapshotsId = apache.snapshots.https + releasesId = apache.releases.https + snapshotsURL = https://repository.apache.org/content/repositories/snapshots + releasesURL = https://repository.apache.org/service/local/staging/deploy/maven2
