We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9de14e0 commit 6e7e1efCopy full SHA for 6e7e1ef
2 files changed
CHANGELOG.md
@@ -4,7 +4,7 @@ Adheres to [Semantic Versioning](http://semver.org/).
4
5
---
6
7
-## 6.4.1 (TBD)
+## 6.5.0 (TBD)
8
9
* TBD
10
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
<groupId>mil.nga.geopackage</groupId>
<artifactId>geopackage</artifactId>
- <version>6.4.1</version>
+ <version>6.5.0</version>
<packaging>jar</packaging>
<name>GeoPackage</name>
<url>https://github.com/ngageoint/geopackage-java</url>
@@ -46,7 +46,7 @@
46
<dependency>
47
48
<artifactId>geopackage-core</artifactId>
49
- <version>6.4.0</version>
50
<exclusions>
51
<exclusion>
52
<groupId>com.j256.ormlite</groupId>
0 commit comments