IDE & Build/Common
snapshot 의미
linuxism
2012. 12. 30. 02:28
What is snapshot builds/sources version?
Specific to JDK 7, snapshot releases are for users to download and review while the platform is still being developed.
http://www.oracle.com/technetwork/java/javase/downloads/ea-jsp-142245.html
As a general source control (version control) term, a snapshot version indicates a view of the source code taken at a specific time. This is not necessarily stable or ready for full use and can be changed in the future, as opposed to a release version which is stable and should be final.
출처 - http://stackoverflow.com/questions/4277297/what-is-snapshot-builds-sources-version