commit | 96babb945f19f1ead04da61f0d627be3e028defc | [log] [tgz] |
---|---|---|
author | Singal, Kapil (ks220y) <ks220y@att.com> | Fri Mar 06 16:40:25 2020 -0500 |
committer | Singal, Kapil (ks220y) <ks220y@att.com> | Fri Mar 06 16:41:04 2020 -0500 |
tree | 51802b54ecff39d1838c491e530cbbc4ce183d68 | |
parent | 8c76c9880d88085d28fc33da582ff63d93d1e467 [diff] |
Fixing updateParentVersion.sh 1) Add command to keep empty line between header and project tag in pom.xml 2) Adding param to keep CDATA value as is. Issue-ID: CCSDK-2164 Change-Id: Ic4babea86eb6d3f50d3674b7c8c829171cc13465 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
The actual parent poms are being generated from below two pom-template
ccsdk/parent/odlparent/setup/src/main/template/pom-template.xml
ccsdk/parent/springboot/spring-boot-setup/src/main/template/pom-template.xml
Any updates needed should be made to respective template and not to the generated pom.xml file/files.
Every parent pom has associated properties files (src/main/properties).
Setup module will read those properties and populate respective values within generated pom.xml