diff options
author | Dan Timoney <dtimoney@att.com> | 2017-10-25 15:30:09 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-10-25 15:30:09 -0400 |
commit | f2e639b1a3c7ee762dfc13a94d444435f42b1d95 (patch) | |
tree | 87fa43a2bfd88e762f49aa9f97a6f870c7ce94e6 /pom.xml | |
parent | 19c5fcb7461d0e35896829daef13bfb9290bc4af (diff) |
Use version 0.1.0 of parent
Update to use version 0.1.0 (released version) of parent pom
Change-Id: Ib7c9c226f2611351b048046ca9c990ed36f445c5
Issue-ID: CCSDK-80
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-carbon-sr1</artifactId> - <version>0.0.2-SNAPSHOT</version> + <version>0.1.0</version> </parent> <modelVersion>4.0.0</modelVersion> |