Skip to content

Commit 168e4c0

Browse files
More version bumps of dependencies
1 parent 8a5efe8 commit 168e4c0

1 file changed

Lines changed: 24 additions & 29 deletions

File tree

pom.xml

Lines changed: 24 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<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">
33
<modelVersion>4.0.0</modelVersion>
44
<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>
77
<packaging>jar</packaging>
88
<issueManagement>
99
<url>https://github.com/frictionlessdata/tableschema-java/issues</url>
@@ -20,26 +20,25 @@
2020
<java.version>8</java.version>
2121
<maven.compiler.source>${java.version}</maven.compiler.source>
2222
<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>
2424
<google-guava.version>33.4.0-jre</google-guava.version>
2525
<apache-commons-lang3.version>3.17.0</apache-commons-lang3.version>
2626
<apache-commons-csv.version>1.13.0</apache-commons-csv.version>
2727
<apache-commons-validator.version>1.9.0</apache-commons-validator.version>
2828
<geotools.version>32.2</geotools.version>
2929
<jackson.version>2.18.3</jackson.version>
3030
<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>
3838
<maven-deploy-plugin.version>3.0.0</maven-deploy-plugin.version>
3939
<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>
4141
<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>
4342
<dependency-check-maven.version>12.1.0</dependency-check-maven.version>
4443
<jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version>
4544
</properties>
@@ -63,6 +62,7 @@
6362
<encoding>UTF-8</encoding>
6463
<source>${maven.compiler.source}</source>
6564
<target>${maven.compiler.target}</target>
65+
<compilerVersion>${maven.compiler.compiler}</compilerVersion>
6666
</configuration>
6767
</plugin>
6868

@@ -117,7 +117,7 @@
117117
</execution>
118118
</executions>
119119
</plugin>
120-
<!--
120+
<!--
121121
<plugin>
122122
<artifactId>maven-deploy-plugin</artifactId>
123123
<version>${maven-deploy-plugin.version}</version>
@@ -131,7 +131,7 @@
131131
</execution>
132132
</executions>
133133
</plugin>
134-
-->
134+
-->
135135
<plugin>
136136
<groupId>org.apache.maven.plugins</groupId>
137137
<artifactId>maven-gpg-plugin</artifactId>
@@ -159,6 +159,7 @@
159159
</configuration>
160160
</plugin>
161161

162+
<!--
162163
<plugin>
163164
<groupId>org.apache.maven.plugins</groupId>
164165
<artifactId>maven-release-plugin</artifactId>
@@ -177,13 +178,7 @@
177178
</dependency>
178179
</dependencies>
179180
</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+
-->
187182

188183
<plugin>
189184
<groupId>org.jacoco</groupId>
@@ -230,11 +225,11 @@
230225
<version>${jackson.version}</version>
231226
</dependency>
232227

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>
238233

239234
<!-- Dependencies for Geopoint/Geojson Fields -->
240235
<dependency>
@@ -326,9 +321,9 @@
326321

327322
<!-- JSON Schema Validator -->
328323
<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>
332327
<exclusions>
333328
<exclusion>
334329
<groupId>ch.qos.logback</groupId>

0 commit comments

Comments
 (0)