|
4 | 4 |
|
5 | 5 | <groupId>org.openrefine.extensions</groupId> |
6 | 6 | <artifactId>refine-commons-extension</artifactId> |
7 | | - <version>0.1.4-SNAPSHOT</version> |
| 7 | + <version>0.1.5-SNAPSHOT</version> |
8 | 8 | <packaging>jar</packaging> |
9 | 9 |
|
10 | 10 | <name>OpenRefine - Commons extension</name> |
|
20 | 20 | </licenses> |
21 | 21 |
|
22 | 22 | <properties> |
23 | | - <openrefine.version>3.9.2</openrefine.version> |
24 | | - <jackson.version>2.20.0</jackson.version> |
25 | | - <wdtk.version>0.12.1-SNAPSHOT</wdtk.version> |
| 23 | + <openrefine.version>3.9.5</openrefine.version> |
| 24 | + <jackson.version>2.18.3</jackson.version> |
| 25 | + <wdtk.version>0.17.0</wdtk.version> |
26 | 26 | <swc-parser-lazy.version>3.1.9</swc-parser-lazy.version> |
27 | 27 | <surefire.version>3.5.3</surefire.version> |
28 | 28 | </properties> |
|
36 | 36 | <artifactId>maven-compiler-plugin</artifactId> |
37 | 37 | <version>3.14.0</version> |
38 | 38 | <configuration> |
39 | | - <source>1.8</source> |
40 | | - <target>1.8</target> |
| 39 | + <source>11</source> |
| 40 | + <target>11</target> |
41 | 41 | <encoding>UTF-8</encoding> |
42 | 42 | <showDeprecation>false</showDeprecation> |
43 | 43 | </configuration> |
|
80 | 80 | <plugin> |
81 | 81 | <groupId>org.apache.maven.plugins</groupId> |
82 | 82 | <artifactId>maven-clean-plugin</artifactId> |
83 | | - <version>3.4.1</version> |
| 83 | + <version>3.5.0</version> |
84 | 84 | <configuration> |
85 | 85 | <filesets> |
86 | 86 | <fileset> |
|
132 | 132 | <scope>provided</scope> |
133 | 133 | </dependency> |
134 | 134 | <dependency> |
135 | | - <groupId>org.openrefine.dependencies.wdtk</groupId> |
| 135 | + <groupId>org.wikidata.wdtk</groupId> |
136 | 136 | <artifactId>wdtk-datamodel</artifactId> |
137 | 137 | <version>${wdtk.version}</version> |
138 | 138 | <scope>provided</scope> |
139 | 139 | </dependency> |
140 | 140 | <dependency> |
141 | | - <groupId>org.openrefine.dependencies.wdtk</groupId> |
| 141 | + <groupId>org.wikidata.wdtk</groupId> |
142 | 142 | <artifactId>wdtk-util</artifactId> |
143 | 143 | <version>${wdtk.version}</version> |
144 | 144 | <scope>provided</scope> |
|
0 commit comments