This is an automated email from the ASF dual-hosted git repository. mbien pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git
The following commit(s) were added to refs/heads/master by this push: new a808742329 Update FlatLaf from 3.2 to 3.2.1 new 5a2bf1ba39 Merge pull request #6411 from DevCharly/flatlaf-3.2.1 a808742329 is described below commit a808742329b0526abe77a532b2ce00448b60cfc5 Author: Karl Tauber <k...@jformdesigner.com> AuthorDate: Wed Sep 6 15:12:08 2023 +0200 Update FlatLaf from 3.2 to 3.2.1 Changes: https://github.com/JFormDesigner/FlatLaf/releases/tag/3.2.1 --- platform/libs.flatlaf/external/binaries-list | 2 +- .../{flatlaf-3.2-license.txt => flatlaf-3.2.1-license.txt} | 4 ++-- platform/libs.flatlaf/manifest.mf | 2 +- platform/libs.flatlaf/nbproject/project.properties | 10 +++++----- platform/libs.flatlaf/nbproject/project.xml | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/platform/libs.flatlaf/external/binaries-list b/platform/libs.flatlaf/external/binaries-list index d11cca2071..bacfaefd8b 100644 --- a/platform/libs.flatlaf/external/binaries-list +++ b/platform/libs.flatlaf/external/binaries-list @@ -15,4 +15,4 @@ # specific language governing permissions and limitations # under the License. -EDBAFE4090211B2742C877D4D1C64C720387E2D2 com.formdev:flatlaf:3.2 +90F4BD7E9208C38CC065E84555A423E871AADE18 com.formdev:flatlaf:3.2.1 diff --git a/platform/libs.flatlaf/external/flatlaf-3.2-license.txt b/platform/libs.flatlaf/external/flatlaf-3.2.1-license.txt similarity index 99% rename from platform/libs.flatlaf/external/flatlaf-3.2-license.txt rename to platform/libs.flatlaf/external/flatlaf-3.2.1-license.txt index 9a898ca124..8a458fe3ae 100644 --- a/platform/libs.flatlaf/external/flatlaf-3.2-license.txt +++ b/platform/libs.flatlaf/external/flatlaf-3.2.1-license.txt @@ -1,7 +1,7 @@ Name: FlatLaf Look and Feel Description: FlatLaf Look and Feel -Version: 3.2 -Files: flatlaf-3.2.jar +Version: 3.2.1 +Files: flatlaf-3.2.1.jar License: Apache-2.0 Origin: FormDev Software GmbH. URL: https://www.formdev.com/flatlaf/ diff --git a/platform/libs.flatlaf/manifest.mf b/platform/libs.flatlaf/manifest.mf index a59cd2698c..fe134e13d6 100644 --- a/platform/libs.flatlaf/manifest.mf +++ b/platform/libs.flatlaf/manifest.mf @@ -4,4 +4,4 @@ OpenIDE-Module: org.netbeans.libs.flatlaf/1 OpenIDE-Module-Install: org/netbeans/libs/flatlaf/Installer.class OpenIDE-Module-Specification-Version: 1.16 AutoUpdate-Show-In-Client: false -OpenIDE-Module-Implementation-Version: 3.2 +OpenIDE-Module-Implementation-Version: 3.2.1 diff --git a/platform/libs.flatlaf/nbproject/project.properties b/platform/libs.flatlaf/nbproject/project.properties index c775d9ac65..d46167d796 100644 --- a/platform/libs.flatlaf/nbproject/project.properties +++ b/platform/libs.flatlaf/nbproject/project.properties @@ -31,12 +31,12 @@ spec.version.base.fatal.warning=false # # So when FlatLaf is updated, the OpenIDE-Module-Implementation-Version entry # in manifest.mf needs to be updated to match the new FlatLaf version. -release.external/flatlaf-3.2.jar=modules/ext/flatlaf-3.2.jar +release.external/flatlaf-3.2.1.jar=modules/ext/flatlaf-3.2.1.jar -release.external/flatlaf-3.2.jar!/com/formdev/flatlaf/natives/flatlaf-windows-x86.dll=modules/lib/flatlaf-windows-x86.dll -release.external/flatlaf-3.2.jar!/com/formdev/flatlaf/natives/flatlaf-windows-x86_64.dll=modules/lib/flatlaf-windows-x86_64.dll -release.external/flatlaf-3.2.jar!/com/formdev/flatlaf/natives/flatlaf-windows-arm64.dll=modules/lib/flatlaf-windows-arm64.dll -release.external/flatlaf-3.2.jar!/com/formdev/flatlaf/natives/libflatlaf-linux-x86_64.so=modules/lib/libflatlaf-linux-x86_64.so +release.external/flatlaf-3.2.1.jar!/com/formdev/flatlaf/natives/flatlaf-windows-x86.dll=modules/lib/flatlaf-windows-x86.dll +release.external/flatlaf-3.2.1.jar!/com/formdev/flatlaf/natives/flatlaf-windows-x86_64.dll=modules/lib/flatlaf-windows-x86_64.dll +release.external/flatlaf-3.2.1.jar!/com/formdev/flatlaf/natives/flatlaf-windows-arm64.dll=modules/lib/flatlaf-windows-arm64.dll +release.external/flatlaf-3.2.1.jar!/com/formdev/flatlaf/natives/libflatlaf-linux-x86_64.so=modules/lib/libflatlaf-linux-x86_64.so jnlp.verify.excludes=\ modules/lib/flatlaf-windows-x86.dll,\ modules/lib/flatlaf-windows-x86_64.dll,\ diff --git a/platform/libs.flatlaf/nbproject/project.xml b/platform/libs.flatlaf/nbproject/project.xml index 434a78ba25..064af2f799 100644 --- a/platform/libs.flatlaf/nbproject/project.xml +++ b/platform/libs.flatlaf/nbproject/project.xml @@ -48,8 +48,8 @@ <package>com.formdev.flatlaf.util</package> </public-packages> <class-path-extension> - <runtime-relative-path>ext/flatlaf-3.2.jar</runtime-relative-path> - <binary-origin>external/flatlaf-3.2.jar</binary-origin> + <runtime-relative-path>ext/flatlaf-3.2.1.jar</runtime-relative-path> + <binary-origin>external/flatlaf-3.2.1.jar</binary-origin> </class-path-extension> </data> </configuration> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists