Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[geomesa-users] Namespace change

Hi all,

Just a quick heads up - we have changed the base groupId and package name of GeoMesa from geomesa to org.locationtech.geomesa.  We are required to have a consistent package name under the LocationTech working group so had to bite the bullet and get this knocked out before the 1.0 release.  This should have little impact on code that was built against the GeoTools API.  However, it will have an impact on code that directly imported GeoMesa classes and on maven pom dependency management.  The new dependency pattern is:

<dependency>
   <groupId>org.locationtech.geomesa</groupId>
   <artifactId>geomesa-core-accumulo1.5</artifactId>
   <version>1.0.0-SNAPSHOT</version>
</dependency>

Additionally, you can point your maven repositories to https://repo.locationtech.org/content/repositories/ to get SNAPSHOT and RELEASE versions of GeoMesa artifacts.  (The org.locationtech.geomesa artifacts should appear there before the end of the day).

Sorry for the inconvenience.  Please let me know if you have any issues with the namespace change.

Thanks,
Anthony

Back to the top