We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f2ebcd commit 832c69dCopy full SHA for 832c69d
2 files changed
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.sf</groupId>
<artifactId>sf-wkb</artifactId>
- <version>2.1.1</version>
+ <version>2.2.0</version>
<packaging>jar</packaging>
<name>Simple Features Well-Known Binary</name>
<url>https://github.com/ngageoint/simple-features-wkb-java</url>
@@ -46,7 +46,7 @@
46
<dependency>
47
<groupId>mil.nga</groupId>
48
<artifactId>sf</artifactId>
49
- <version>2.1.0</version>
50
</dependency>
51
52
<groupId>junit</groupId>
0 commit comments