aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2017-11-28Bump patch version1.0.1-ONAP1.0.1-AmsterdamamsterdamJessica Wagantall1-2/+2
Bump patch version in preparation for Amsterdam branching. Change-Id: I1b79c460ba5de5ee6a837816f67a4d465a116621 Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-09-08Merge "the pom should use oparent-python"Daniel Rose1-46/+2
2017-09-08the pom should use oparent-pythonDR695H1-46/+2
[TEST-48] instead of running everything customer use the python parent Change-Id: I0c9deaf6df1a54519f8ae5b7a668822941f76e6a Signed-off-by: DR695H <dr695h@att.com>
2017-09-08Cleanup project's name in SonarJessica Wagantall1-1/+1
The name parameter in the root pom.xml should match the project name in gerrit to reflect consistency in Sonar. Change-Id: Ic9130ea9a878208c59b56b7f9962fd3a8889085f Issue-id: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-08-24Allow merge job to deploy to Nexus Snapshots repoGary Wu1-5/+19
Change artifact version to -SNAPSHOT (with PEP 440 verioning workarounds) to allow the Jenkins merge job to deploy the artifacts to Snapshots repo. Change-Id: I9aa359da6608696757836e51f63f3512fcd6de4e Issue-id: TEST-48 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-08-18adding in oparent to pomDR695H1-0/+5
[TEST-48] adding in oparent to pom to allow release to work Change-Id: Id3767d2d91c5fafca5f150039d9310f7031c9983 Signed-off-by: DR695H <dr695h@att.com>
2017-08-18adding tox support to maven python buildDR695H1-11/+33
[TEST-48] tox is run in maven execute plugin to allow tests to be run Change-Id: Ibd66129a94e1529e236dd57c73d823df21ae14b0 Signed-off-by: DR695H <dr695h@att.com>
2017-07-28adding maven based python buildDR695H1-0/+70
[TEST-48] this changes the structure of the project to be maven based Change-Id: I89212c8a2e38f2febe6c2d54a9222e260bc371e4 Signed-off-by: DR695H <dr695h@att.com>