diff options
author | Ittay Stern <ittay.stern@att.com> | 2019-06-19 12:41:36 +0300 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2019-06-19 12:55:07 +0300 |
commit | e67fc39116ef74b865422c92b249ccec6c21fdfa (patch) | |
tree | 035a7f35bdb929edc0812bdec6735db8f7b7ed35 /pom.xml | |
parent | 97bec3c43ac5cefdb8b852de8efb00a84148ed28 (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>
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> |