You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by hu...@apache.org on 2010/04/10 01:42:05 UTC

svn commit: r932648 - /incubator/aries/trunk/samples/ariestrader/modules/ariestrader-derby-ds/pom.xml

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>



Re: svn commit: r932648 - /incubator/aries/trunk/samples/ariestrader/modules/ariestrader-derby-ds/pom.xml

Posted by Jeremy Hughes <hu...@apache.org>.
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 <jo...@gmail.com> 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, hughesj@apache.org 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
>

Re: svn commit: r932648 - /incubator/aries/trunk/samples/ariestrader/modules/ariestrader-derby-ds/pom.xml

Posted by Joe Bohn <jo...@gmail.com>.
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, hughesj@apache.org 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