We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
As Scene Builder 23 was recently released, the currend version number in pom.xml is not correct.
pom.xml
Expected Version number in pom.xml
<project> <version>24.0.0-SNAPSHOT</version> </project>
Even something like 23.1.0-SNAPSHOT would be okay. Next major release is 24, hence this should be reflected in pom.xml
23.1.0-SNAPSHOT
Currently the reactor pom and kit/app pom files indicate version 23.0.0-SNAPSHOT.
23.0.0-SNAPSHOT
<project> <version>23.0.0-SNAPSHOT</version> </project>
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
As Scene Builder 23 was recently released, the currend version number in
pom.xml
is not correct.Expected Behavior
Expected Version number in
pom.xml
Even something like
23.1.0-SNAPSHOT
would be okay. Next major release is 24, hence this should be reflected inpom.xml
Current Behavior
Currently the reactor pom and kit/app pom files indicate version
23.0.0-SNAPSHOT
.Steps to Reproduce
Your Environment
The text was updated successfully, but these errors were encountered: