Skip to content

Commit 1da870b

Browse files
committed
6.4.0 release
1 parent 2a18f10 commit 1da870b

File tree

4 files changed

+14
-10
lines changed

4 files changed

+14
-10
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ Adheres to [Semantic Versioning](http://semver.org/).
44

55
---
66

7-
## 6.3.2 (TBD)
7+
## [6.4.0](https://github.com/ngageoint/geopackage-core-java/releases/tag/6.4.0) (07-11-2022)
88

9-
* TBD
9+
* color version 1.0.0
10+
* sf-wkb version 2.1.0
11+
* sf-wkt version 1.1.0
12+
* sf-proj version 4.2.0
13+
* oapi-features-json version 2.1.0
1014

1115
## [6.3.1](https://github.com/ngageoint/geopackage-core-java/releases/tag/6.3.1) (05-05-2022)
1216

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ The [GeoPackage Java](https://github.com/ngageoint/geopackage-java) library is a
3737

3838
### Installation ###
3939

40-
Pull from the [Maven Central Repository](http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage-core|6.3.1|jar) (JAR, POM, Source, Javadoc)
40+
Pull from the [Maven Central Repository](http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage-core|6.4.0|jar) (JAR, POM, Source, Javadoc)
4141

4242
<dependency>
4343
<groupId>mil.nga.geopackage</groupId>
4444
<artifactId>geopackage-core</artifactId>
45-
<version>6.3.1</version>
45+
<version>6.4.0</version>
4646
</dependency>
4747

4848
### Build ###

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h2 class="project-tagline">by the National Geospatial-Intelligence Agency</h2>
1818
<a href="http://ngageoint.github.io/geopackage-core-java/docs/api/" class="btn">API</a>
1919
<a href="https://github.com/ngageoint/geopackage-core-java/zipball/master" class="btn">.zip</a>
2020
<a href="https://github.com/ngageoint/geopackage-core-java/tarball/master" class="btn">.tar.gz</a>
21-
<a href="http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage-core|6.3.1|jar" class="btn">The Central Repository</a>
21+
<a href="http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage-core|6.4.0|jar" class="btn">The Central Repository</a>
2222
</section>
2323

2424
<section class="main-content">

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>mil.nga.geopackage</groupId>
55
<artifactId>geopackage-core</artifactId>
6-
<version>6.3.2</version>
6+
<version>6.4.0</version>
77
<packaging>jar</packaging>
88
<name>GeoPackage Core</name>
99
<url>https://github.com/ngageoint/geopackage-core-java</url>
@@ -51,22 +51,22 @@
5151
<dependency>
5252
<groupId>mil.nga.sf</groupId>
5353
<artifactId>sf-wkb</artifactId>
54-
<version>2.0.6</version>
54+
<version>2.1.0</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>mil.nga.sf</groupId>
5858
<artifactId>sf-wkt</artifactId>
59-
<version>1.0.3</version>
59+
<version>1.1.0</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>mil.nga.sf</groupId>
6363
<artifactId>sf-proj</artifactId>
64-
<version>4.1.3</version>
64+
<version>4.2.0</version>
6565
</dependency>
6666
<dependency>
6767
<groupId>mil.nga.oapi.features</groupId>
6868
<artifactId>oapi-features-json</artifactId>
69-
<version>2.0.2</version>
69+
<version>2.1.0</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>mil.nga</groupId>

0 commit comments

Comments
 (0)