Merge "Un-SNAPSHOT all modules while build"
authorWojciech Sliwka <wojciech.sliwka@nokia.com>
Wed, 19 Jun 2019 11:12:16 +0000 (11:12 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 19 Jun 2019 11:12:16 +0000 (11:12 +0000)
pom.xml

diff --git a/pom.xml b/pom.xml
index 454a705..272db17 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>