Skip to content

Commit 3c6eaa5

Browse files
authored
Update to OR 3.9.0 and narrow dependencies to the core artifact
1 parent fae326d commit 3c6eaa5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 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>
@@ -105,7 +105,7 @@
105105
<dependencies>
106106
<dependency>
107107
<groupId>org.openrefine</groupId>
108-
<artifactId>main</artifactId>
108+
<artifactId>core</artifactId>
109109
<version>${openrefine.version}</version>
110110
<scope>provided</scope>
111111
</dependency>
@@ -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)