summaryrefslogtreecommitdiffstats
path: root/adaptors
AgeCommit message (Collapse)AuthorFilesLines
2020-12-10Limit use of odlparent pomsDan Timoney42-164/+126
Updated pom.xmls to use standard maven project structure (i.e. parent of pom is pom in directory above), and updated top level pom to use org.ccsdk.parent:oparent as parent - EXCEPT in cases where module has true OpenDaylight dependencies and therefore needs to use ODL parent pom. Change-Id: I50429f28225152251ac2086235c14bb00f09c05c Issue-ID: CCSDK-3001 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-12-07Remove references to indivdual repo version propertiesDan Timoney16-72/+18
Updated combined ccsdl/sli repo to replace references to old repo versions (e.g. ccsdk.sli.core.version) with build-in maven property project.version. Issue-ID: CCSDK-3009 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I89c42dd571781f9bd8f9b463f53298519f61b96f
2020-12-03Updated aai-path.properties with AAI API'SMehreen Kaleem1-0/+4
used by MDONS use case Change-Id: I810a077199725dd0bb735c8bd6b5f68e026ed908 Issue-ID: CCSDK-3013 Signed-off-by: Mehreen Kaleem <mehreen.kaleem@us.fujitsu.com>
2020-12-02Add missing pom.xml filesDan Timoney51-52/+206
Add missing modules to top level pom.xml and add missing pom files for core, adaptors, northbound and plugin directories. Also rolled version to next minor version (1.2.0-SNAPSHOT) to avoid conflict with compiled code from individual repos during transition to new structure. Issue-ID: CCSDK-3009 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: If58175bd2519955cd896290cac7001df4eb62287
2020-12-01Migrate sli-adaptor filesJessica Wagantall428-0/+60494
Migrate sli-adaptor repo files into a new "adaptors" directory. Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>