What is the difference between snapshot and version?
Answer Posted / Deep Kumar Singh
In Apache Maven, a snapshot refers to a development build of a project with a version number that starts with `-SNAPSHOT`. Snapshots are intended for use during development and are not meant to be used in production. A final release is considered a version, which has no SNAPSHOT suffix.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers