|
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 | <groupId>io.frictionlessdata</groupId> |
5 | 5 | <artifactId>datapackage-java</artifactId> |
6 | | - <version>0.2.2-SNAPSHOT</version> |
| 6 | + <version>0.2.4-SNAPSHOT</version> |
7 | 7 | <packaging>jar</packaging> |
8 | 8 | <issueManagement> |
9 | 9 | <url>https://github.com/frictionlessdata/datapackage-java/issues</url> |
|
17 | 17 |
|
18 | 18 | <properties> |
19 | 19 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
20 | | - <maven.compiler.source>1.8</maven.compiler.source> |
21 | | - <maven.compiler.target>1.8</maven.compiler.target> |
22 | | - <tableschema-java-version>0.2.2</tableschema-java-version> |
| 20 | + <java.version>13</java.version> |
| 21 | + <maven.compiler.source>${java.version}</maven.compiler.source> |
| 22 | + <maven.compiler.target>${java.version}</maven.compiler.target> |
| 23 | + <tableschema-java-version>0.2.4</tableschema-java-version> |
23 | 24 | <hamcrest.version>1.3</hamcrest.version> |
24 | | - <junit.version>5.8.2</junit.version> |
| 25 | + <junit.version>5.9.1</junit.version> |
25 | 26 | <slf4j-simple.version>1.7.36</slf4j-simple.version> |
26 | | - <apache-commons-collections.version>4.4</apache-commons-collections.version> |
| 27 | + <apache-commons-collections4.version>4.4</apache-commons-collections4.version> |
27 | 28 | <everit-json-schema.version>1.14.1</everit-json-schema.version> |
28 | | - <maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version> |
29 | | - <maven-source-plugin.version>3.0.1</maven-source-plugin.version> |
30 | | - <maven-javadoc-plugin.version>3.0.1</maven-javadoc-plugin.version> |
31 | | - <maven-resources-plugin.version>3.1.0</maven-resources-plugin.version> |
32 | | - <maven-surefire-plugin.version>2.22.0</maven-surefire-plugin.version> |
33 | | - <maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version> |
34 | | - <maven-gpg-plugin.version>1.6</maven-gpg-plugin.version> |
35 | | - <maven-release-plugin.version>2.5.3</maven-release-plugin.version> |
| 29 | + <maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version> |
| 30 | + <maven-source-plugin.version>3.2.1</maven-source-plugin.version> |
| 31 | + <maven-javadoc-plugin.version>3.4.1</maven-javadoc-plugin.version> |
| 32 | + <maven-resources-plugin.version>3.3.0</maven-resources-plugin.version> |
| 33 | + <maven-surefire-plugin.version>3.0.0-M7</maven-surefire-plugin.version> |
| 34 | + <maven-deploy-plugin.version>3.0.0</maven-deploy-plugin.version> |
| 35 | + <maven-gpg-plugin.version>3.0.1</maven-gpg-plugin.version> |
| 36 | + <maven-release-plugin.version>3.0.0-M7</maven-release-plugin.version> |
36 | 37 | <nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version> |
37 | 38 | <coveralls-maven-plugin.version>4.3.0</coveralls-maven-plugin.version> |
38 | | - <jacoco-maven-plugin.version>0.8.5</jacoco-maven-plugin.version> |
| 39 | + <jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version> |
39 | 40 | </properties> |
40 | 41 |
|
41 | 42 | <repositories> |
|
253 | 254 | <dependency> |
254 | 255 | <groupId>org.apache.commons</groupId> |
255 | 256 | <artifactId>commons-collections4</artifactId> |
256 | | - <version>${apache-commons-collections.version}</version> |
| 257 | + <version>${apache-commons-collections4.version}</version> |
257 | 258 | </dependency> |
258 | 259 |
|
259 | 260 | <!-- tableschema-java --> |
|
0 commit comments