-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b3c6cda
commit 2f4012d
Showing
9 changed files
with
21 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
.../openrefine/main/3.3/_remote.repositories → ...penrefine/main/3.4.1/_remote.repositories
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. | ||
#Sat Feb 08 11:22:29 CET 2020 | ||
main-3.3.pom>= | ||
main-3.3.jar>= | ||
#Mon Sep 28 21:29:50 CEST 2020 | ||
main-3.4.1.jar>= | ||
main-3.4.1.pom>= |
Binary file renamed
BIN
+1.94 MB
...tory/org/openrefine/main/3.3/main-3.3.jar → .../org/openrefine/main/3.4.1/main-3.4.1.jar
Binary file not shown.
10 changes: 5 additions & 5 deletions
10
...tory/org/openrefine/main/3.3/main-3.3.pom → .../org/openrefine/main/3.4.1/main-3.4.1.pom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>org.openrefine</groupId> | ||
<artifactId>main</artifactId> | ||
<version>3.3</version> | ||
<description>POM was created from install:install-file</description> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>org.openrefine</groupId> | ||
<artifactId>main</artifactId> | ||
<version>3.4.1</version> | ||
<description>POM was created from install:install-file</description> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
artifactId=${project.artifactId} | ||
version=${project.version} | ||
openrefineVersion=${openrefine.version} | ||
openrefineSupported=3.3 3.2 | ||
openrefineSupported=3.4 3.3 3.2 |