In a Maven project, the<version>property is used to specify the version of the project itself. This version can include the version of the AEM project being built if that's the convention used in the project's versioning strategy. It's typically specified in thepom.xmlfile at the root of the project and is inherited by all the modules of the project unless they specify a different version locally in their respectivepom.xmlfiles.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit