Skip to content

Commit 4c6a3d0

Browse files
committed
sf-geojson version 3.0.0
1 parent 8b11617 commit 4c6a3d0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.4 (TBD)
88

9-
* TBD
9+
* sf-geojson version 3.0.0
1010

1111
## [1.0.3](https://github.com/ngageoint/ogc-api-features-json-java/releases/tag/1.0.3) (03-03-2021)
1212

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>mil.nga.sf</groupId>
4848
<artifactId>sf-geojson</artifactId>
49-
<version>2.0.5</version>
49+
<version>3.0.0</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>junit</groupId>
@@ -74,7 +74,7 @@
7474
<plugin>
7575
<groupId>org.apache.maven.plugins</groupId>
7676
<artifactId>maven-javadoc-plugin</artifactId>
77-
<version>3.2.0</version>
77+
<version>3.3.1</version>
7878
<configuration>
7979
<links>
8080
<link>http://ngageoint.github.io/simple-features-java/docs/api/</link>
@@ -96,7 +96,7 @@
9696
<plugin>
9797
<groupId>org.apache.maven.plugins</groupId>
9898
<artifactId>maven-gpg-plugin</artifactId>
99-
<version>1.6</version>
99+
<version>3.0.1</version>
100100
<executions>
101101
<execution>
102102
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)