OK. I think we need to spell out when versions should be provided,
when they should be ${version} and when they should be a property.On 12 April 2010 21:31, Joe Bohn <[email protected]> wrote: > > I'm also wondering why this change was necessary. It should have pulled the > version from a parent (unless the change immediately prior to this forced > this change as well). It seems we have the same scenario with at least one > other sample - blog - and didn't have to make a similar change. > > Joe > > > On 4/9/10 7:42 PM, [email protected] wrote: >> >> Author: hughesj >> Date: Fri Apr 9 23:42:04 2010 >> New Revision: 932648 >> >> URL: http://svn.apache.org/viewvc?rev=932648&view=rev >> Log: >> ARIES-173 specifiy the transaction version variable >> >> Modified: >> >> incubator/aries/trunk/samples/ariestrader/modules/ariestrader-derby-ds/pom.xml >> >> Modified: >> incubator/aries/trunk/samples/ariestrader/modules/ariestrader-derby-ds/pom.xml >> URL: >> http://svn.apache.org/viewvc/incubator/aries/trunk/samples/ariestrader/modules/ariestrader-derby-ds/pom.xml?rev=932648&r1=932647&r2=932648&view=diff >> >> ============================================================================== >> --- >> incubator/aries/trunk/samples/ariestrader/modules/ariestrader-derby-ds/pom.xml >> (original) >> +++ >> incubator/aries/trunk/samples/ariestrader/modules/ariestrader-derby-ds/pom.xml >> Fri Apr 9 23:42:04 2010 >> @@ -39,6 +39,7 @@ >> <dependency> >> <groupId>org.apache.aries.transaction</groupId> >> >> <artifactId>org.apache.aries.transaction.blueprint</artifactId> >> +<version>${ariesTransactionVersion}</version> >> </dependency> >> <dependency> >> <groupId>org.apache.geronimo.components</groupId> >> >> >> > > > -- > Joe >
