MAVEN Development for version management

Source: Internet
Author: User

1.RELEASE version: If the version already exists in the local repository, the latest version of the is not downloaded from the MAVEN.


Version 2.SNAPSHOT: The latest version is downloaded based on the timestamp.


The version naming rule describes the:< component >-version number. jar

such as:Hollybeacon-basic-1.1.0.release.jar

Hollybeacon-message-1.0-snapshot.jar


Naming rules for version numbers:

official version:< large version >.< medium version >.< minor version;. RELEASE

Snapshot version:< large version >.< medium version >.< iteration >-snapshot


To illustrate:

1.1.0.RELEASE: < Large version >.< medium version >.< minor version;. RELEASE


< large version > update cycle of about one year, with very large code features or structural adjustments when using a large version

< in version > update cycle around one months, major when new features are added when using the version

< minor version > update Cycle in a week or so, mainly with minor bug fixes and feature additions.


Features of each version:

Release represents a tested official release, with fewer bugs.

SNAPSHOT represents a fast iteration of the development in the version, the test is small, there may be bugs, but the update frequency is fast, can be updated several hours.

MAVEN Development for version management

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.