aboutsummaryrefslogtreecommitdiffstats
path: root/sql-resource
AgeCommit message (Collapse)AuthorFilesLines
2017-08-29Prune adaptors moved to ccsdkDan Timoney18-1546/+3
Replace code moved to CCSDK with README.md files redirecting developers to the proper CCSDK repository Change-Id: I7f9eeeecdbefcf51d8d61c52658a90f4da73a026 Issue-ID: CCSDK-59 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-06-05[SDNC-14] Roll adaptors to version 1.1.2Dan Timoney4-5/+5
Roll adaptors to use version 1.1.2 of rootpom, to ensure latest version is being used Change-Id: Idb135e80073729fdcd809a9846fac672d4c30afd Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-05-18Merge "fix maven local build issue"Dan Timoney3-0/+5
2017-05-16Merge "Depend on opendaylight-karaf-empty from odlparent"Dan Timoney1-1/+1
2017-05-11Depend on opendaylight-karaf-empty from odlparentAlexis de Talhouët1-1/+1
As per as BUG 6278 in ODL: https://bugs.opendaylight.org/show_bug.cgi?id=6278 karaf-parent, and its child have been moved to odlparent. Aligning downstream consumer to avoid breakage once the artifact is removed from controller. Change-Id: I78d98ef4cf42b1f6cf09eba21d41016896c16133 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2017-05-07fix maven local build issueGuo Ruijing3-0/+5
onap jenkins use maven-assembly-plugin 2.2-beta-5. without fix, local build use maven-assembly-plugin 2.4.1 and build fails as: Assembly is incorrectly configured: null. to fix local build issue: 1. update to maven-assembly-plugin 2.6 2. add AssemblyId configuration which is needed for assembly >= 2.2 Change-Id: Id3e0d959a12ceb8b67a139a2cb22850864666354 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2017-05-07update copyright to avoid noisy diff after buildGuo Ruijing9-9/+9
Change-Id: Ifc1fd3fbb01f8131b6b85a7d8df5e1e7a6bddc1f Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2017-04-27[SONAR] Close prepared statementDan Timoney1-4/+16
Close prepared statement (identified by Sonar) Change-Id: I885049ab924b422dc80ae818fcbb6f31b7a26f99 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-04-25[RENUMBER] Roll to next snapshotDan Timoney4-5/+5
Roll to snapshot version 1.1.1-SNAPSHOT Change-Id: I7b0c6dc6c5e10860e9cd98c0bfaeeae8b94ae0f1 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-04-21[SDNC-5] Rebase SDN-C adaptorsDan Timoney11-174/+255
Apply latest bug fixes, enhancements and port to OpenDaylight Boron. Change-Id: Ia7d29986eb12f98edbf075dae3cc9343af6791b6 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-04-07Fix assembly xmls for maven-assembly-plugin v2.2+Gary Wu3-2/+6
Starting in version 2.2, maven-assembly-plugin requires an id tag in the assembly descriptor xmls. This patch allows the project to be built in environments that use newer versions of maven-assembly-plugin. For details, see: https://issues.apache.org/jira/browse/MASSEMBLY-517 Change-Id: I05702244730ca0419d3250f969d9d2aed69bec00 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-03-15[VERSION] Roll to next versionDan Timoney4-5/+5
Roll to version 1.1.0-SNAPSHOT Change-Id: I4f248d4f38a127866f97c5a6359ec1a1f04ea776 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-02-24[VERSION] Roll back to snapshotDan Timoney4-5/+5
Roll back to version 1.0.0-SNAPSHOT Change-Id: I15395e7ed0a5174f5bad0a907493d6f9cef2078f Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-02-20[VERSION] Official root pom versionDan Timoney4-5/+5
Use root pom version 1.0.0 Change-Id: Iee0fa7a6105cf78145ebeaa7ca79d2ca4c2c54d6 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-02-20[VERSION] Change version to snapshotDan Timoney4-5/+5
Change version to 1.0.0-SNAPSHOT Change-Id: I54684df355a29ed12b839aad980026fd7c159242 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-02-15Initial commit for OpenECOMP SDN-C adaptorsDan Timoney18-0/+1478
Change-Id: I8d42e44d15fd85aee5b00d27e45da6751dda02b9 Signed-off-by: Dan Timoney <dtimoney@att.com>