aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIttay Stern <ittay.stern@att.com>2019-06-19 12:41:36 +0300
committerIttay Stern <ittay.stern@att.com>2019-06-19 12:55:07 +0300
commite67fc39116ef74b865422c92b249ccec6c21fdfa (patch)
tree035a7f35bdb929edc0812bdec6735db8f7b7ed35
parent97bec3c43ac5cefdb8b852de8efb00a84148ed28 (diff)
Un-SNAPSHOT all modules while build
1. Upgrade to latest versions-maven-plugin: 2.7 2. Set artifactId=*; see: http://www.mojohaus.org/versions-maven-plugin/set-mojo.html#artifactId This lets vid-maven-stage-master go green. Issue-ID: CIMAN-234 Change-Id: I4b87d67e76c7f317f93a06c84e48d240fba6e126 Signed-off-by: Ittay Stern <ittay.stern@att.com>
-rw-r--r--pom.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 2036994ea..a7221982a 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>