From 64990fd74cb84443c492f3c17b41e2ddf752ae09 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2020 08:18:18 +0000 Subject: [PATCH] Bump exec-maven-plugin from 1.3 to 3.0.0 Bumps [exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 1.3 to 3.0.0. - [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases) - [Commits](https://github.com/mojohaus/exec-maven-plugin/compare/exec-maven-plugin-1.3...exec-maven-plugin-3.0.0) Signed-off-by: dependabot-preview[bot] --- pom.xml | 2 +- server/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index b5c7c8ce4..1c66829a8 100644 --- a/pom.xml +++ b/pom.xml @@ -111,7 +111,7 @@ org.codehaus.mojo exec-maven-plugin - 1.3 + 3.0.0 true none diff --git a/server/pom.xml b/server/pom.xml index 5ac253bee..30a757063 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -74,7 +74,7 @@ org.codehaus.mojo exec-maven-plugin - 1.3 + 3.0.0 com.google.refine.Refine -Drefine.headless=true -Drefine.autoreload=true -Dbutterfly.autoreload=true -Drefine.memory=1400M -Drefine.port=3333 -Drefine.host=127.0.0.1