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
'IDE & Build > Common' 카테고리의 다른 글
GA, RC, M version (0) | 2012.12.09 |
---|