Skip to content

Commit

Permalink
🔖 [RELEASE] Modules: core, components, release
Browse files Browse the repository at this point in the history
🔖 Bump components and release modules to version 11.26.11
🔖 Bump core module to version 11.11.4
🔖 Bump effects module to version 11.4.2
🔖 Bump localization module to version 11.1.1
🔖 Bump resources module to version 11.12.2

No real changes in these versions, just JavaFX dependencies removed from POMs

Signed-off-by: palexdev <[email protected]>
  • Loading branch information
palexdev committed Jan 3, 2025
1 parent 8c5b198 commit dce2785
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jdk=11
testJdk=17

# Modules
mfx=11.26.10
mfxcore=11.11.3
mfxeffects=11.4.1
mfxlocalization=11.1.0
mfxresources=11.12.1
mfx=11.26.11
mfxcore=11.11.4
mfxeffects=11.4.2
mfxlocalization=11.1.1
mfxresources=11.12.2

# Plugins
jfxPlugin=0.1.0
Expand Down
2 changes: 1 addition & 1 deletion modules/components/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Maven #
#--------------------------------------#
POM_ARTIFACT_ID=mfxcomponents
VERSION_NAME=11.26.10
VERSION_NAME=11.26.11

POM_NAME=mfxcomponents
POM_DESCRIPTION=Material Design/Modern components for JavaFX
Expand Down
2 changes: 1 addition & 1 deletion modules/core/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Maven #
#--------------------------------------#
POM_ARTIFACT_ID=mfxcore
VERSION_NAME=11.11.3
VERSION_NAME=11.11.4

POM_NAME=mfxcore
POM_DESCRIPTION=Core components for MaterialFX
Expand Down
2 changes: 1 addition & 1 deletion modules/effects/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# Maven #
#--------------------------------------#
POM_ARTIFACT_ID=mfxeffects
VERSION_NAME=11.4.1
VERSION_NAME=11.4.2

POM_NAME=mfxeffects
POM_DESCRIPTION=Effects extracted from MaterialFX
Expand Down
2 changes: 1 addition & 1 deletion modules/localization/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Maven #
#--------------------------------------#
POM_ARTIFACT_ID=mfxlocalization
VERSION_NAME=11.1.0
VERSION_NAME=11.1.1

POM_NAME=mfxlocalization
POM_DESCRIPTION=I18N bundles for MaterialFX and its dependencies
Expand Down
2 changes: 1 addition & 1 deletion modules/release/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Maven #
#--------------------------------------#
POM_ARTIFACT_ID=materialfx-all
VERSION_NAME=11.26.10
VERSION_NAME=11.26.11

POM_NAME=materialfx-all
POM_DESCRIPTION=Material Design/Modern components for JavaFX, now packed as a single Jar
Expand Down
2 changes: 1 addition & 1 deletion modules/resources/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Maven #
#--------------------------------------#
POM_ARTIFACT_ID=mfxresources
VERSION_NAME=11.12.1
VERSION_NAME=11.12.2

POM_NAME=mfxresources
POM_DESCRIPTION=Resources, fonts, icons and themes for MaterialFX
Expand Down

0 comments on commit dce2785

Please sign in to comment.