- This element indicates the version of the artifact generated by the project.
- Maven goes a long way to help you with version management and you will often see the SNAPSHOT designator in a version, which indicates that a project is in a state of development.
- For example (Default value when generating maven project)
- 1.0-SNAPSHOT
- Another example:
- v1.0