-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump versions #3008
Bump versions #3008
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, clean comments where you upgraded to the latest version
8281c69
to
d887bd0
Compare
@juherr - Please check now |
|
||
version.org.xmlunit..xmlunit-assertj=2.9.0 | ||
version.org.xmlunit..xmlunit-assertj=2.9.1 | ||
## # available=2.9.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it should be removed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This cannot be removed because there are tests that are using this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm talking about the commented version, not the dependency.
|
||
version.in.jlibs..jlibs-core=3.0.1 | ||
|
||
version.javax..javaee-api=8.0.1 | ||
## # available=8.0.1-b5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it should be removed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This cannot be removed since it is being used here https://github.com/testng-team/testng/blob/master/testng-test-osgi/testng-test-osgi-build.gradle.kts#L21
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm talking about the commented version, not the dependency.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@juherr - They keep getting added back everytime refreshVersions
gets executed.
The whole point of basically doing this exercise was because I am noticing that the publish snapshot is failing because there are uncommitted changes https://github.com/testng-team/testng/actions/runs/6941674340/job/18882998284#step:4:93
I am guessing that somehow publish
is invoking refreshVersions
So can we please get this change merged so that I can figure out if that solves the problem. If not I would have to add -PallowUncommittedChanges
as suggested in the error message.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok for this one. I supposed -b was for beta version that is before the release.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Even for the other instance where in you had mentioned about removing them, i see the same behaviour. It looks like refreshVersions
adds those comments back about new versions, the moment it detects them.
Bumping versions
Closes #2972