Jody,

I noticed an incorrect jts-core version while assembling GeoServer artifacts:

[WARNING] The POM for org.locationtech.jts:jts-core:jar:1.15.1-SNAPSHOT is missing, no dependency information available

The cause is hatbox-1.0.b10.pom, which contains an incorrect dependency on jts-core 1.15.1-SNAPSHOT (should be 1.15.1):

     <dependency>
        <groupId>org.locationtech.jts</groupId>
        <artifactId>jts-core</artifactId>
        <version>1.15.1-SNAPSHOT</version>
        <type>jar</type>
     </dependency>

Kind regards,
Ben.

On 29/06/18 19:55, Jody Garnett wrote:
The Upgrade to JTS 1.15 is in progress
<https://github.com/geotools/geotools/wiki/Upgrade-to-JTS-1.15>, with
several releases in the chain already made:

* JTS 1.15.1 released and syncing to maven central
* java-vector-tile 1.3.1 released to repo.boundlessgeo.com
* hatbox 1.0-b10 released to repo.boundlessgeo.com
* geodb 0.9 released to repo.boundlessgeo.com
* jaitools 1.5.0 is tagged, we have permission to release to maven central

The next numbered release is jai-ext, if we can ask the jai-ext team merge
#196 <https://github.com/geosolutions-it/jai-ext/pull/196> and make a
1.0.24 release.

With this in place we can cut over the the final geotools, geowebcache,
geoserver at the same time, preferably this weekend.
--
Jody Garnett



------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot



_______________________________________________
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


--
Ben Caradoc-Davies <b...@transient.nz>
Director
Transient Software Limited <https://transient.nz/>
New Zealand

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to