How to make maven use the latest release version within version range?

后端 未结 2 1968
不知归路
不知归路 2020-12-18 19:13

In my maven project I use dependencies like this:


    org.apache.httpcomponents
    httpc         


        
2条回答
  •  旧巷少年郎
    2020-12-18 19:44

    Maven 3 supports versioning for alpha, beta and snapshots as well with the following order alpha < beta < snapshot

提交回复
热议问题