Skip to content

Commit 176bd85

Browse files
authored
Merge pull request #21 from OpenRefine/or-3.9-update
Update to OR 3.9.0 and narrow dependencies to the core artifact
2 parents fae326d + d75722e commit 176bd85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<properties>
6-
<openrefine.version>3.8.7</openrefine.version>
6+
<openrefine.version>3.9.0</openrefine.version>
77
<!-- Change the values below, as well as the groupId & url, to reflect your extension -->
88
<extension.id>openrefine-files-extension</extension.id>
99
<extension.name>OpenRefine Files Extension</extension.name>
@@ -126,7 +126,7 @@
126126
</dependency>
127127
<dependency>
128128
<groupId>org.openrefine</groupId>
129-
<artifactId>main</artifactId>
129+
<artifactId>core</artifactId>
130130
<version>${openrefine.version}</version>
131131
<type>test-jar</type>
132132
<scope>test</scope>

0 commit comments

Comments
 (0)