summaryrefslogtreecommitdiffstats
path: root/artifactbroker/plugins/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2019-10-25Bump version 1.4.3 for elaltoBin Yang1-1/+1
Patch version for fixing docker base image issue Issue-ID: MULTICLOUD-866 Signed-off-by: Bin Yang <Bin.Yang@windriver.com> Change-Id: Ifa2b5e9893427b65e51e86b4ab80f0caa4d659df
2019-09-27Bump version after releasing 1.4.1Bin Yang1-1/+1
Issue-ID: MULTICLOUD-808 Signed-off-by: Bin Yang <Bin.Yang@windriver.com> Change-Id: I1de9ee3ab269a6027378b9c661858833af5e22e7
2019-09-06Upgrade version to 1.4.1Bin Yang1-1/+1
Change-Id: If9f6d606bef69c265376aaf6a20e4f213cf76a25 Issue-ID: MULTICLOUD-807 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2019-07-11Bump version for E releaseBin Yang1-1/+1
from 1.3.4 to 1.4.0 Change-Id: I51e1eced5c683deb4986213a6667b34893a1b8e1 Issue-ID: MULTICLOUD-701 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2019-05-25Upgrade to 1.3.4liboNet1-1/+1
This should be done once 1.3.3 artifacts are released Change-Id: I5699ae11007c6b2427fa94113345377cb24fcf34 Issue-ID: MULTICLOUD-652 Signed-off-by: liboNet <libo.zhu@intel.com>
2019-05-23Upgrade to 1.3.31.3.3liboNet1-1/+1
This is to workaround that 1.3.2 releasing failure Change-Id: I70804a0bb2e5fa358fcf4a33cab937a718d84b34 Issue-ID: MULTICLOUD-648 Signed-off-by: liboNet <libo.zhu@intel.com>
2019-05-01Upgrade to 1.3.2Bin Yang1-1/+1
This should be done once 1.3.1 artifacts are released Change-Id: I81cf1ec9150db5fca84257d77116ad48c4278dd0 Issue-ID: MULTICLOUD-590 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2019-04-26Upgrade version to 1.3.1Bin Yang1-1/+1
1.3.0 was used by integration team for validation Change-Id: I90147a31d451b4288836242cc3112a1a82357b46 Issue-ID: MULTICLOUD-589 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2019-04-05add subplug for k8s to invoke Artifact forward supportliboNet1-0/+1
. add forward plugin to forward Artifact . add test case to cover basic httpPost action . fix the misuse of List and ArrayList to avoid Null Pointer Change-Id: I18ead2ba6251a93fddff4657f3945d635a450276 Issue-ID: MULTICLOUD-514 Signed-off-by: liboNet <libo.zhu@intel.com>
2019-03-27add SDC client and reception handleliboNet1-0/+37
. add reception framework wraps handle and subplug interface . add plugins include sdc handler now. . add forward acts the post interface for specified item like artifact . add model acts for the sepcifeid item like CSAR . update pom.xml and package/pom.xml to includes all submodules . Fix the compile issue by typo and change groupid to framework Change-Id: Idbff0ca612045c6ee52ba23cd305f2764c9600f8 Issue-ID: MULTICLOUD-514 Signed-off-by: liboNet <libo.zhu@intel.com>