[ https://issues.apache.org/jira/browse/MNG-5840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15074910#comment-15074910 ]
ASF GitHub Bot commented on MNG-5840: ------------------------------------- Github user bastiao commented on the pull request: https://github.com/apache/maven/pull/60#issuecomment-167973833 Yes, you are right. But In childs I would like to use: <parent> <artifactId>foo-parent</artifactId> <version>${global.version}</version> <groupId>com.kilo</groupId> </parent> ${global.version} is defined in parent pom.xml. It compiles in 3.3.3 but not in 3.3.9 :-( > <relativePath> is used if the groupId and artifactId match irrespective of > the version > -------------------------------------------------------------------------------------- > > Key: MNG-5840 > URL: https://issues.apache.org/jira/browse/MNG-5840 > Project: Maven > Issue Type: Bug > Affects Versions: 3.3.1, 3.3.3 > Reporter: Stephen Connolly > Assignee: Stephen Connolly > Labels: regression > Fix For: 3.3.9 > > Attachments: mng-5840-testcase.tar.gz > > > This is a regression. (In my view a serious one) > Works fine with Maven 3.0 through 3.2.5 > Fails with 3.3.1 and 3.3.3 -- This message was sent by Atlassian JIRA (v6.3.4#6332)