aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2018-05-22Increment versions for new branchPatrick Brady1-1/+1
Change from version 1.3.0-SNAPSHOT to 1.4.0-SNAPSHOT Change-Id: I4767e1e63c7b5bb76a3fd0aea48ac18d81f7faf7 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-916
2018-05-21Add maven version pluginPatrick Brady1-0/+10
This plugin configuration is needed so jenkins can update the version number of the proxy project to the release number when the release job is run. Change-Id: I30f02b150b71cb1cbaea6a5f1ccdac03d8843889 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-910
2018-05-17Match cdt version to appc versionPatrick Brady1-1/+1
Change-Id: I09bde6cbea87c1346b5cc293b1e5379973f42034 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-911
2018-05-10initial commit for CDT proxy ServiceKumar, Amaresh (ak583p)1-1/+4
Initial commit for CDT proxy server to fix CORS Issues. Issue-ID: APPC-885 Change-Id: Idf2688dbca3fd6c25636544147ed5b23a5a4ed7f Signed-off-by: Kumar, Amaresh (ak583p) <ak583p@us.att.com>
2018-03-06Add build helper to pomPatrick Brady1-20/+43
Need to re-add the build helper plugin to pom in order to attach the zip file for deployment. Change-Id: I73afb91e622890601cfd723ef33ac9b40352dd7b Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-627
2018-03-06Correct groupidPatrick Brady1-1/+1
Incorrect groupid is causing deploy to fail. Change-Id: I372e4b0546cfb10cfab9d4c7b193185b038633b7 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-627
2018-03-06Adding distribution mgmtPatrick Brady1-0/+29
Merge deploy is failing because repository listings are missing. Copied the repository listings over from the main appc project. Change-Id: Iee5b976dd34134fb0a0dedec9a070cb8ef151697 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-627
2018-03-06Root pom file cleanupPatrick Brady1-51/+0
Remove the unused repository and scm tags from the root pom file. They are causing merge job to fail and should not be there. Change-Id: If3611b093cc818133916e468770d497f8edc56d9 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-627
2018-03-04Modify maven for angular buildPatrick Brady1-43/+58
Using the same plugin that portal has been using to perform angular cli builds in jenkins. Also modifed maven assembly plugin to package the generated angular javascript code into a deployable zip file. Change-Id: Ib26801ca6b4d8dd5195b570bc694d37efe421684 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-627
2018-03-01Initial seed code contribution for CDTSkip Wonnell1-0/+193
Issue-ID: APPC-682 Change-Id: I0331ffce2a430195c29d0d1b2295966f9eb28699 Signed-off-by: Skip Wonnell <skip@att.com>