diff options
author | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-04-24 09:06:57 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-04-24 09:06:57 -0400 |
commit | c84dc84031fb219ce17dbc58304d12f6d961925b (patch) | |
tree | e0c73a3121e1573976082e58098b2ca0dcb9373f /pom.xml | |
parent | bfc82c19430a7bea332e1e80f9cdba4fb5dbb929 (diff) |
Add missing components in sdnc docker container
Add missing components (ansible-adapter, lcm) to SDNC docker container.
Also, version.properties and some pom.xmls so that release build of 1.3.1
works properly.
Change-Id: I1e3e0a0a5b3ed7c6b584cae6c26a4afe503cebcf
Issue-ID: SDNC-287
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Former-commit-id: db25748dd03f8d48378130059ebde0fc70b7e58a
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,13 +4,13 @@ <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> <groupId>org.onap.sdnc.oam</groupId> <artifactId>sdnc-oam</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.1-SNAPSHOT</version> <packaging>pom</packaging> <name>sdnc-oam</name> |