Skip to content

Commit

Permalink
Custom version and description of difference
Browse files Browse the repository at this point in the history
custom version
  • Loading branch information
RichMacDonald committed Jul 27, 2023
1 parent 22c813b commit ac39c37
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions modules/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,16 @@
</instructions>
</configuration>
</plugin>


<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>

</plugins>
</build>
</project>
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.locationtech.jts</groupId>
<artifactId>jts</artifactId>
<version>1.20.0-SNAPSHOT</version>
<version>1.20.0.rjm-SNAPSHOT</version>
<packaging>pom</packaging>

<name>JTS Topology Suite</name>
<url>https://www.locationtech.org/projects/technology.jts</url>
<description>The JTS Topology Suite is an API for 2D linear geometry predicates and functions.</description>
<description>The JTS Topology Suite is an API for 2D linear geometry predicates and functions. Minor performance boosts. DistanceOp/DistanceSupport delegation to allow pluggable Geometries (Cartesian, Gnomonic)</description>

<!--
Expand Down

0 comments on commit ac39c37

Please sign in to comment.