check maven version in pom.xml code example

Example 1: Performing a build. Maven plugin allow you to set the specific version of the artifact to be built without manually modifying the pom.xml file:

Performing a build. Maven plugin allow you to set the specific version of the artifact to be built without mannually modifying the pom.xml file: 
version ?

Example 2: pom.xml file

- pom.xml file allows us to add, remove, manage dependencies 
  and versions from one single location.
    - POM stands for project object model
    - .xml -> stands for: extensible markup language