Skip to content

Commit

Permalink
6.6.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bosborn committed Sep 18, 2023
1 parent f1579b9 commit e7c9086
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ Adheres to [Semantic Versioning](http://semver.org/).

---

## 6.6.2 (TBD)
## [6.6.2](https://github.com/ngageoint/geopackage-java/releases/tag/6.6.2) (09-18-2023)

* TBD
* geopackage-core version 6.6.3
* sqlite-jdbc version 3.42.0.1
* SQL Utils replacement of Statement#getGeneratedKeys usage with RETURNING clause
* SQLite Exec DGIWG File Name info

## [6.6.1](https://github.com/ngageoint/geopackage-java/releases/tag/6.6.1) (01-24-2023)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,13 +163,13 @@ geoPackage.close();

### Installation ###

Pull from the [Maven Central Repository](http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage|6.6.1|jar) (JAR, POM, Source, Javadoc)
Pull from the [Maven Central Repository](http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage|6.6.2|jar) (JAR, POM, Source, Javadoc)

```xml
<dependency>
<groupId>mil.nga.geopackage</groupId>
<artifactId>geopackage</artifactId>
<version>6.6.1</version>
<version>6.6.2</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h2 class="project-tagline">by the National Geospatial-Intelligence Agency</h2>
<a href="http://ngageoint.github.io/geopackage-java/docs/api/" class="btn">API</a>
<a href="https://github.com/ngageoint/geopackage-java/zipball/master" class="btn">.zip</a>
<a href="https://github.com/ngageoint/geopackage-java/tarball/master" class="btn">.tar.gz</a>
<a href="http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage|6.6.1|jar" class="btn">The Central Repository</a>
<a href="http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage|6.6.2|jar" class="btn">The Central Repository</a>
</section>

<section class="main-content">
Expand Down

0 comments on commit e7c9086

Please sign in to comment.