Skip to content

Commit 63166ac

Browse files
committed
6.5.0 release
1 parent 6e7e1ef commit 63166ac

4 files changed

Lines changed: 10 additions & 8 deletions

File tree

CHANGELOG.md

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

55
---
66

7-
## 6.5.0 (TBD)
7+
## [6.5.0](https://github.com/ngageoint/geopackage-java/releases/tag/6.5.0) (09-22-2022)
88

9-
* TBD
9+
* geopackage-core version 6.5.0
10+
* sqlite-jdbc version 3.39.3.0
11+
* Allow user row integer value truncation to byte and short
1012

1113
## [6.4.0](https://github.com/ngageoint/geopackage-java/releases/tag/6.4.0) (07-11-2022)
1214

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,13 +163,13 @@ geoPackage.close();
163163

164164
### Installation ###
165165

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

168168
```xml
169169
<dependency>
170170
<groupId>mil.nga.geopackage</groupId>
171171
<artifactId>geopackage</artifactId>
172-
<version>6.4.0</version>
172+
<version>6.5.0</version>
173173
</dependency>
174174
```
175175

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-java/docs/api/" class="btn">API</a>
1919
<a href="https://github.com/ngageoint/geopackage-java/zipball/master" class="btn">.zip</a>
2020
<a href="https://github.com/ngageoint/geopackage-java/tarball/master" class="btn">.tar.gz</a>
21-
<a href="http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage|6.4.0|jar" class="btn">The Central Repository</a>
21+
<a href="http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage|6.5.0|jar" class="btn">The Central Repository</a>
2222
</section>
2323

2424
<section class="main-content">

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>org.xerial</groupId>
6969
<artifactId>sqlite-jdbc</artifactId>
70-
<version>3.36.0.3</version>
70+
<version>3.39.3.0</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>org.xerial.thirdparty</groupId>
@@ -100,7 +100,7 @@
100100
<plugin>
101101
<groupId>org.apache.maven.plugins</groupId>
102102
<artifactId>maven-shade-plugin</artifactId>
103-
<version>3.3.0</version>
103+
<version>3.4.0</version>
104104
<executions>
105105
<execution>
106106
<phase>package</phase>
@@ -156,7 +156,7 @@
156156
<plugin>
157157
<groupId>org.apache.maven.plugins</groupId>
158158
<artifactId>maven-javadoc-plugin</artifactId>
159-
<version>3.4.0</version>
159+
<version>3.4.1</version>
160160
<configuration>
161161
<links>
162162
<link>https://ngageoint.github.io/geopackage-core-java/docs/api/</link>

0 commit comments

Comments
 (0)