CalvinKirs commented on PR #1665:
URL:
https://github.com/apache/incubator-seatunnel/pull/1665#issuecomment-1091292194
> > > @CalvinKirs @BenJFan Maybe it's better to use
[`${revision}`](https://maven.apache.org/maven-ci-friendly.html) to manage the
project version. Once we need to change the version, we just need to change the
parent pom. I have test on my laptop, it can work.
> >
> >
> > In fact, usually we will automatically generate the development version
of the next version, just because we have been developing on dev.
> > In addition, there are some problems when using the release plug-in in
this way, and the corresponding version cannot be read for modification. Can
you try it?
>
> Ok, we can use release plugin to generate the version and modify the
version in all pom. So we don't need to use revision.
>
> I have tested with `release:prepare` it seems it can work well.
did you try it ``` ./mvnw release:prepare -Prelease,
-DautoVersionSubmodules=true -DpushChanges=false```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]