diff --git a/.github/workflows/early-access.yml b/.github/workflows/early-access.yml index 7451f5e7c..7cbc70578 100644 --- a/.github/workflows/early-access.yml +++ b/.github/workflows/early-access.yml @@ -6,9 +6,9 @@ on: workflow_dispatch: env: - JAVA_RELEASE: '25' + JAVA_RELEASE: '26' JAVA_VERSION: 'latest' - JAVAFX_VERSION: '25' + JAVAFX_VERSION: '26' jobs: precheck: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7b71db8ca..573a80244 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,9 +15,9 @@ on: description: 'If candidate is RC, set a version like RC1 or RC2, else leave it empty' env: - JAVA_RELEASE: '25' + JAVA_RELEASE: '26' JAVA_VERSION: 'latest' - JAVAFX_VERSION: '25' + JAVAFX_VERSION: '26' jobs: precheck: diff --git a/app/pom.xml b/app/pom.xml index d0a2520f8..5810c4f7a 100644 --- a/app/pom.xml +++ b/app/pom.xml @@ -7,7 +7,7 @@ com.gluonhq.scenebuilder parent - 25.0.0-SNAPSHOT + 26.0.0-SNAPSHOT diff --git a/gluon-plugin/pom.xml b/gluon-plugin/pom.xml index 558da8064..6934c2324 100644 --- a/gluon-plugin/pom.xml +++ b/gluon-plugin/pom.xml @@ -7,7 +7,7 @@ com.gluonhq.scenebuilder parent - 25.0.0-SNAPSHOT + 26.0.0-SNAPSHOT diff --git a/kit/pom.xml b/kit/pom.xml index c6fc2651d..f05c92f11 100644 --- a/kit/pom.xml +++ b/kit/pom.xml @@ -10,7 +10,7 @@ com.gluonhq.scenebuilder parent - 25.0.0-SNAPSHOT + 26.0.0-SNAPSHOT diff --git a/pom.xml b/pom.xml index 93948e20d..ec4de6fae 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.gluonhq.scenebuilder parent pom - 25.0.0-SNAPSHOT + 26.0.0-SNAPSHOT Scene Builder Scene Builder is a visual, drag n drop, layout tool for designing JavaFX application user interfaces 2012 @@ -17,11 +17,11 @@ - 23 + 24 ${java.version} ${java.version} ${java.version} - 25 + 26 2.0.0-alpha-8 6.2.3 4.0.22