aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2018-09-04Upgrade OSDF version to 1.2.11.2.1Dileep Ranganathan1-2/+2
Bump verion of docker images, pom.xml, and oparent-python to 1.2.1, 1.2.1-SNAPSHOT and 1.2.0 respectively. Change-Id: Ic4a631ac5b6a5480fabb0e2bc02d308b72152ab9 Issue-ID: OPTFRA-257 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-08-27Use managed guava versionGary Wu1-3/+1
Use centrally managed guava version specified in oparent. Includes upgrade to oparent 1.2.0. This change was submitted by script and may include additional whitespace or formatting changes. Change-Id: I7fa03f06ae6662d6d658f97d96344d512c24a5ad Issue-ID: INT-619 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-07-19Reverting the oparent version to release versionDileep Ranganathan1-1/+1
Reverting the oparent version back to 1.1.1. Dependencies outside the project should use release version instead of snapshot verion Change-Id: I9d3282f545172608cc951ae8ad892428c4f8d702 Issue-ID: OPTFRA-301 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-07-18Bumping the oparent and osdf artifact versionsDileep Ranganathan1-2/+2
Bumped the oparent-python version to 1.2.0 Bumped the osdf artifacts version to 1.2.0 Issue-ID: OPTFRA-301 Change-Id: I10a45b89333606b008e172d60fad3ab6e3af5121 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-06-04updated the version of an imagePatel, Ankitkumar1-1/+1
Updated the version of an image. Issue-ID: OPTFRA-251 Change-Id: I2fdf0789ebad30f4e520b55890317e2404546c07 Signed-off-by: Patel, Ankitkumar <ankit@research.att.com>
2018-05-09Bump oparent-python versionGary Wu1-1/+1
Bump oparent-python version to 1.1.1 to resolve a license issue in an old version of lombok. Change-Id: I09a3c0b3745ebbeeedb400638e16047971329e43 Issue-ID: INT-493 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-03-14Update oparent-python version for optf/osdfDileep Ranganathan1-1/+1
Change-Id: I8b63a0e2ea35fbaa28674e4edf7da54ddd6ce054 Issue-ID: OPTFRA-184 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-03-07Clean up code smells, added osdfapp.pySastry Isukapalli1-1/+1
Added osdfapp.py in inclusions. TODO: clean up this structure. Notes: 1) Do not use java-like naming (use get_options instead of getOptions). 2) Do not have commented out code in imports (it got flagged as red) Issue-ID: OPTFRA-102 Change-Id: Ie889b581dc8bf6683ff9bf60a6e14f254a26ef12 Signed-off-by: Sastry Isukapalli <sastry@research.att.com>
2018-03-08Exclude Tests from Sonar coverage reportDileep Ranganathan1-7/+9
Change-Id: I60bf015cdc4a3a7fad8babf146dd9e78470645d1 Issue-ID: OPTFRA-102 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-03-07Adding SONAR coverage report supportSastry Isukapalli1-1/+14
Issue-ID: OPTFRA-102 Change-Id: I67552599ff49dff29f99578b83592dd8d2ced193 Signed-off-by: Sastry Isukapalli <sastry@research.att.com>
2018-02-12Added root pom.xml files for OSDFDileep Ranganathan1-0/+71
Added pom.xml, assembly.xml Modified .gitignore Change-Id: I8b8bd6c180d1738567be6e6fa4c94c57e15f5b77 Issue-ID: OPTFRA-72 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>