diff options
author | Wojciech Sliwka <wojciech.sliwka@nokia.com> | 2019-06-19 11:12:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-06-19 11:12:16 +0000 |
commit | 769578c1ec9e29a59dc629bc32177c558404cc12 (patch) | |
tree | 2102938755ebdd836b77bb16570791ae3aea5e77 /pom.xml | |
parent | 7f0e6936709cc19e3e1e1ad035e5b7d00809d6c6 (diff) | |
parent | e67fc39116ef74b865422c92b249ccec6c21fdfa (diff) |
Merge "Un-SNAPSHOT all modules while build"
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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> |