We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eff7db commit 4fb5cedCopy full SHA for 4fb5ced
CHANGELOG.md
@@ -4,7 +4,7 @@ Adheres to [Semantic Versioning](http://semver.org/).
4
5
---
6
7
-## 2.1.1 (TBD)
+## 2.2.0 (TBD)
8
9
* TBD
10
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
<groupId>mil.nga.oapi.features</groupId>
<artifactId>oapi-features-json</artifactId>
- <version>2.1.1</version>
+ <version>2.2.0</version>
<packaging>jar</packaging>
<name>OGC API Features JSON</name>
<url>https://github.com/ngageoint/ogc-api-features-json-java</url>
@@ -46,7 +46,7 @@
46
<dependency>
47
<groupId>mil.nga.sf</groupId>
48
<artifactId>sf-geojson</artifactId>
49
- <version>3.1.0</version>
+ <version>3.2.0</version>
50
</dependency>
51
52
<groupId>junit</groupId>
0 commit comments