From 4c04dc59e88dd837c136151794a5b42d9ec7903a Mon Sep 17 00:00:00 2001 From: Andreas Bayha <bayha@fortiss.org> Date: Tue, 24 Oct 2023 17:31:55 +0200 Subject: [PATCH] 2.23 -> 2.24 Issue-ref: 4338 Issue-URL: https://git.fortiss.org/af3/af3/-/issues/4338 Signed-off-by: Andreas Bayha <bayha@fortiss.org> --- .../org.fortiss.af3.phoenix.product.product | 10 +++++----- org.fortiss.af3.phoenix.product/pom.xml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/org.fortiss.af3.phoenix.product/org.fortiss.af3.phoenix.product.product b/org.fortiss.af3.phoenix.product/org.fortiss.af3.phoenix.product.product index ac01b3b..aa2ec66 100644 --- a/org.fortiss.af3.phoenix.product/org.fortiss.af3.phoenix.product.product +++ b/org.fortiss.af3.phoenix.product/org.fortiss.af3.phoenix.product.product @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <?pde version="3.5"?> -<product name="AutoFOCUS 3 - "Phoenix" 2.23" uid="org.fortiss.af3.phoenix.product" id="org.fortiss.af3.rcp.application.product" application="org.fortiss.af3.rcp.application.af3app" version="2.23.0.qualifier" useFeatures="true" includeLaunchers="true"> +<product name="AutoFOCUS 3 - "Phoenix" 2.24" uid="org.fortiss.af3.phoenix.product" id="org.fortiss.af3.rcp.application.product" application="org.fortiss.af3.rcp.application.af3app" version="2.24.0.qualifier" useFeatures="true" includeLaunchers="true"> <aboutInfo> <image path="icons/about.png"/> <text> AutoFOCUS 3 - "Phoenix" -Version: 2.23.0 +Version: 2.24.0 -Copyright 2011-2021 fortiss GmbH +Copyright 2011-2023 fortiss GmbH Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -65,7 +65,7 @@ governing permissions and limitations under the License. <license> <url>http://www.apache.org/licenses/LICENSE-2.0</url> <text> - Copyright 2011-2021 fortiss GmbH + Copyright 2011-2023 fortiss GmbH Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -83,7 +83,7 @@ limitations under the License. </plugins> <features> - <feature id="org.fortiss.af3.phoenix.feature" version="2.23.0.qualifier"/> + <feature id="org.fortiss.af3.phoenix.feature" version="2.24.0.qualifier"/> <feature id="org.eclipse.rcp"/> <feature id="org.eclipse.fx.runtime.feature"/> <feature id="org.openjfx.feature.basic"/> diff --git a/org.fortiss.af3.phoenix.product/pom.xml b/org.fortiss.af3.phoenix.product/pom.xml index 2eb65d0..b52051d 100644 --- a/org.fortiss.af3.phoenix.product/pom.xml +++ b/org.fortiss.af3.phoenix.product/pom.xml @@ -2,7 +2,7 @@ <modelVersion>4.0.0</modelVersion> <name>AF3 Phoenix 2.14 Product</name> - <version>2.23.0-SNAPSHOT</version> + <version>2.24.0-SNAPSHOT</version> <artifactId>org.fortiss.af3.phoenix.product</artifactId> <groupId>org.fortiss.af3.phoenix.products</groupId> <packaging>eclipse-repository</packaging> @@ -75,7 +75,7 @@ <!-- MacOS build --> <echo message="Fixing MacOS build..."/> <copy todir="${project.build.directory}/products/org.fortiss.af3.phoenix.product/macosx/cocoa/x86_64/AutoFOCUS3.app/Contents/MacOS/"> - <fileset dir="${project.build.directory}/products/org.fortiss.af3.phoenix.product/macosx/cocoa/x86_64/AutoFOCUS3.app/Contents/Eclipse/plugins/com.microsoft.z3_2.23.0.${buildQualifier}/lib/x64/"> + <fileset dir="${project.build.directory}/products/org.fortiss.af3.phoenix.product/macosx/cocoa/x86_64/AutoFOCUS3.app/Contents/Eclipse/plugins/com.microsoft.z3_2.24.0.${buildQualifier}/lib/x64/"> <include name="*.dylib"/> </fileset> </copy> -- GitLab