Skip to content

Commit 33fd74b

Browse files
committed
6.3.0 release
1 parent 4d39d44 commit 33fd74b

4 files changed

Lines changed: 9 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Adheres to [Semantic Versioning](http://semver.org/).
44

55
---
66

7-
## 6.3.0 (TBD)
7+
## [6.3.0](https://github.com/ngageoint/geopackage-java/releases/tag/6.3.0) (04-18-2022)
88

99
* geopackage-core version 6.3.0
1010
* OGC Related Tables Extension additional mappings methods

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

168168
```xml
169169
<dependency>
170170
<groupId>mil.nga.geopackage</groupId>
171171
<artifactId>geopackage</artifactId>
172-
<version>6.2.1</version>
172+
<version>6.3.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.2.1|jar" class="btn">The Central Repository</a>
21+
<a href="http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage|6.3.0|jar" class="btn">The Central Repository</a>
2222
</section>
2323

2424
<section class="main-content">

pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,9 @@
8989
<finalName>${project.artifactId}-${project.version}-standalone</finalName>
9090
<plugins>
9191
<plugin>
92+
<groupId>org.apache.maven.plugins</groupId>
9293
<artifactId>maven-compiler-plugin</artifactId>
93-
<version>3.8.1</version>
94+
<version>3.10.1</version>
9495
<configuration>
9596
<source>11</source>
9697
<target>11</target>
@@ -99,7 +100,7 @@
99100
<plugin>
100101
<groupId>org.apache.maven.plugins</groupId>
101102
<artifactId>maven-shade-plugin</artifactId>
102-
<version>3.2.4</version>
103+
<version>3.3.0</version>
103104
<executions>
104105
<execution>
105106
<phase>package</phase>
@@ -155,7 +156,7 @@
155156
<plugin>
156157
<groupId>org.apache.maven.plugins</groupId>
157158
<artifactId>maven-javadoc-plugin</artifactId>
158-
<version>3.3.1</version>
159+
<version>3.3.2</version>
159160
<configuration>
160161
<links>
161162
<link>https://ngageoint.github.io/geopackage-core-java/docs/api/</link>
@@ -201,7 +202,7 @@
201202
<plugin>
202203
<groupId>org.sonatype.plugins</groupId>
203204
<artifactId>nexus-staging-maven-plugin</artifactId>
204-
<version>1.6.8</version>
205+
<version>1.6.12</version>
205206
<extensions>true</extensions>
206207
<configuration>
207208
<serverId>ossrh</serverId>

0 commit comments

Comments
 (0)