aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 454a705bb..272db17cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,7 +99,14 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
- <version>1.3.1</version>
+ <version>2.7</version>
+ <configuration>
+ <!--
+ Update all modules of aggregator
+ http://www.mojohaus.org/versions-maven-plugin/set-mojo.html#artifactId
+ -->
+ <artifactId>*</artifactId>
+ </configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>