Skip to content

Commit 3fd47a4

Browse files
committed
3.3.0 release
1 parent be67ca6 commit 3fd47a4

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

CHANGELOG.md

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

55
---
66

7-
## 3.3.0 (TBD)
7+
## [3.3.0](https://github.com/ngageoint/geopackage-core-java/releases/tag/3.3.0) (07-09-2019)
88

99
* sf-wkb version 2.0.2
1010
* sf-proj version 3.0.1
11-
* features-json version 1.0.0
11+
* oapi-features-json version 1.0.0
1212
* Alter table support: rename table, rename column, add column, drop column, alter column, copy table
1313
* User DAO and table alter support: add, rename, drop, alter
1414
* GeoPackage rename table, copy table, foreign keys, and vacuum support

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|3.2.0|jar) (JAR, POM, Source, Javadoc)
40+
Pull from the [Maven Central Repository](http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage-core|3.3.0|jar) (JAR, POM, Source, Javadoc)
4141

4242
<dependency>
4343
<groupId>mil.nga.geopackage</groupId>
4444
<artifactId>geopackage-core</artifactId>
45-
<version>3.2.0</version>
45+
<version>3.3.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|3.2.0|jar" class="btn">The Central Repository</a>
21+
<a href="http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage-core|3.3.0|jar" class="btn">The Central Repository</a>
2222
</section>
2323

2424
<section class="main-content">

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
<links>
9494
<link>http://ngageoint.github.io/simple-features-wkb-java/docs/api/</link>
9595
<link>http://ngageoint.github.io/simple-features-java/docs/api/</link>
96+
<link>http://ngageoint.github.io/ogc-api-features-json-java/docs/api/</link>
9697
<link>http://ormlite.com/javadoc/ormlite-core/</link>
9798
</links>
9899
</configuration>

0 commit comments

Comments
 (0)