Skip to content

Commit

Permalink
6.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bosborn committed Dec 7, 2022
1 parent 34a2d21 commit 48b67dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Adheres to [Semantic Versioning](http://semver.org/).

---

## 6.6.0 (TBD)
## [6.6.0](https://github.com/ngageoint/geopackage-core-java/releases/tag/6.6.0) (12-07-2022)

* oapi-features-json version 2.3.0
* WKT for CRS Extension version 1.1 support
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ The [GeoPackage Java](https://github.com/ngageoint/geopackage-java) library is a

### Installation ###

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

<dependency>
<groupId>mil.nga.geopackage</groupId>
<artifactId>geopackage-core</artifactId>
<version>6.5.0</version>
<version>6.6.0</version>
</dependency>

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

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

0 comments on commit 48b67dd

Please sign in to comment.