You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by Sahoo <sa...@oracle.com> on 2013/02/12 13:27:10 UTC

main/pom.xml reference to framework

Since main and framework are always at same version, can we modify 
main/pom.xml to specify framework.version as shown below so as to avoid 
having to update it after every release?
<framework.version>${project.version}</framework.version>

Thanks,
Sahoo

Re: main/pom.xml reference to framework

Posted by Karl Pauls <ka...@gmail.com>.
I guess we could make it so - atm I just have to remember to do it when I
cut a release - any reason why?

regards,

Karl


On Tue, Feb 12, 2013 at 2:52 PM, Sahoo <sa...@oracle.com> wrote:

> On Tuesday 12 February 2013 07:10 PM, Felix Meschberger wrote:
>
>> Hi
>>
>> Am 12.02.2013 um 13:27 schrieb Sahoo:
>>
>>  Since main and framework are always at same version, can we modify
>>> main/pom.xml to specify framework.version as shown below so as to avoid
>>> having to update it after every release?
>>> <framework.version>${project.**version}</framework.version>
>>>
>> While it may currently be the case, that those versions are in-sync, I am
>> not sure, whether we should really be coding it in this way.
>>
> Can't they be coded that way until they differ?
>
> Sahoo
>



-- 
Karl Pauls
karlpauls@gmail.com
http://twitter.com/karlpauls
http://www.linkedin.com/in/karlpauls
https://profiles.google.com/karlpauls

Re: main/pom.xml reference to framework

Posted by Sahoo <sa...@oracle.com>.
On Tuesday 12 February 2013 07:10 PM, Felix Meschberger wrote:
> Hi
>
> Am 12.02.2013 um 13:27 schrieb Sahoo:
>
>> Since main and framework are always at same version, can we modify
>> main/pom.xml to specify framework.version as shown below so as to avoid
>> having to update it after every release?
>> <framework.version>${project.version}</framework.version>
> While it may currently be the case, that those versions are in-sync, I am not sure, whether we should really be coding it in this way.
Can't they be coded that way until they differ?

Sahoo

Re: main/pom.xml reference to framework

Posted by Felix Meschberger <fm...@adobe.com>.
Hi

Am 12.02.2013 um 13:27 schrieb Sahoo:

> Since main and framework are always at same version, can we modify 
> main/pom.xml to specify framework.version as shown below so as to avoid 
> having to update it after every release?
> <framework.version>${project.version}</framework.version>

While it may currently be the case, that those versions are in-sync, I am not sure, whether we should really be coding it in this way.

Regards
Felix