Skip to content

Commit 5ddcb99

Browse files
committed
sf-geojson version 2.0.3, source encoding
1 parent d0835ed commit 5ddcb99

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,13 @@
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>
@@ -95,6 +96,7 @@
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>

0 commit comments

Comments
 (0)