summaryrefslogtreecommitdiffstats
path: root/odlparent/feature-repo-parent/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2018-02-12 10:35:37 -0500
committerDan Timoney <dtimoney@att.com>2018-02-12 10:35:37 -0500
commit1f55bc88e426a2f3cf7908967227332ca2002900 (patch)
tree11b660ef7c5ab70ad19969b1f18cf7ba942cb11f /odlparent/feature-repo-parent/pom.xml
parent3e77e074b120ab2373732425db8902b8e6f57f12 (diff)
Move common settings to parent
Configure versions plugin to work for multimodule projects without parent/child relationships. Change-Id: I9993930135ef40f2d2ca926bb733f189256bc000 Issue-ID: CCSDK-174 Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'odlparent/feature-repo-parent/pom.xml')
-rwxr-xr-xodlparent/feature-repo-parent/pom.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/odlparent/feature-repo-parent/pom.xml b/odlparent/feature-repo-parent/pom.xml
index 1da71257..219a074f 100755
--- a/odlparent/feature-repo-parent/pom.xml
+++ b/odlparent/feature-repo-parent/pom.xml
@@ -1152,7 +1152,10 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
- <version>2.3</version>
+ <version>2.5</version>
+ <configuration>
+ <processAllModules>true</processAllModules>
+ </configuration>
</plugin>
<plugin>
<artifactId>maven-scm-plugin</artifactId>