[MNG-8033] versions:set does not consider relocations
- Dominant language
- Java
- Stars
- 5.3k
- Forks
- 3.1k
- Avg merge
- 20h 42m
- Merged PRs (30d)
- 297
Description
**[Christoph Läubrich](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=laeubi)** opened **[MNG-8033](https://issues.apache.org/jira/browse/MNG-8033?redirect=false)** and commented
If one performs a ```
mvn versions:set -DnewVersion=<..>
```then items in a relocation section are not updated e.g. this should both be updated if version matches:
```
\
\4.0.0\
\
\tycho-extras\
\org.eclipse.tycho.extras\
\4.0.5-SNAPSHOT\
\
\tycho-eclipserun-plugin\
\maven-plugin\
\
\${minimal-maven-version}\
\
\
\
\org.eclipse.tycho\
\tycho-eclipse-plugin\
\4.0.5-SNAPSHOT\
\The eclipse-run mojo is now part of the tycho-eclipse-plugin\
\
\
```
```
---
No further details from [MNG-8033](https://issues.apache.org/jira/browse/MNG-8033?redirect=false)
Contributor guide
Assessment
This issue has not been assessed yet.