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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-06-16 08:18:18 +00:00 committed by GitHub
parent 749704518c
commit 64990fd74c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -111,7 +111,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.3</version>
<version>3.0.0</version>
<configuration>
<skip>true</skip>
<mainClass>none</mainClass>

View File

@ -74,7 +74,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.3</version>
<version>3.0.0</version>
<configuration>
<mainClass>com.google.refine.Refine</mainClass>
<commandlineArgs>-Drefine.headless=true -Drefine.autoreload=true -Dbutterfly.autoreload=true -Drefine.memory=1400M -Drefine.port=3333 -Drefine.host=127.0.0.1</commandlineArgs>