1) Snapshot builds: SNAPSHOT is the special version that indicates current deployment copy and not a regular, specific version. Maven checks the version for every build in the remote repository. The snapshot builds are nothing but development builds.
2) Release builds: 发布意味着删除构建版本 ID 中的 SNAPSHOT。这些是常规的构建版本。