|
2 | 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 | <groupId>io.frictionlessdata</groupId> |
5 | | - <artifactId>tableschema-java</artifactId> |
6 | | - <version>0.6.17-SNAPSHOT</version> |
| 5 | + <artifactId>tableschema-java-isnow</artifactId> |
| 6 | + <version>0.6.18-SNAPSHOT</version> |
7 | 7 | <packaging>jar</packaging> |
8 | 8 | <issueManagement> |
9 | 9 | <url>https://github.com/frictionlessdata/tableschema-java/issues</url> |
|
20 | 20 | <java.version>8</java.version> |
21 | 21 | <maven.compiler.source>${java.version}</maven.compiler.source> |
22 | 22 | <maven.compiler.target>${java.version}</maven.compiler.target> |
23 | | - <maven.compiler.release>${java.version}</maven.compiler.release> |
| 23 | + <maven.compiler.compiler>17</maven.compiler.compiler> |
24 | 24 | <google-guava.version>33.4.0-jre</google-guava.version> |
25 | 25 | <apache-commons-lang3.version>3.17.0</apache-commons-lang3.version> |
26 | 26 | <apache-commons-csv.version>1.13.0</apache-commons-csv.version> |
27 | 27 | <apache-commons-validator.version>1.9.0</apache-commons-validator.version> |
28 | 28 | <geotools.version>32.2</geotools.version> |
29 | 29 | <jackson.version>2.18.3</jackson.version> |
30 | 30 | <junit.version>5.12.0</junit.version> |
31 | | - <locationtech-jts.version>1.19.0</locationtech-jts.version> |
32 | | - <networknt-validator-version>1.0.76</networknt-validator-version> |
33 | | - <maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version> |
34 | | - <maven-source-plugin.version>3.2.1</maven-source-plugin.version> |
35 | | - <maven-javadoc-plugin.version>3.4.1</maven-javadoc-plugin.version> |
36 | | - <maven-resources-plugin.version>3.3.0</maven-resources-plugin.version> |
37 | | - <maven-surefire-plugin.version>3.0.0-M7</maven-surefire-plugin.version> |
| 31 | + <locationtech-jts.version>1.20.0</locationtech-jts.version> |
| 32 | + <networknt-validator-version>1.5.6</networknt-validator-version> |
| 33 | + <maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version> |
| 34 | + <maven-source-plugin.version>3.3.1</maven-source-plugin.version> |
| 35 | + <maven-javadoc-plugin.version>3.11.2</maven-javadoc-plugin.version> |
| 36 | + <maven-resources-plugin.version>3.3.1</maven-resources-plugin.version> |
| 37 | + <maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version> |
38 | 38 | <maven-deploy-plugin.version>3.0.0</maven-deploy-plugin.version> |
39 | 39 | <maven-gpg-plugin.version>3.0.1</maven-gpg-plugin.version> |
40 | | - <maven-release-plugin.version>3.0.0-M7</maven-release-plugin.version> |
| 40 | + <maven-release-plugin.version>3.1.1</maven-release-plugin.version> |
41 | 41 | <nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version> |
42 | | - <coveralls-maven-plugin.version>4.3.0</coveralls-maven-plugin.version> |
43 | 42 | <dependency-check-maven.version>12.1.0</dependency-check-maven.version> |
44 | 43 | <jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version> |
45 | 44 | </properties> |
|
63 | 62 | <encoding>UTF-8</encoding> |
64 | 63 | <source>${maven.compiler.source}</source> |
65 | 64 | <target>${maven.compiler.target}</target> |
| 65 | + <compilerVersion>${maven.compiler.compiler}</compilerVersion> |
66 | 66 | </configuration> |
67 | 67 | </plugin> |
68 | 68 |
|
|
117 | 117 | </execution> |
118 | 118 | </executions> |
119 | 119 | </plugin> |
120 | | -<!-- |
| 120 | + <!-- |
121 | 121 | <plugin> |
122 | 122 | <artifactId>maven-deploy-plugin</artifactId> |
123 | 123 | <version>${maven-deploy-plugin.version}</version> |
|
131 | 131 | </execution> |
132 | 132 | </executions> |
133 | 133 | </plugin> |
134 | | ---> |
| 134 | + --> |
135 | 135 | <plugin> |
136 | 136 | <groupId>org.apache.maven.plugins</groupId> |
137 | 137 | <artifactId>maven-gpg-plugin</artifactId> |
|
159 | 159 | </configuration> |
160 | 160 | </plugin> |
161 | 161 |
|
| 162 | + <!-- |
162 | 163 | <plugin> |
163 | 164 | <groupId>org.apache.maven.plugins</groupId> |
164 | 165 | <artifactId>maven-release-plugin</artifactId> |
|
177 | 178 | </dependency> |
178 | 179 | </dependencies> |
179 | 180 | </plugin> |
180 | | - |
181 | | - <!-- Test Coverage: https://github.com/trautonen/coveralls-maven-plugin --> |
182 | | - <plugin> |
183 | | - <groupId>org.eluder.coveralls</groupId> |
184 | | - <artifactId>coveralls-maven-plugin</artifactId> |
185 | | - <version>${coveralls-maven-plugin.version}</version> |
186 | | - </plugin> |
| 181 | + --> |
187 | 182 |
|
188 | 183 | <plugin> |
189 | 184 | <groupId>org.jacoco</groupId> |
|
230 | 225 | <version>${jackson.version}</version> |
231 | 226 | </dependency> |
232 | 227 |
|
233 | | - <dependency> |
234 | | - <groupId>com.fasterxml.jackson.core</groupId> |
235 | | - <artifactId>jackson-databind</artifactId> |
236 | | - <version>${jackson.version}</version> |
237 | | - </dependency> |
| 228 | + <dependency> |
| 229 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 230 | + <artifactId>jackson-databind</artifactId> |
| 231 | + <version>${jackson.version}</version> |
| 232 | + </dependency> |
238 | 233 |
|
239 | 234 | <!-- Dependencies for Geopoint/Geojson Fields --> |
240 | 235 | <dependency> |
|
326 | 321 |
|
327 | 322 | <!-- JSON Schema Validator --> |
328 | 323 | <dependency> |
329 | | - <groupId>com.networknt</groupId> |
330 | | - <artifactId>json-schema-validator</artifactId> |
331 | | - <version>${networknt-validator-version}</version> |
| 324 | + <groupId>com.networknt</groupId> |
| 325 | + <artifactId>json-schema-validator</artifactId> |
| 326 | + <version>${networknt-validator-version}</version> |
332 | 327 | <exclusions> |
333 | 328 | <exclusion> |
334 | 329 | <groupId>ch.qos.logback</groupId> |
|
0 commit comments