How to build ignite-1.5.0 from source code

2015-11-13 Thread Ken Cheng
Hi All, Even I am on the branch ignite-1.5, but when I try to build 1.5.0 release, the version I got is '1.5.0-SNAPSHOT' I checked the ignite/pom.xml but could not find any clue. What I am expecting is '1.5.0' instead of '1.5.0-SNAPSHOT' Anybody can help me out? Many Thanks, kcheng

Re: How to build ignite-1.5.0 from source code

2015-11-13 Thread Ken Cheng
yes, you are right. the pom as below org.apache.ignite apache-ignite 1.5.0-SNAPSHOT pom but I want to build a release version instead of a snapshot. I just want to know to to build a release version(1.5.0) by the way I am using the command "mvn clean package -DskipTests"

Re: How to build ignite-1.5.0 from source code

2015-11-13 Thread Anton Vinogradov
Hi Ken, Everything is correct. Version should be changed to 1.5.0 manually. Please check DEVNOTES.txt for release instructions. Quote from DEVNOTES.txt: "Ensure you have RELEASE (not SNAPSHOT) version at Ignite poms. Maven release plugin release:prepare goal can be used to make release tag."

Re: How to build ignite-1.5.0 from source code

2015-11-13 Thread Ken Cheng
thank you all! I will have a try! Thanks, kcheng On Fri, Nov 13, 2015 at 6:09 PM, Ken Cheng wrote: > at the same I check the ignite-1.4 this branch, it has below setting > > > org.apache.ignite > apache-ignite > 1.4.0-SNAPSHOT > pom > > > > but in maven