summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-06-20 00:02:40 +0200
committerBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-06-20 00:02:40 +0200
commit89f0b3fa7130336a0f58815d80501ecc7eaa3bf8 (patch)
tree6604f0830f60ccab92df547000264fc61fddbb0a
parent638534295b36d08e598a72d1fb21e66f1250d6dd (diff)
Upgrade exec-maven-plugin to 1.6.0
-rw-r--r--container-disc/pom.xml1
-rw-r--r--pom.xml2
2 files changed, 1 insertions, 2 deletions
diff --git a/container-disc/pom.xml b/container-disc/pom.xml
index 265dee1093c..5d19e9ecffe 100644
--- a/container-disc/pom.xml
+++ b/container-disc/pom.xml
@@ -219,7 +219,6 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
- <version>1.2.1</version>
<executions>
<execution>
<phase>validate</phase>
diff --git a/pom.xml b/pom.xml
index 198f27a8d9b..7a805a3fc13 100644
--- a/pom.xml
+++ b/pom.xml
@@ -210,7 +210,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
- <version>1.2.1</version>
+ <version>1.6.0</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>