diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2021-06-09 12:14:54 -0400 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2021-06-14 14:03:25 +0000 |
commit | 94a7c372094fb6c8f342dfd04984a34c975eb849 (patch) | |
tree | 59374117a3786da069a28daa1488cf6dd73f52f0 /opendaylight/pom.xml | |
parent | fff64f89ef68f9f6a31d462507495115b81c04f9 (diff) |
Making changes as per SILICON ODL
Adding few dependencies and refactoring sli versioning
Issue-ID: CCSDK-3331
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I9678e4b4401791a98499ab3c39ef5b24e404aea8
Diffstat (limited to 'opendaylight/pom.xml')
-rw-r--r-- | opendaylight/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opendaylight/pom.xml b/opendaylight/pom.xml index d624c2d2..7c949a4e 100644 --- a/opendaylight/pom.xml +++ b/opendaylight/pom.xml @@ -15,6 +15,6 @@ <description>Creates OpenDaylight container</description> <modules> - <module>aluminum</module> + <module>silicon</module> </modules> </project> |