In an ideal world, you could specify <myfaces.tomahawk.version>1.1.5</myfaces.tomahawk.version> in the properties section of your pom.xml. However, Maven doesn't allow you to override properties of dependencies, so the easiest thing to do is add the dependency into your pom.xml.
<dependency> <groupId>org.apache.myfaces.tomahawk</groupId> <artifactId>tomahawk</artifactId> <version>1.1.5</version> </dependency> Matt On 4/20/07, kace <[EMAIL PROTECTED]> wrote:
Can someone tell me what changes I have to make if I wish to upgrade the tomahawk from 1.1.3 to 1.1.5 without upgrading to m5-SNAPSHOT. I`m not sure where i tell appfuse to download 1.1.5 instead of using 1.1.3. Thanks kace -- View this message in context: http://www.nabble.com/Jar-upgrade-tf3620846s2369.html#a10111035 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
