[ 
https://issues.apache.org/jira/browse/OOZIE-2105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16489847#comment-16489847
 ] 

Robert Kanter commented on OOZIE-2105:
--------------------------------------

Yeah, I think we can close this as won't fix.  This was specifically about the 
repackaging of Hadoop stuff where we had hybrid versions (e.g. 
{{1.1.1.oozie-4.1.0}}: that is, Hadoop 1.1.1 in Oozie 4.1.0), which we're not 
doing anymore.  Those versions didn't work with the maven version plugin 
command.

> Make version of submodules configurable with parent version 
> ------------------------------------------------------------
>
>                 Key: OOZIE-2105
>                 URL: https://issues.apache.org/jira/browse/OOZIE-2105
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Mohammad Kamrul Islam
>            Assignee: Artem Ervits
>            Priority: Major
>             Fix For: 5.1.0
>
>         Attachments: OOZIE-2105-02.patch, OOZIE-2105-03.patch, 
> OOZIE-6252.1.patch
>
>
> Currently the versions of the Oozie sub-modules are hard-coded with parent 
> version. If someone changes the parent version, all sub-modules versions will 
> need to be explicitly updated. For example, in hadooplibs/hadoop-1/pom.xml we 
> use
> <groupId>org.apache.oozie</groupId>
>      <artifactId>oozie-hadoop</artifactId>
>      <version>1.1.1.oozie-4.1.0</version>
>  ...
> If you want to modify the Oozie version to 4.1.1 (say), you need to go to all 
> pom files and manually change replace 4.1.0 to 4.1.1.
> This JIRA is to use "parent.version" instead of hard-coding. For example, use 
> this :
> <version>1.1.1.oozie-${parent.version}</version>
>  
> This will allow to change only the parent version in root pom.xml.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to