File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Adheres to [Semantic Versioning](http://semver.org/).
66
77## 1.0.1 (TBD)
88
9- * TBD
9+ * sf-geojson version 2.0.3
1010
1111## [ 1.0.0] ( https://github.com/ngageoint/ogc-api-features-json-java/releases/tag/1.0.0 ) (07-08-2019)
1212
Original file line number Diff line number Diff line change 4040 <properties >
4141 <maven .compiler.source>1.7</maven .compiler.source>
4242 <maven .compiler.target>1.7</maven .compiler.target>
43+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
4344 </properties >
4445 <dependencies >
4546 <dependency >
4647 <groupId >mil.nga.sf</groupId >
4748 <artifactId >sf-geojson</artifactId >
48- <version >2.0.2 </version >
49+ <version >2.0.3 </version >
4950 </dependency >
5051 <dependency >
5152 <groupId >junit</groupId >
9596 <plugin >
9697 <groupId >org.apache.maven.plugins</groupId >
9798 <artifactId >maven-gpg-plugin</artifactId >
99+ <version >1.6</version >
98100 <executions >
99101 <execution >
100102 <id >sign-artifacts</id >
You can’t perform that action at this time.
0 commit comments