summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 be75d43ec83..6b39c904a05 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>