Use gnome runtime 40

Change-Id: Idf824adad5d6261894fd22c874e5bdea842c154c
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Reviewed-on: https://git.eclipse.org/r/c/linuxtools/org.eclipse.linuxtools.eclipse-build/+/178553
diff --git a/flatpak/platform/pom.xml b/flatpak/platform/pom.xml
index f33afb7..84ec69b 100644
--- a/flatpak/platform/pom.xml
+++ b/flatpak/platform/pom.xml
@@ -85,7 +85,7 @@
                   </screenshots>
                   <branch>${releaseNumberPlatform}</branch>
                   <runtime>org.gnome.Platform</runtime>
-                  <runtimeVersion>3.38</runtimeVersion>
+                  <runtimeVersion>40</runtimeVersion>
                   <source>${project.build.directory}/products/org.eclipse.platform.ide-linux.gtk.x86_64.tar.gz</source>
                   <continueOnFail>true</continueOnFail>
                   <sign>true</sign>
diff --git a/flatpak/sdk/pom.xml b/flatpak/sdk/pom.xml
index c29861c..7ba3784 100644
--- a/flatpak/sdk/pom.xml
+++ b/flatpak/sdk/pom.xml
@@ -87,7 +87,7 @@
                   </screenshots>
                   <branch>${releaseNumberSDK}</branch>
                   <runtime>org.gnome.Platform</runtime>
-                  <runtimeVersion>3.38</runtimeVersion>
+                  <runtimeVersion>40</runtimeVersion>
                   <source>${project.build.directory}/products/org.eclipse.sdk.ide-linux.gtk.x86_64.tar.gz</source>
                   <continueOnFail>true</continueOnFail>
                   <sign>true</sign>