diff options
author | Dan Timoney <dtimoney@att.com> | 2018-02-08 15:36:37 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2018-02-08 15:36:37 -0500 |
commit | 3e77e074b120ab2373732425db8902b8e6f57f12 (patch) | |
tree | de448994687eb027cb56f108563b23cb29faef91 /pom.xml | |
parent | 45ddb6cfc012a54c267318c222677d4d5633242f (diff) |
Roll CCSDK versions
Roll patch version of CCSDK repos by 1 so that a new version is
used for Nitrogen
Change-Id: I8e4f42b33ade4adc4637d3f9f8dbfcab6056df69
Issue-ID: CCSDK-174
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -7,7 +7,7 @@ <packaging>pom</packaging> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>parent</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> <distributionManagement> @@ -21,6 +21,18 @@ </snapshotRepository> </distributionManagement> + <build> + <plugins> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>versions-maven-plugin</artifactId> + <version>2.5</version> + <configuration> + <processAllModules>true</processAllModules> + </configuration> + </plugin> + </plugins> + </build> <modules> <module>odlparent</module> </modules> |