|
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | 5 | <groupId>io.frictionlessdata</groupId> |
6 | 6 | <artifactId>datapackage-java</artifactId> |
7 | | - <version>0.6.16-SNAPSHOT</version> |
| 7 | + <version>0.7.2-SNAPSHOT</version> |
8 | 8 | <packaging>jar</packaging> |
9 | 9 | <issueManagement> |
10 | 10 | <url>https://github.com/frictionlessdata/datapackage-java/issues</url> |
|
19 | 19 | <properties> |
20 | 20 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
21 | 21 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
22 | | - <java.version>8</java.version> |
| 22 | + <java.version>17</java.version> |
23 | 23 | <maven.compiler.source>${java.version}</maven.compiler.source> |
24 | 24 | <maven.compiler.target>${java.version}</maven.compiler.target> |
25 | | - <tableschema-java-version>0.6.16</tableschema-java-version> |
26 | | - <hamcrest.version>1.3</hamcrest.version> |
27 | | - <junit.version>5.9.2</junit.version> |
28 | | - <slf4j-simple.version>2.0.5</slf4j-simple.version> |
| 25 | + <maven.compiler.compiler>${java.version}</maven.compiler.compiler> |
| 26 | + <tableschema-java-version>0.7.2</tableschema-java-version> |
| 27 | + <junit.version>5.12.0</junit.version> |
| 28 | + <slf4j-simple.version>2.0.17</slf4j-simple.version> |
29 | 29 | <apache-commons-collections4.version>4.4</apache-commons-collections4.version> |
30 | | - <maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version> |
31 | | - <maven-source-plugin.version>3.2.1</maven-source-plugin.version> |
32 | | - <maven-javadoc-plugin.version>3.4.1</maven-javadoc-plugin.version> |
33 | | - <maven-resources-plugin.version>3.3.0</maven-resources-plugin.version> |
34 | | - <maven-surefire-plugin.version>3.0.0-M7</maven-surefire-plugin.version> |
| 30 | + <maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version> |
| 31 | + <maven-source-plugin.version>3.3.1</maven-source-plugin.version> |
| 32 | + <maven-javadoc-plugin.version>3.11.2</maven-javadoc-plugin.version> |
| 33 | + <maven-resources-plugin.version>3.3.1</maven-resources-plugin.version> |
| 34 | + <maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version> |
35 | 35 | <maven-deploy-plugin.version>3.0.0</maven-deploy-plugin.version> |
36 | 36 | <maven-gpg-plugin.version>3.0.1</maven-gpg-plugin.version> |
37 | | - <maven-release-plugin.version>3.0.0-M7</maven-release-plugin.version> |
| 37 | + <maven-release-plugin.version>3.1.1</maven-release-plugin.version> |
38 | 38 | <nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version> |
39 | 39 | <coveralls-maven-plugin.version>4.3.0</coveralls-maven-plugin.version> |
40 | | - <dependency-check-maven.version>7.4.4</dependency-check-maven.version> |
41 | | - <jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version> |
| 40 | + <dependency-check-maven.version>12.1.0</dependency-check-maven.version> |
| 41 | + <jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version> |
42 | 42 | </properties> |
43 | 43 |
|
44 | 44 | <repositories> |
|
57 | 57 | <encoding>utf-8</encoding> |
58 | 58 | <source>${maven.compiler.source}</source> |
59 | 59 | <target>${maven.compiler.target}</target> |
| 60 | + <compilerVersion>${maven.compiler.compiler}</compilerVersion> |
60 | 61 | </configuration> |
61 | 62 | </plugin> |
62 | 63 |
|
|
151 | 152 | </configuration> |
152 | 153 | </plugin> |
153 | 154 |
|
| 155 | + <!-- |
154 | 156 | <plugin> |
155 | 157 | <groupId>org.apache.maven.plugins</groupId> |
156 | 158 | <artifactId>maven-release-plugin</artifactId> |
|
169 | 171 | </dependency> |
170 | 172 | </dependencies> |
171 | 173 | </plugin> |
172 | | - |
173 | | - <!-- Test Coverage: https://github.com/trautonen/coveralls-maven-plugin --> |
174 | | - <plugin> |
175 | | - <groupId>org.eluder.coveralls</groupId> |
176 | | - <artifactId>coveralls-maven-plugin</artifactId> |
177 | | - <version>${coveralls-maven-plugin.version}</version> |
178 | | - </plugin> |
| 174 | + --> |
179 | 175 |
|
180 | 176 | <plugin> |
181 | 177 | <groupId>org.jacoco</groupId> |
|
198 | 194 | <executions> |
199 | 195 | <execution> |
200 | 196 | <goals> |
| 197 | + <!-- |
201 | 198 | <goal>check</goal> |
| 199 | + --> |
202 | 200 | </goals> |
203 | 201 | </execution> |
204 | 202 | </executions> |
|
0 commit comments