Un-SNAPSHOT all modules while build 44/90144/2
authorIttay Stern <ittay.stern@att.com>
Wed, 19 Jun 2019 09:41:36 +0000 (12:41 +0300)
committerIttay Stern <ittay.stern@att.com>
Wed, 19 Jun 2019 09:55:07 +0000 (12:55 +0300)
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>
pom.xml

diff --git a/pom.xml b/pom.xml
index 2036994..a722198 100644 (file)
--- a/pom.xml
+++ b/pom.xml
             <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>