Re: Correlation between tagging and versioning

2007-01-12 Thread Yann Le Du
What is this dependency ? Can't you use a timestamped version like 2.0-20050406.035304-1 or something ? - Yann 2007/1/11, moraleslos [EMAIL PROTECTED]: I'm reading the maven release:prepare and noticed that it will not build because of SNAPSHOT dependencies. In my multiproject, I'm using a

Re: Correlation between tagging and versioning

2007-01-12 Thread Nick Stolwijk
Most of the time when this happens and it is an open source project I check out the source and release it to our company repository with our companyname in the version. ie. project-1.1.1-name-1. Hth, Nick S. Yann Le Du wrote: What is this dependency ? Can't you use a timestamped version

Re: Correlation between tagging and versioning

2007-01-11 Thread Yann Le Du
Hi Los, maven-release-plugin is your friend : http://maven.apache.org/plugins/maven-release-plugin/ Tag version and POM version must indeed match. - Yann 2007/1/11, moraleslos [EMAIL PROTECTED]: I'm about to tag my code in my repository to the maven-recommended x.x.x-y-z format--

Re: Correlation between tagging and versioning

2007-01-11 Thread moraleslos
Hi Yann, Thanks for the reply. I guess what I was looking for is if I needed to do everything, e.g. tagging, through maven2 or can I do that in SVN and then sync the releases with maven2? -los Yann Le Du-4 wrote: Hi Los, maven-release-plugin is your friend :

Re: Correlation between tagging and versioning

2007-01-11 Thread moraleslos
I'm reading the maven release:prepare and noticed that it will not build because of SNAPSHOT dependencies. In my multiproject, I'm using a dependency that is currently in SNAPSHOT release and won't be upgraded for a while.Is there a way to bypass this since this 3rd party dependency's