File tree Expand file tree Collapse file tree
src/main/java/org/locationtech/jts Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 <modelVersion >4.0.0</modelVersion >
33 <groupId >org.locationtech.jts</groupId >
44 <artifactId >build-tools</artifactId >
5- <version >1.20.0-SNAPSHOT </version >
5+ <version >1.20.0</version >
66 <name >JTS Topology Suite Build Configuration</name >
77
88 <build >
Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >org.locationtech.jts</groupId >
55 <artifactId >jts-modules</artifactId >
6- <version >1.20.0-SNAPSHOT </version >
6+ <version >1.20.0</version >
77 </parent >
88 <artifactId >jts-app</artifactId >
99 <name >${project.groupId} :${project.artifactId} </name >
Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >org.locationtech.jts</groupId >
55 <artifactId >jts-modules</artifactId >
6- <version >1.20.0-SNAPSHOT </version >
6+ <version >1.20.0</version >
77 </parent >
88 <artifactId >jts-core</artifactId >
99 <name >${project.groupId} :${project.artifactId} </name >
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ public class JTSVersion {
4646 /**
4747 * An optional string providing further release info (such as "alpha 1");
4848 */
49- private static final String RELEASE_INFO = "SNAPSHOT " ;
49+ private static final String RELEASE_INFO = "" ;
5050
5151 /**
5252 * Prints the current JTS version to stdout.
Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >org.locationtech.jts</groupId >
55 <artifactId >jts-modules</artifactId >
6- <version >1.20.0-SNAPSHOT </version >
6+ <version >1.20.0</version >
77 </parent >
88 <artifactId >jts-example</artifactId >
99 <name >${project.groupId} :${project.artifactId} </name >
Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >org.locationtech.jts</groupId >
55 <artifactId >jts-io</artifactId >
6- <version >1.20.0-SNAPSHOT </version >
6+ <version >1.20.0</version >
77 </parent >
88 <groupId >org.locationtech.jts.io</groupId >
99 <artifactId >jts-io-common</artifactId >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >org.locationtech.jts</groupId >
66 <artifactId >jts-io</artifactId >
7- <version >1.20.0-SNAPSHOT </version >
7+ <version >1.20.0</version >
88 </parent >
99 <groupId >org.locationtech.jts.io</groupId >
1010 <artifactId >jts-io-ora</artifactId >
Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >org.locationtech.jts</groupId >
55 <artifactId >jts-modules</artifactId >
6- <version >1.20.0-SNAPSHOT </version >
6+ <version >1.20.0</version >
77 </parent >
88 <artifactId >jts-io</artifactId >
99 <name >${project.groupId} :${project.artifactId} </name >
Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >org.locationtech.jts</groupId >
55 <artifactId >jts-modules</artifactId >
6- <version >1.20.0-SNAPSHOT </version >
6+ <version >1.20.0</version >
77 </parent >
88 <artifactId >jts-lab</artifactId >
99 <name >${project.groupId} :${project.artifactId} </name >
Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >org.locationtech.jts</groupId >
55 <artifactId >jts</artifactId >
6- <version >1.20.0-SNAPSHOT </version >
6+ <version >1.20.0</version >
77 </parent >
88 <artifactId >jts-modules</artifactId >
99 <name >${project.groupId} :${project.artifactId} </name >
You can’t perform that action at this time.
0 commit comments