diff options
author | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-04-18 15:28:17 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-04-18 15:28:17 -0400 |
commit | db9fffae6abc85094f761be262f611197a2768fa (patch) | |
tree | 2672f0138751ae0c0abba44c6e9bcc82cf02ef35 /pom.xml | |
parent | 64ee66e381069375dc84f49d42114bb0c0c7b877 (diff) |
Fix version plugin issue
Version plugin not working due to missing relativePath tags in
parents and bad parent in top level pom.
Change-Id: I24ac8c4409e1bb87331850b57e4af46505c1aa27
Issue-ID: CCSDK-242
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,8 +4,8 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> - <artifactId>odlparent-carbon-sr1</artifactId> - <version>0.1.0</version> + <artifactId>odlparent-lite</artifactId> + <version>1.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> |