This is an automated email from the ASF dual-hosted git repository.
desruisseaux pushed a commit to branch geoapi-4.0
in repository https://gitbox.apache.org/repos/asf/sis.git
The following commit(s) were added to refs/heads/geoapi-4.0 by this push:
new 61e182e593 Remove the geotoolkit repository. It was used for GeoAPI
snapshots, but we do not deploy them anymore for more than 2 years. Developers
should stay on the `master` branch, or if they really want to build the
`geoapi-4.0` or `geoapi-3.1` branch then they need to build GeoAPI locally from
the sources at the same date. This is very unconvenient, but we will try to
provide a better solution with a more flexibile build system (possibly by
migrating from Maven to Gradle).
61e182e593 is described below
commit 61e182e5932b55cebe3f48a471806807f3fac36e
Author: Martin Desruisseaux <[email protected]>
AuthorDate: Mon Jul 10 18:27:50 2023 +0200
Remove the geotoolkit repository. It was used for GeoAPI snapshots, but we
do not deploy them anymore for more than 2 years.
Developers should stay on the `master` branch, or if they really want to
build the `geoapi-4.0` or `geoapi-3.1` branch then
they need to build GeoAPI locally from the sources at the same date. This
is very unconvenient, but we will try to provide
a better solution with a more flexibile build system (possibly by migrating
from Maven to Gradle).
---
pom.xml | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/pom.xml b/pom.xml
index dcc30d7aec..88c7a5615f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -983,16 +983,6 @@
</pluginRepository>
</pluginRepositories>
- <!-- Used for GeoAPI snapshots only.
- Shall be removed on SIS master. -->
- <repositories>
- <repository>
- <id>geotoolkit</id>
- <name>Geotoolkit.org repository</name>
- <url>https://maven.geotoolkit.org</url>
- </repository>
- </repositories>
-
<!-- ==============================================================