From 0b744a102d6d0333b037c77f3fc30331e6e1d206 Mon Sep 17 00:00:00 2001 From: Shulgan Roman Date: Fri, 12 Jun 2026 13:45:17 +0300 Subject: [PATCH] (support): SWT version selected for Linux 1. SWT version updated to 3.106.0 for Linux on x86, AMD, and i386 architectures 2. Added the linux-aarch64 profile; SWT version for this architecture updated to 3.116.0 --- pom.xml | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index ac21f0c..d491045 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ task notifier client - 4.3 + 3.116.0 1.8 1.8 @@ -63,9 +63,15 @@ 2.2.7 - org.eclipse.swt + org.eclipse.platform ${swt.artifactId} ${swt.version} + + + org.eclipse.platform + org.eclipse.swt + + javax.xml.ws @@ -129,6 +135,7 @@ org.eclipse.swt.gtk.linux.x86 + 3.106.0 @@ -141,6 +148,7 @@ org.eclipse.swt.gtk.linux.x86 + 3.106.0 @@ -153,8 +161,21 @@ org.eclipse.swt.gtk.linux.x86_64 + 3.106.0 + + linux-aarch64 + + + linux + aarch64 + + + + org.eclipse.swt.gtk.linux.aarch64 + +