[Git][java-team/openrefine][upstream] New upstream version 3.6.2
Markus Koschany (@apo)
gitlab at salsa.debian.org
Mon Feb 13 23:54:23 GMT 2023
Markus Koschany pushed to branch upstream at Debian Java Maintainers / openrefine
Commits:
7b0ad8ad by Markus Koschany at 2022-11-27T18:49:43+01:00
New upstream version 3.6.2
- - - - -
16 changed files:
- benchmark/pom.xml
- extensions/database/pom.xml
- extensions/gdata/pom.xml
- extensions/jython/pom.xml
- extensions/pc-axis/pom.xml
- extensions/phonetic/pom.xml
- extensions/pom.xml
- extensions/wikidata/pom.xml
- main/pom.xml
- main/src/com/google/refine/RefineServlet.java
- + main/tests/cypress/.eslintignore
- main/webapp/modules/core/scripts/reconciliation/standard-service-panel.html
- main/webapp/modules/core/styles/reconciliation/recon-dialog.less
- packaging/pom.xml
- pom.xml
- server/pom.xml
Changes:
=====================================
benchmark/pom.xml
=====================================
@@ -6,7 +6,7 @@
<parent>
<artifactId>openrefine</artifactId>
<groupId>org.openrefine</groupId>
- <version>3.6.1</version>
+ <version>3.6.2</version>
</parent>
<artifactId>benchmark</artifactId>
=====================================
extensions/database/pom.xml
=====================================
@@ -11,7 +11,7 @@
<parent>
<groupId>org.openrefine</groupId>
<artifactId>extensions</artifactId>
- <version>3.6.1</version>
+ <version>3.6.2</version>
</parent>
<build>
=====================================
extensions/gdata/pom.xml
=====================================
@@ -11,7 +11,7 @@
<parent>
<groupId>org.openrefine</groupId>
<artifactId>extensions</artifactId>
- <version>3.6.1</version>
+ <version>3.6.2</version>
</parent>
<properties>
=====================================
extensions/jython/pom.xml
=====================================
@@ -5,7 +5,7 @@
<groupId>org.openrefine</groupId>
<artifactId>jython</artifactId>
<packaging>jar</packaging>
- <version>3.6.1</version>
+ <version>3.6.2</version>
<name>OpenRefine - Jython extension</name>
<description>OpenRefine integration of Python as an expression language</description>
@@ -13,7 +13,7 @@
<parent>
<groupId>org.openrefine</groupId>
<artifactId>extensions</artifactId>
- <version>3.6.1</version>
+ <version>3.6.2</version>
</parent>
<build>
=====================================
extensions/pc-axis/pom.xml
=====================================
@@ -11,7 +11,7 @@
<parent>
<groupId>org.openrefine</groupId>
<artifactId>extensions</artifactId>
- <version>3.6.1</version>
+ <version>3.6.2</version>
</parent>
<build>
=====================================
extensions/phonetic/pom.xml
=====================================
@@ -5,7 +5,7 @@
<groupId>org.openrefine</groupId>
<artifactId>phonetic</artifactId>
<packaging>jar</packaging>
- <version>3.6.1</version>
+ <version>3.6.2</version>
<name>OpenRefine - Phonetic clustering extension</name>
<description>Adds a few advanced phonetic clustering methods</description>
@@ -13,7 +13,7 @@
<parent>
<groupId>org.openrefine</groupId>
<artifactId>extensions</artifactId>
- <version>3.6.1</version>
+ <version>3.6.2</version>
</parent>
<build>
=====================================
extensions/pom.xml
=====================================
@@ -5,7 +5,7 @@
<groupId>org.openrefine</groupId>
<artifactId>extensions</artifactId>
<packaging>pom</packaging>
- <version>3.6.1</version>
+ <version>3.6.2</version>
<name>OpenRefine - extensions</name>
<description>Extensions add importers, exporters and other sorts of features to OpenRefine</description>
@@ -14,7 +14,7 @@
<parent>
<groupId>org.openrefine</groupId>
<artifactId>openrefine</artifactId>
- <version>3.6.1</version>
+ <version>3.6.2</version>
</parent>
<modules>
=====================================
extensions/wikidata/pom.xml
=====================================
@@ -11,7 +11,7 @@
<parent>
<groupId>org.openrefine</groupId>
<artifactId>extensions</artifactId>
- <version>3.6.1</version>
+ <version>3.6.2</version>
</parent>
<properties>
=====================================
main/pom.xml
=====================================
@@ -11,7 +11,7 @@
<parent>
<groupId>org.openrefine</groupId>
<artifactId>openrefine</artifactId>
- <version>3.6.1</version>
+ <version>3.6.2</version>
</parent>
<properties>
=====================================
main/src/com/google/refine/RefineServlet.java
=====================================
@@ -64,7 +64,7 @@ import edu.mit.simile.butterfly.Butterfly;
import edu.mit.simile.butterfly.ButterflyModule;
public class RefineServlet extends Butterfly {
- static private String ASSIGNED_VERSION = "3.6.1";
+ static private String ASSIGNED_VERSION = "3.6.2";
static public String VERSION = "";
static public String REVISION = "";
=====================================
main/tests/cypress/.eslintignore
=====================================
@@ -0,0 +1,4 @@
+out
+node_modules
+*.md
+
=====================================
main/webapp/modules/core/scripts/reconciliation/standard-service-panel.html
=====================================
@@ -15,24 +15,18 @@
<td width="50%"><div class="detail-container" bind="detailContainer"></div></td>
</tr>
<tr>
- <td><input type="radio" name="type-choice" id="againstType" value="">
+ <td colspan="2"><input type="radio" name="type-choice" id="againstType" value="">
<label for="againstType"><span bind="or_proc_againstType"></span></label> <input size="20" bind="typeInput" /></td>
- <td>
- </td>
</tr>
<tr>
- <td><input type="radio" name="type-choice" id="noType" value="-">
+ <td colspan="2"><input type="radio" name="type-choice" id="noType" value="-">
<label for="noType"><span bind="or_proc_noType"></span></label></td>
- <td>
- </td>
</tr>
<tr>
- <td><input type="checkbox" checked bind="automatchCheck" /> <span bind="or_proc_autoMatch"></span></td>
- <td></td>
+ <td colspan="2"><input type="checkbox" checked bind="automatchCheck" /> <span bind="or_proc_autoMatch"></span></td>
</tr>
<tr>
- <td><span bind="or_proc_max_candidates"></span> <input type="number" bind="maxCandidates" min=0 max=9 width=20/> </td>
- <td></td>
+ <td colspan="2"><span bind="or_proc_max_candidates"></span> <input type="number" bind="maxCandidates" min=0 max=9 width=20/> </td>
</tr>
</table></div>
</div>
=====================================
main/webapp/modules/core/styles/reconciliation/recon-dialog.less
=====================================
@@ -34,7 +34,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
@import-less url("../theme.less");
.recon-dialog-service {
- height: 500px;
padding: 0 0 10px;
}
@@ -84,7 +83,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.recon-dialog-service-panel-container {
float: left;
- height: 500px;
+ min-height: 500px;
margin-left: 20px;
width: 850px;
}
=====================================
packaging/pom.xml
=====================================
@@ -10,7 +10,7 @@
<parent>
<groupId>org.openrefine</groupId>
<artifactId>openrefine</artifactId>
- <version>3.6.1</version>
+ <version>3.6.2</version>
</parent>
<properties>
<rootdir>${basedir}/..</rootdir>
=====================================
pom.xml
=====================================
@@ -5,7 +5,7 @@
<groupId>org.openrefine</groupId>
<artifactId>openrefine</artifactId>
<packaging>pom</packaging>
- <version>3.6.1</version>
+ <version>3.6.2</version>
<name>OpenRefine</name>
<description>OpenRefine is a free, open source power tool for working with messy data and improving it</description>
=====================================
server/pom.xml
=====================================
@@ -11,7 +11,7 @@
<parent>
<groupId>org.openrefine</groupId>
<artifactId>openrefine</artifactId>
- <version>3.6.1</version>
+ <version>3.6.2</version>
</parent>
<properties>
View it on GitLab: https://salsa.debian.org/java-team/openrefine/-/commit/7b0ad8ad7e4158e5ee7858e240689c33fe71a804
--
View it on GitLab: https://salsa.debian.org/java-team/openrefine/-/commit/7b0ad8ad7e4158e5ee7858e240689c33fe71a804
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20230213/d708ec7c/attachment.htm>
More information about the pkg-java-commits
mailing list