our build versions always have "+" character. one example is "0.0.6-SNAPSHOT.21181-b5053+4028"
when i try to retrieve ${p:version.name} in component process, it always replace "+" with a space. And i am getting an error like this:
1
Adding status Deployed to Test to version 0.0.5.21181-b5051+4026 on component TAR_US-Middleware-STP-flatbookscheck
2
Error: The value given for "version" (0.0.5.21181-b5051 4026) could not be resolved.
this looks to me is a defect of DA. but can someone tell me whether there is a workaround for this problem? such as using Hex code to replace "+" in my string...