Skip to content

Commit

Permalink
Minor Update 2.2.2 Release
Browse files Browse the repository at this point in the history
* Update compile process
  • Loading branch information
AtesComp committed Jun 18, 2024
1 parent 3b3d1ce commit 1bf5cc9
Show file tree
Hide file tree
Showing 21 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion openrefine-shim-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>org.openrefine</groupId>
<artifactId>openrefine</artifactId>
<version>3.8.1</version>
<version>3.8-SNAPSHOT</version>
<packaging>jar</packaging>

<name>OpenRefine</name>
Expand Down
21 changes: 10 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
To include OpenRefine:
In OpenRefine project directory:
./refine build
./refine dist 3.6-SNAPSHOT
mvn package -DskipTests=true
Then, in rdf-transform extension project directory:
mvn install:install-file -Dfile=../OpenRefine/main/target/openrefine-main.jar -DpomFile=openrefine-shim-pom.xml -DcreateChecksum=true -DlocalRepositoryPath=./project-repository
-->
Expand All @@ -48,17 +48,16 @@
<!--
OpenRefine Dependent: 3.4.1, 3.5-beta1, 3.6-SNAPSHOT, etc.
-->
<openrefine.version>3.8.1</openrefine.version>
<butterfly.version>1.2.3</butterfly.version><!-- matches 3.6-SNAPSHOT -->
<slf4j.version>1.7.36</slf4j.version><!-- matches 3.6-SNAPSHOT -->
<openrefine.version>3.8-SNAPSHOT</openrefine.version>
<butterfly.version>1.2.4</butterfly.version><!-- matches 3.8-SNAPSHOT -->
<slf4j.version>2.0.9</slf4j.version><!-- matches 3.8-SNAPSHOT -->

<jena.version>4.5.0</jena.version><!-- matches 3.6-SNAPSHOT -->
<!--<javax.version>4.0.1</javax.version>--><!-- matches 3.6-SNAPSHOT for servlet-api -->
<jsonld.version>1.3.0</jsonld.version>
<velocity.version>1.6.3</velocity.version><!-- matches 3.6-SNAPSHOT : to exclude older dependancies than butterfly's-->
<httpclient5.version>5.1.3</httpclient5.version><!-- matches 3.6-SNAPSHOT -->
<commons-fileupload.version>1.4</commons-fileupload.version><!-- matches 3.6-SNAPSHOT -->
<commons-io.version>2.11.0</commons-io.version><!-- matches 3.6-SNAPSHOT -->
<jena.version>4.9.0</jena.version><!-- matches 3.8-SNAPSHOT -->
<jsonld.version>1.4.0</jsonld.version>
<velocity.version>2.3</velocity.version><!-- matches 3.6-SNAPSHOT : to exclude older dependancies than butterfly's-->
<httpclient5.version>5.2.1</httpclient5.version><!-- matches 3.8-SNAPSHOT -->
<commons-fileupload.version>1.5</commons-fileupload.version><!-- matches 3.8-SNAPSHOT -->
<commons-io.version>2.14.0</commons-io.version><!-- matches 3.8-SNAPSHOT -->

<!--
RDF Transform Dependent
Expand Down

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
<metadata modelVersion="1.1.0">
<groupId>org.openrefine</groupId>
<artifactId>openrefine</artifactId>
<version>3.6-SNAPSHOT</version>
<versioning>
<lastUpdated>20240618131718</lastUpdated>
<snapshot>
<localCopy>true</localCopy>
</snapshot>
<lastUpdated>20220508044952</lastUpdated>
<snapshotVersions>
<snapshotVersion>
<extension>jar</extension>
<value>3.6-SNAPSHOT</value>
<updated>20220508044952</updated>
<value>3.8-SNAPSHOT</value>
<updated>20240618131718</updated>
</snapshotVersion>
<snapshotVersion>
<extension>pom</extension>
<value>3.6-SNAPSHOT</value>
<updated>20220508044952</updated>
<value>3.8-SNAPSHOT</value>
<updated>20240618131718</updated>
</snapshotVersion>
</snapshotVersions>
</versioning>
<version>3.8-SNAPSHOT</version>
</metadata>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
e819799da63081124ae097acc7fcfe93
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
120f9bd23925bff01f6744835355d37c350d4c72
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3e7f6b5eef8fbf09b107a129b214b405
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
538ff14a5db9c6cee935a49a1124d736385dbdfb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>org.openrefine</groupId>
<artifactId>openrefine</artifactId>
<version>3.6-SNAPSHOT</version>
<version>3.8-SNAPSHOT</version>
<packaging>jar</packaging>

<name>OpenRefine</name>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5f779d70400dd57d6ca4360789ab9a8d
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9ef913e755ffeb54f76308ac761a5934bde9f0db
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
<versioning>
<versions>
<version>3.6-SNAPSHOT</version>
<version>3.8-SNAPSHOT</version>
</versions>
<lastUpdated>20220508044952</lastUpdated>
<lastUpdated>20240618131718</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b03c56713fa1d87895d91dc9ad495fe1
5572a7c071b8dc337c27858ad03e7d13
Original file line number Diff line number Diff line change
@@ -1 +1 @@
797926073c6df17ba279706ef383b2cbed779c72
862ce26f5aeb23cb185e5af19795b6b139188c8b

0 comments on commit 1bf5cc9

Please sign in to comment.