pom.xml (geotools-24.0-project) | : | pom.xml (geotools-24.1-project) | ||
---|---|---|---|---|
skipping to change at line 15 | skipping to change at line 15 | |||
The Geotools Project | The Geotools Project | |||
http://www.geotools.org/ | http://www.geotools.org/ | |||
Version: $Id: pom.xml 33582 2009-07-17 04:40:35Z mbedward $ | Version: $Id: pom.xml 33582 2009-07-17 04:40:35Z mbedward $ | |||
======================================================================= --> | ======================================================================= --> | |||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/ 2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/ 2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | |||
<modelVersion>4.0.0</modelVersion> | <modelVersion>4.0.0</modelVersion> | |||
<parent> | <parent> | |||
<groupId>org.geotools</groupId> | <groupId>org.geotools</groupId> | |||
<artifactId>extension</artifactId> | <artifactId>extension</artifactId> | |||
<version>24.0</version> | <version>24.1</version> | |||
</parent> | </parent> | |||
<!-- =========================================================== --> | <!-- =========================================================== --> | |||
<!-- Module Description --> | <!-- Module Description --> | |||
<!-- =========================================================== --> | <!-- =========================================================== --> | |||
<groupId>org.geotools</groupId> | <groupId>org.geotools</groupId> | |||
<artifactId>gt-mbstyle</artifactId> | <artifactId>gt-mbstyle</artifactId> | |||
<packaging>jar</packaging> | <packaging>jar</packaging> | |||
<name>MBStyle Extension</name> | <name>MBStyle Extension</name> | |||
<description> | <description> | |||
Extension providing parsing support and helper functions for Mapbox Style. | Extension providing parsing support and helper functions for Mapbox Style. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |