aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWojciech Sliwka <wojciech.sliwka@nokia.com>2019-06-19 11:12:16 +0000
committerGerrit Code Review <gerrit@onap.org>2019-06-19 11:12:16 +0000
commit769578c1ec9e29a59dc629bc32177c558404cc12 (patch)
tree2102938755ebdd836b77bb16570791ae3aea5e77
parent7f0e6936709cc19e3e1e1ad035e5b7d00809d6c6 (diff)
parente67fc39116ef74b865422c92b249ccec6c21fdfa (diff)
Merge "Un-SNAPSHOT all modules while build"
-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>