Re: mvn release problem when use properties as version

2008-01-25 Thread Maria Odea Ching
Yes, that has been a problem with the release plugin. Please see: http://jira.codehaus.org/browse/MRELEASE-297 Thanks, Deng On Jan 25, 2008 6:45 PM, Rex Huang <[EMAIL PROTECTED]> wrote: > I set artifact version using properties in pom file: > >1.0-SNAPSHOT > > 4.0.0 > com.mycompan

mvn release problem when use properties as version

2008-01-25 Thread Rex Huang
I set artifact version using properties in pom file: 1.0-SNAPSHOT 4.0.0 com.mycompany.app my-app jar ${product.version} my-app http://maven.apache.org after release:perform, the pom file changed to: 1.0-SNAPSHOT 4.0.0 com.mycompany.app my-app jar