What product/components do you use and which version/fix level?
Asset Build Environment (ABE), playing with wM 10.7
What are trying to achieve? Please describe in detail.
On a runtime-based deployment project, I was able to take a an IS 10.7 package/patch and have it deployed on an IS 10.3.
However, when coming to having a repository-based deployment project, composites built by the build.bat/sh are automatically assigning MinimumTargetRuntimeVersion=10.7.0.0
. I still have target envs in 10.3, which means the WmDeployer will not allow deploying these composites into those “IS 10.3” servers.
I was wondering if there is a way to make these composites assigning MinimumTargetRuntimeVersion=10.3.0.0
. Is this possible?