Skip to content
New issue

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

build: Current Scene Builder version is 23.0.0-SNAPSHOT but should be 24.0.0-SNAPSHOT #723

Closed
Oliver-Loeffler opened this issue Sep 27, 2024 · 0 comments · Fixed by #724
Closed
Labels
bug Something isn't working good first issue Good for newcomers trivial

Comments

@Oliver-Loeffler
Copy link
Collaborator

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

<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

Current Behavior

Currently the reactor pom and kit/app pom files indicate version 23.0.0-SNAPSHOT.

<project>
    <version>23.0.0-SNAPSHOT</version>
</project>

Steps to Reproduce

Your Environment

  • Windows 10, 22H2, x64
  • JDK 23
  • OpenJFX 23
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working good first issue Good for newcomers trivial
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant