In this post, We will talk and learn about Snapshot Vs Version in Maven
There are mainly 2 major versions made available for any maven project:
- SNAPSHOT: This is nothing but the development version. The new version’s availability will be verified during every checkout and downloaded if it is required. This version is not allowed for releases.
- FIXED: Downloaded only once to the local repository. This is downloaded when a major version of the software release happens.
That’s all about Snapshot Vs Version in Maven
If you have any feedback or suggestion please feel free to drop in below comment box.