|
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 | <groupId>mil.nga.geopackage</groupId> |
5 | 5 | <artifactId>geopackage</artifactId> |
6 | | - <version>6.2.2</version> |
| 6 | + <version>6.3.0</version> |
7 | 7 | <packaging>jar</packaging> |
8 | 8 | <name>GeoPackage</name> |
9 | 9 | <url>https://github.com/ngageoint/geopackage-java</url> |
|
46 | 46 | <dependency> |
47 | 47 | <groupId>mil.nga.geopackage</groupId> |
48 | 48 | <artifactId>geopackage-core</artifactId> |
49 | | - <version>6.2.1</version> |
| 49 | + <version>6.3.0</version> |
50 | 50 | <exclusions> |
51 | 51 | <exclusion> |
52 | 52 | <groupId>com.j256.ormlite</groupId> |
|
89 | 89 | <finalName>${project.artifactId}-${project.version}-standalone</finalName> |
90 | 90 | <plugins> |
91 | 91 | <plugin> |
| 92 | + <groupId>org.apache.maven.plugins</groupId> |
92 | 93 | <artifactId>maven-compiler-plugin</artifactId> |
93 | | - <version>3.8.1</version> |
| 94 | + <version>3.10.1</version> |
94 | 95 | <configuration> |
95 | 96 | <source>11</source> |
96 | 97 | <target>11</target> |
|
99 | 100 | <plugin> |
100 | 101 | <groupId>org.apache.maven.plugins</groupId> |
101 | 102 | <artifactId>maven-shade-plugin</artifactId> |
102 | | - <version>3.2.4</version> |
| 103 | + <version>3.3.0</version> |
103 | 104 | <executions> |
104 | 105 | <execution> |
105 | 106 | <phase>package</phase> |
|
155 | 156 | <plugin> |
156 | 157 | <groupId>org.apache.maven.plugins</groupId> |
157 | 158 | <artifactId>maven-javadoc-plugin</artifactId> |
158 | | - <version>3.3.1</version> |
| 159 | + <version>3.3.2</version> |
159 | 160 | <configuration> |
160 | 161 | <links> |
161 | 162 | <link>https://ngageoint.github.io/geopackage-core-java/docs/api/</link> |
|
201 | 202 | <plugin> |
202 | 203 | <groupId>org.sonatype.plugins</groupId> |
203 | 204 | <artifactId>nexus-staging-maven-plugin</artifactId> |
204 | | - <version>1.6.8</version> |
| 205 | + <version>1.6.12</version> |
205 | 206 | <extensions>true</extensions> |
206 | 207 | <configuration> |
207 | 208 | <serverId>ossrh</serverId> |
|
0 commit comments