pom.xml (geotools-24.0-project) | : | pom.xml (geotools-24.1-project) | ||
---|---|---|---|---|
skipping to change at line 16 | skipping to change at line 16 | |||
<artifactId>csv</artifactId> | <artifactId>csv</artifactId> | |||
<version>0.0.1-SNAPSHOT</version> | <version>0.0.1-SNAPSHOT</version> | |||
<packaging>jar</packaging> | <packaging>jar</packaging> | |||
<name>CSV DataStore</name> | <name>CSV DataStore</name> | |||
<description>CSV DataStore tutorial</description> | <description>CSV DataStore tutorial</description> | |||
<url>http://docs.geotools.org/latest/userguide/tutorial/datastore</url> | <url>http://docs.geotools.org/latest/userguide/tutorial/datastore</url> | |||
<properties> | <properties> | |||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |||
<geotools.version>24.0</geotools.version> | <geotools.version>24.1</geotools.version> | |||
</properties> | </properties> | |||
<dependencies> | <dependencies> | |||
<dependency> | <dependency> | |||
<groupId>junit</groupId> | <groupId>junit</groupId> | |||
<artifactId>junit</artifactId> | <artifactId>junit</artifactId> | |||
<version>4.11</version> | <version>4.11</version> | |||
<scope>test</scope> | <scope>test</scope> | |||
</dependency> | </dependency> | |||
<dependency> | <dependency> | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |