diff --git a/images_plugin_dev_setup/SVG_Logo/readme.md b/images_plugin_dev_setup/SVG_Logo/readme.md
new file mode 100644
index 000000000..08c6c8c2b
--- /dev/null
+++ b/images_plugin_dev_setup/SVG_Logo/readme.md
@@ -0,0 +1,2 @@
+Edit the slpash.svg with inkscape (a opensource free sotware) https://inkscape.org/
+furhter instructions are in splach.svg itself
\ No newline at end of file
diff --git a/images_plugin_dev_setup/SVG_Logo/splash.svg b/images_plugin_dev_setup/SVG_Logo/splash.svg
index ebcfe6b32..db848d87b 100644
--- a/images_plugin_dev_setup/SVG_Logo/splash.svg
+++ b/images_plugin_dev_setup/SVG_Logo/splash.svg
@@ -2,41 +2,40 @@
+ style="font-size:16.1754px;line-height:1.25">Nickname font is Arial.
diff --git a/io.sloeber.core.nl1/META-INF/MANIFEST.MF b/io.sloeber.core.nl1/META-INF/MANIFEST.MF
index 3ae33eb1c..7ac9c1739 100644
--- a/io.sloeber.core.nl1/META-INF/MANIFEST.MF
+++ b/io.sloeber.core.nl1/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: Sloeber core language pack
Bundle-SymbolicName: io.sloeber.core.nl1;singleton:=true
Bundle-RequiredExecutionEnvironment: JavaSE-17
-Bundle-Version: 4.4.1.qualifier
+Bundle-Version: 4.4.2.qualifier
Fragment-Host: io.sloeber.core
Bundle-Vendor: Sloeber.io
Automatic-Module-Name: io.sloeber.core.nl1
diff --git a/io.sloeber.core.nl1/pom.xml b/io.sloeber.core.nl1/pom.xml
index 2ca1e4b8b..974b27c9c 100644
--- a/io.sloeber.core.nl1/pom.xml
+++ b/io.sloeber.core.nl1/pom.xml
@@ -4,7 +4,7 @@
io.sloeber.arduino-eclipse-pluginio.sloeber.parent
- 4.4.1-SNAPSHOT
+ 4.4.2-SNAPSHOT../io.sloeber.parent
diff --git a/io.sloeber.core/.classpath b/io.sloeber.core/.classpath
index a44f21792..17a441d04 100644
--- a/io.sloeber.core/.classpath
+++ b/io.sloeber.core/.classpath
@@ -1,10 +1,5 @@
-
-
-
-
-
@@ -20,6 +15,6 @@
+
-
\ No newline at end of file
diff --git a/io.sloeber.core/.settings/org.eclipse.jdt.core.prefs b/io.sloeber.core/.settings/org.eclipse.jdt.core.prefs
index 4b3ea0eea..96d2364f2 100644
--- a/io.sloeber.core/.settings/org.eclipse.jdt.core.prefs
+++ b/io.sloeber.core/.settings/org.eclipse.jdt.core.prefs
@@ -9,6 +9,7 @@ org.eclipse.jdt.core.codeComplete.staticFieldPrefixes=
org.eclipse.jdt.core.codeComplete.staticFieldSuffixes=
org.eclipse.jdt.core.codeComplete.staticFinalFieldPrefixes=
org.eclipse.jdt.core.codeComplete.staticFinalFieldSuffixes=
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=17
org.eclipse.jdt.core.compiler.compliance=17
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
@@ -17,5 +18,3 @@ org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning
org.eclipse.jdt.core.compiler.release=enabled
org.eclipse.jdt.core.compiler.source=17
-
-
diff --git a/io.sloeber.core/META-INF/MANIFEST.MF b/io.sloeber.core/META-INF/MANIFEST.MF
index 24de054ff..c2fca9d90 100644
--- a/io.sloeber.core/META-INF/MANIFEST.MF
+++ b/io.sloeber.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Arduino eclipse plugin
Bundle-SymbolicName: io.sloeber.core;singleton:=true
-Bundle-Version: 4.4.1.qualifier
+Bundle-Version: 4.4.2.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-17
Bundle-Vendor: Sloeber.io
Bundle-ActivationPolicy: lazy
diff --git a/io.sloeber.core/pom.xml b/io.sloeber.core/pom.xml
index 88f2549b2..02f028057 100644
--- a/io.sloeber.core/pom.xml
+++ b/io.sloeber.core/pom.xml
@@ -4,7 +4,7 @@
io.sloeber.arduino-eclipse-pluginio.sloeber.parent
- 4.4.1-SNAPSHOT
+ 4.4.2-SNAPSHOT../io.sloeber.parent
diff --git a/io.sloeber.feature/.gitignore b/io.sloeber.feature/.gitignore
new file mode 100644
index 000000000..703743bd4
--- /dev/null
+++ b/io.sloeber.feature/.gitignore
@@ -0,0 +1,2 @@
+/target/
+/bin/
\ No newline at end of file
diff --git a/io.sloeber.feature/feature.properties b/io.sloeber.feature/feature.properties
index 9da0693c2..47bfa1616 100644
--- a/io.sloeber.feature/feature.properties
+++ b/io.sloeber.feature/feature.properties
@@ -11,7 +11,7 @@
featureName=Sloeber, the Eclipse Arduino IDE (plugin version)
description=Plugins for creating emebedded sofware with Eclipse for the Arduino boards and other hardware.
provider=Sloeber.io
-copyright=Copyright 2013, 2014, 2015, 2016, 2017, 2018 Jan Baeyens and others.
+copyright=Copyright 2013 -> 2023 Jan Baeyens and others.
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
diff --git a/io.sloeber.feature/feature.xml b/io.sloeber.feature/feature.xml
index 30e8c57f0..6e63650d0 100644
--- a/io.sloeber.feature/feature.xml
+++ b/io.sloeber.feature/feature.xml
@@ -2,7 +2,7 @@
@@ -66,5 +66,4 @@ If you do not agree with this policy, please do not install this software.
fragment="true"
unpack="false"/>
-
diff --git a/io.sloeber.feature/pom.xml b/io.sloeber.feature/pom.xml
index d6d62d322..92c5a5716 100644
--- a/io.sloeber.feature/pom.xml
+++ b/io.sloeber.feature/pom.xml
@@ -4,7 +4,7 @@
io.sloeber.arduino-eclipse-pluginio.sloeber.parent
- 4.4.1-SNAPSHOT
+ 4.4.2-SNAPSHOT../io.sloeber.parent
diff --git a/io.sloeber.parent/pom.xml b/io.sloeber.parent/pom.xml
index d289dd3de..13e8e54c8 100644
--- a/io.sloeber.parent/pom.xml
+++ b/io.sloeber.parent/pom.xml
@@ -5,7 +5,7 @@
4.0.0io.sloeber.arduino-eclipse-pluginio.sloeber.parent
- 4.4.1-SNAPSHOT
+ 4.4.2-SNAPSHOTpom
diff --git a/io.sloeber.product.sdk/META-INF/MANIFEST.MF b/io.sloeber.product.sdk/META-INF/MANIFEST.MF
index b2fc653a5..12c7c047b 100644
--- a/io.sloeber.product.sdk/META-INF/MANIFEST.MF
+++ b/io.sloeber.product.sdk/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Sloeber SDK
Bundle-SymbolicName: io.sloeber.product.sdk;singleton:=true
-Bundle-Version: 4.3.1.qualifier
-Bundle-RequiredExecutionEnvironment: JavaSE-11
+Bundle-Version: 4.4.2.qualifier
+Bundle-RequiredExecutionEnvironment: JavaSE-17
Bundle-Vendor: baeyens.it
Automatic-Module-Name: io.sloeber.product.sdk
diff --git a/io.sloeber.product.sdk/arduino.product b/io.sloeber.product.sdk/arduino.product
index 8ecd6fdbd..464f429d5 100644
--- a/io.sloeber.product.sdk/arduino.product
+++ b/io.sloeber.product.sdk/arduino.product
@@ -1,19 +1,19 @@
-
+
- Sloeber, the Eclipse IDE for Arduino Developers
-
-Info: https://eclipse.baeyens.it/
-Source: https://github.com/sloeber/arduino-eclipse-plugin
-
-
-Contributors (github users): jantje, wimjongman, rlogiacco, MarceloLimori, brodykenrick, neuweiler, darcade, amorellgarcia
-
+ Sloeber, the Eclipse IDE for Arduino Developers
+
+Info: https://eclipse.baeyens.it/
+Source: https://github.com/sloeber/arduino-eclipse-plugin
+
+
+Contributors (github users): jantje, wimjongman, rlogiacco, MarceloLimori, brodykenrick, neuweiler, darcade, amorellgarcia
+
https://github.com/sloeber/arduino-eclipse-plugin/graphs/contributors
@@ -22,14 +22,14 @@ https://github.com/sloeber/arduino-eclipse-plugin/graphs/contributors
- -perspective io.sloeber.application.perspective
---launcher.defaultAction openFile
+ -perspective io.sloeber.application.perspective
+--launcher.defaultAction openFile
--launcher.appendVmargs
- -Dosgi.requiredJavaVersion=1.8
--Dorg.eclipse.update.reconcile=false
--Xms40m
--Xmx512m
+ -Dosgi.requiredJavaVersion=1.8
+-Dorg.eclipse.update.reconcile=false
+-Xms40m
+-Xmx512m
--add-modules=ALL-SYSTEM
-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts
@@ -60,145 +60,145 @@ https://github.com/sloeber/arduino-eclipse-plugin/graphs/contributors
http://eclipse.org/legal/epl/notice.php
- Eclipse Foundation Software User Agreement
-
-November 22, 2017
-
-Usage Of Content
-
-THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION
-AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT"). USE OF
-THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE
-TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED
-BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED
-BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE
-AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE
-TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS OF ANY
-APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU
-MAY NOT USE THE CONTENT.
-
-Applicable Licenses
-
-Unless otherwise indicated, all Content made available by the Eclipse Foundation
-is provided to you under the terms and conditions of the Eclipse Public License
-Version 2.0 ("EPL"). A copy of the EPL is provided with this Content and is also
-available at http://www.eclipse.org/legal/epl-2.0. For purposes of the EPL,
-"Program" will mean the Content.
-
-Content includes, but is not limited to, source code, object code, documentation
-and other files maintained in the Eclipse Foundation source code repository
-("Repository") in software modules ("Modules") and made available as
-downloadable archives ("Downloads").
-
-- Content may be structured and packaged into modules to facilitate
- delivering, extending, and upgrading the Content. Typical modules may
- include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and
- features ("Features").
-- Each Plug-in or Fragment may be packaged as a sub-directory or JAR
- (Java™ ARchive) in a directory named "plugins".
-- A Feature is a bundle of one or more Plug-ins and/or Fragments and
- associated material. Each Feature may be packaged as a sub-directory in a
- directory named "features". Within a Feature, files named "feature.xml" may
- contain a list of the names and version numbers of the Plug-ins and/or
- Fragments associated with that Feature.
-- Features may also include other Features ("Included Features"). Within a
- Feature, files named "feature.xml" may contain a list of the names and
- version numbers of Included Features.
-
-The terms and conditions governing Plug-ins and Fragments should be contained in
-files named "about.html" ("Abouts"). The terms and conditions governing Features
-and Included Features should be contained in files named "license.html"
-("Feature Licenses"). Abouts and Feature Licenses may be located in any
-directory of a Download or Module including, but not limited to the following
-locations:
-
-- The top-level (root) directory
-- Plug-in and Fragment directories
-- Inside Plug-ins and Fragments packaged as JARs
-- Sub-directories of the directory named "src" of certain Plug-ins
-- Feature directories
-
-Note: if a Feature made available by the Eclipse Foundation is installed using
-the Provisioning Technology (as defined below), you must agree to a license
-("Feature Update License") during the installation process. If the Feature
-contains Included Features, the Feature Update License should either provide you
-with the terms and conditions governing the Included Features or inform you
-where you can locate them. Feature Update Licenses may be found in the "license"
-property of files named "feature.properties" found within a Feature. Such
-Abouts, Feature Licenses, and Feature Update Licenses contain the terms and
-conditions (or references to such terms and conditions) that govern your use of
-the associated Content in that directory.
-
-THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL
-OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE
-OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):
-
-- Eclipse Public License Version 1.0 (available at
- http://www.eclipse.org/legal/epl-v10.html)
-- Eclipse Distribution License Version 1.0 (available at
- http://www.eclipse.org/licenses/edl-v1.0.html)
-- Common Public License Version 1.0 (available at
- http://www.eclipse.org/legal/cpl-v10.html)
-- Apache Software License 1.1 (available at
- http://www.apache.org/licenses/LICENSE)
-- Apache Software License 2.0 (available at
- http://www.apache.org/licenses/LICENSE-2.0)
-- Mozilla Public License Version 1.1 (available at
- http://www.mozilla.org/MPL/MPL-1.1.html)
-
-IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO
-USE OF THE CONTENT. If no About, Feature License, or Feature Update License is
-provided, please contact the Eclipse Foundation to determine what terms and
-conditions govern that particular Content.
-
-Use of Provisioning Technology
-
-The Eclipse Foundation makes available provisioning software, examples of which
-include, but are not limited to, p2 and the Eclipse Update Manager
-("Provisioning Technology") for the purpose of allowing users to install
-software, documentation, information and/or other materials (collectively
-"Installable Software"). This capability is provided with the intent of allowing
-such users to install, extend and update Eclipse-based products. Information
-about packaging Installable Software is available at
-http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").
-
-You may use Provisioning Technology to allow other parties to install
-Installable Software. You shall be responsible for enabling the applicable
-license agreements relating to the Installable Software to be presented to, and
-accepted by, the users of the Provisioning Technology in accordance with the
-Specification. By using Provisioning Technology in such a manner and making it
-available in accordance with the Specification, you further acknowledge your
-agreement to, and the acquisition of all necessary rights to permit the
-following:
-
-1. A series of actions may occur ("Provisioning Process") in which a user may
- execute the Provisioning Technology on a machine ("Target Machine") with the
- intent of installing, extending or updating the functionality of an
- Eclipse-based product.
-2. During the Provisioning Process, the Provisioning Technology may cause third
- party Installable Software or a portion thereof to be accessed and copied to
- the Target Machine.
-3. Pursuant to the Specification, you will provide to the user the terms and
- conditions that govern the use of the Installable Software ("Installable
- Software Agreement") and such Installable Software Agreement shall be
- accessed from the Target Machine in accordance with the Specification. Such
- Installable Software Agreement must inform the user of the terms and
- conditions that govern the Installable Software and must solicit acceptance
- by the end user in the manner prescribed in such Installable
- Software Agreement. Upon such indication of agreement by the user, the
- provisioning Technology will complete installation of the
- Installable Software.
-
-Cryptography
-
-Content may contain encryption software. The country in which you are currently
-may have restrictions on the import, possession, and use, and/or re-export to
-another country, of encryption software. BEFORE using any encryption software,
-please check the country's laws, regulations and policies concerning the import,
-possession, or use, and re-export of encryption software, to see if this is
-permitted.
-
-Java and all Java-based trademarks are trademarks of Oracle Corporation in the
+ Eclipse Foundation Software User Agreement
+
+November 22, 2017
+
+Usage Of Content
+
+THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION
+AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT"). USE OF
+THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE
+TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED
+BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED
+BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE
+AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE
+TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS OF ANY
+APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU
+MAY NOT USE THE CONTENT.
+
+Applicable Licenses
+
+Unless otherwise indicated, all Content made available by the Eclipse Foundation
+is provided to you under the terms and conditions of the Eclipse Public License
+Version 2.0 ("EPL"). A copy of the EPL is provided with this Content and is also
+available at http://www.eclipse.org/legal/epl-2.0. For purposes of the EPL,
+"Program" will mean the Content.
+
+Content includes, but is not limited to, source code, object code, documentation
+and other files maintained in the Eclipse Foundation source code repository
+("Repository") in software modules ("Modules") and made available as
+downloadable archives ("Downloads").
+
+- Content may be structured and packaged into modules to facilitate
+ delivering, extending, and upgrading the Content. Typical modules may
+ include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and
+ features ("Features").
+- Each Plug-in or Fragment may be packaged as a sub-directory or JAR
+ (Java™ ARchive) in a directory named "plugins".
+- A Feature is a bundle of one or more Plug-ins and/or Fragments and
+ associated material. Each Feature may be packaged as a sub-directory in a
+ directory named "features". Within a Feature, files named "feature.xml" may
+ contain a list of the names and version numbers of the Plug-ins and/or
+ Fragments associated with that Feature.
+- Features may also include other Features ("Included Features"). Within a
+ Feature, files named "feature.xml" may contain a list of the names and
+ version numbers of Included Features.
+
+The terms and conditions governing Plug-ins and Fragments should be contained in
+files named "about.html" ("Abouts"). The terms and conditions governing Features
+and Included Features should be contained in files named "license.html"
+("Feature Licenses"). Abouts and Feature Licenses may be located in any
+directory of a Download or Module including, but not limited to the following
+locations:
+
+- The top-level (root) directory
+- Plug-in and Fragment directories
+- Inside Plug-ins and Fragments packaged as JARs
+- Sub-directories of the directory named "src" of certain Plug-ins
+- Feature directories
+
+Note: if a Feature made available by the Eclipse Foundation is installed using
+the Provisioning Technology (as defined below), you must agree to a license
+("Feature Update License") during the installation process. If the Feature
+contains Included Features, the Feature Update License should either provide you
+with the terms and conditions governing the Included Features or inform you
+where you can locate them. Feature Update Licenses may be found in the "license"
+property of files named "feature.properties" found within a Feature. Such
+Abouts, Feature Licenses, and Feature Update Licenses contain the terms and
+conditions (or references to such terms and conditions) that govern your use of
+the associated Content in that directory.
+
+THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL
+OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE
+OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):
+
+- Eclipse Public License Version 1.0 (available at
+ http://www.eclipse.org/legal/epl-v10.html)
+- Eclipse Distribution License Version 1.0 (available at
+ http://www.eclipse.org/licenses/edl-v1.0.html)
+- Common Public License Version 1.0 (available at
+ http://www.eclipse.org/legal/cpl-v10.html)
+- Apache Software License 1.1 (available at
+ http://www.apache.org/licenses/LICENSE)
+- Apache Software License 2.0 (available at
+ http://www.apache.org/licenses/LICENSE-2.0)
+- Mozilla Public License Version 1.1 (available at
+ http://www.mozilla.org/MPL/MPL-1.1.html)
+
+IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO
+USE OF THE CONTENT. If no About, Feature License, or Feature Update License is
+provided, please contact the Eclipse Foundation to determine what terms and
+conditions govern that particular Content.
+
+Use of Provisioning Technology
+
+The Eclipse Foundation makes available provisioning software, examples of which
+include, but are not limited to, p2 and the Eclipse Update Manager
+("Provisioning Technology") for the purpose of allowing users to install
+software, documentation, information and/or other materials (collectively
+"Installable Software"). This capability is provided with the intent of allowing
+such users to install, extend and update Eclipse-based products. Information
+about packaging Installable Software is available at
+http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").
+
+You may use Provisioning Technology to allow other parties to install
+Installable Software. You shall be responsible for enabling the applicable
+license agreements relating to the Installable Software to be presented to, and
+accepted by, the users of the Provisioning Technology in accordance with the
+Specification. By using Provisioning Technology in such a manner and making it
+available in accordance with the Specification, you further acknowledge your
+agreement to, and the acquisition of all necessary rights to permit the
+following:
+
+1. A series of actions may occur ("Provisioning Process") in which a user may
+ execute the Provisioning Technology on a machine ("Target Machine") with the
+ intent of installing, extending or updating the functionality of an
+ Eclipse-based product.
+2. During the Provisioning Process, the Provisioning Technology may cause third
+ party Installable Software or a portion thereof to be accessed and copied to
+ the Target Machine.
+3. Pursuant to the Specification, you will provide to the user the terms and
+ conditions that govern the use of the Installable Software ("Installable
+ Software Agreement") and such Installable Software Agreement shall be
+ accessed from the Target Machine in accordance with the Specification. Such
+ Installable Software Agreement must inform the user of the terms and
+ conditions that govern the Installable Software and must solicit acceptance
+ by the end user in the manner prescribed in such Installable
+ Software Agreement. Upon such indication of agreement by the user, the
+ provisioning Technology will complete installation of the
+ Installable Software.
+
+Cryptography
+
+Content may contain encryption software. The country in which you are currently
+may have restrictions on the import, possession, and use, and/or re-export to
+another country, of encryption software. BEFORE using any encryption software,
+please check the country's laws, regulations and policies concerning the import,
+possession, or use, and re-export of encryption software, to see if this is
+permitted.
+
+Java and all Java-based trademarks are trademarks of Oracle Corporation in the
United States, other countries, or both.
@@ -280,13 +280,12 @@ United States, other countries, or both.
-
-
+
diff --git a/io.sloeber.product.sdk/pom.xml b/io.sloeber.product.sdk/pom.xml
index 4791d1b0a..063fc5515 100644
--- a/io.sloeber.product.sdk/pom.xml
+++ b/io.sloeber.product.sdk/pom.xml
@@ -4,7 +4,7 @@
io.sloeber.arduino-eclipse-pluginio.sloeber.parent
- 4.4.1-SNAPSHOT
+ 4.4.2-SNAPSHOT../io.sloeber.parent
diff --git a/io.sloeber.product/META-INF/MANIFEST.MF b/io.sloeber.product/META-INF/MANIFEST.MF
index 5887a4e5b..5177fa8a9 100644
--- a/io.sloeber.product/META-INF/MANIFEST.MF
+++ b/io.sloeber.product/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Sloeber product
Bundle-SymbolicName: io.sloeber.product;singleton:=true
-Bundle-Version: 4.4.1.qualifier
+Bundle-Version: 4.4.2.qualifier
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.ui,
org.eclipse.jface.text,
@@ -10,6 +10,6 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.ui.ide,
org.eclipse.platform,
org.eclipse.ui.intro
-Bundle-RequiredExecutionEnvironment: JavaSE-11
+Bundle-RequiredExecutionEnvironment: JavaSE-17
Bundle-Vendor: baeyens.it
Automatic-Module-Name: io.sloeber.product
diff --git a/io.sloeber.product/arduino.product b/io.sloeber.product/arduino.product
index 031bf6b67..4fe7d253e 100644
--- a/io.sloeber.product/arduino.product
+++ b/io.sloeber.product/arduino.product
@@ -1,19 +1,19 @@
-
+
- Sloeber, the Eclipse IDE for Arduino Developers
-
-Info: https://eclipse.baeyens.it/
-Source: https://github.com/sloeber/arduino-eclipse-plugin
-
-
-Contributors (github users): jantje, wimjongman, rlogiacco, MarceloLimori, brodykenrick, neuweiler, darcade, amorellgarcia
-
+ Sloeber, the Eclipse IDE for Arduino Developers
+
+Info: https://eclipse.baeyens.it/
+Source: https://github.com/sloeber/arduino-eclipse-plugin
+
+
+Contributors (github users): jantje, wimjongman, rlogiacco, MarceloLimori, brodykenrick, neuweiler, darcade, amorellgarcia
+
https://github.com/sloeber/arduino-eclipse-plugin/graphs/contributors
@@ -22,15 +22,15 @@ https://github.com/sloeber/arduino-eclipse-plugin/graphs/contributors
- -perspective io.sloeber.application.perspective
---launcher.defaultAction openFile
+ -perspective io.sloeber.application.perspective
+--launcher.defaultAction openFile
--launcher.appendVmargs
- -Dosgi.requiredJavaVersion=11
--Dorg.eclipse.update.reconcile=false
--Dlog4j.configuration=log4j/log4j.xml
--Xms256m
--Xmx1024m
+ -Dosgi.requiredJavaVersion=11
+-Dorg.eclipse.update.reconcile=false
+-Dlog4j.configuration=log4j/log4j.xml
+-Xms256m
+-Xmx1024m
--add-modules=ALL-SYSTEM
-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts
@@ -61,145 +61,145 @@ https://github.com/sloeber/arduino-eclipse-plugin/graphs/contributors
http://eclipse.org/legal/epl/notice.php
- Eclipse Foundation Software User Agreement
-
-November 22, 2017
-
-Usage Of Content
-
-THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION
-AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT"). USE OF
-THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE
-TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED
-BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED
-BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE
-AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE
-TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS OF ANY
-APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU
-MAY NOT USE THE CONTENT.
-
-Applicable Licenses
-
-Unless otherwise indicated, all Content made available by the Eclipse Foundation
-is provided to you under the terms and conditions of the Eclipse Public License
-Version 2.0 ("EPL"). A copy of the EPL is provided with this Content and is also
-available at http://www.eclipse.org/legal/epl-2.0. For purposes of the EPL,
-"Program" will mean the Content.
-
-Content includes, but is not limited to, source code, object code, documentation
-and other files maintained in the Eclipse Foundation source code repository
-("Repository") in software modules ("Modules") and made available as
-downloadable archives ("Downloads").
-
-- Content may be structured and packaged into modules to facilitate
- delivering, extending, and upgrading the Content. Typical modules may
- include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and
- features ("Features").
-- Each Plug-in or Fragment may be packaged as a sub-directory or JAR
- (Java™ ARchive) in a directory named "plugins".
-- A Feature is a bundle of one or more Plug-ins and/or Fragments and
- associated material. Each Feature may be packaged as a sub-directory in a
- directory named "features". Within a Feature, files named "feature.xml" may
- contain a list of the names and version numbers of the Plug-ins and/or
- Fragments associated with that Feature.
-- Features may also include other Features ("Included Features"). Within a
- Feature, files named "feature.xml" may contain a list of the names and
- version numbers of Included Features.
-
-The terms and conditions governing Plug-ins and Fragments should be contained in
-files named "about.html" ("Abouts"). The terms and conditions governing Features
-and Included Features should be contained in files named "license.html"
-("Feature Licenses"). Abouts and Feature Licenses may be located in any
-directory of a Download or Module including, but not limited to the following
-locations:
-
-- The top-level (root) directory
-- Plug-in and Fragment directories
-- Inside Plug-ins and Fragments packaged as JARs
-- Sub-directories of the directory named "src" of certain Plug-ins
-- Feature directories
-
-Note: if a Feature made available by the Eclipse Foundation is installed using
-the Provisioning Technology (as defined below), you must agree to a license
-("Feature Update License") during the installation process. If the Feature
-contains Included Features, the Feature Update License should either provide you
-with the terms and conditions governing the Included Features or inform you
-where you can locate them. Feature Update Licenses may be found in the "license"
-property of files named "feature.properties" found within a Feature. Such
-Abouts, Feature Licenses, and Feature Update Licenses contain the terms and
-conditions (or references to such terms and conditions) that govern your use of
-the associated Content in that directory.
-
-THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL
-OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE
-OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):
-
-- Eclipse Public License Version 1.0 (available at
- http://www.eclipse.org/legal/epl-v10.html)
-- Eclipse Distribution License Version 1.0 (available at
- http://www.eclipse.org/licenses/edl-v1.0.html)
-- Common Public License Version 1.0 (available at
- http://www.eclipse.org/legal/cpl-v10.html)
-- Apache Software License 1.1 (available at
- http://www.apache.org/licenses/LICENSE)
-- Apache Software License 2.0 (available at
- http://www.apache.org/licenses/LICENSE-2.0)
-- Mozilla Public License Version 1.1 (available at
- http://www.mozilla.org/MPL/MPL-1.1.html)
-
-IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO
-USE OF THE CONTENT. If no About, Feature License, or Feature Update License is
-provided, please contact the Eclipse Foundation to determine what terms and
-conditions govern that particular Content.
-
-Use of Provisioning Technology
-
-The Eclipse Foundation makes available provisioning software, examples of which
-include, but are not limited to, p2 and the Eclipse Update Manager
-("Provisioning Technology") for the purpose of allowing users to install
-software, documentation, information and/or other materials (collectively
-"Installable Software"). This capability is provided with the intent of allowing
-such users to install, extend and update Eclipse-based products. Information
-about packaging Installable Software is available at
-http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").
-
-You may use Provisioning Technology to allow other parties to install
-Installable Software. You shall be responsible for enabling the applicable
-license agreements relating to the Installable Software to be presented to, and
-accepted by, the users of the Provisioning Technology in accordance with the
-Specification. By using Provisioning Technology in such a manner and making it
-available in accordance with the Specification, you further acknowledge your
-agreement to, and the acquisition of all necessary rights to permit the
-following:
-
-1. A series of actions may occur ("Provisioning Process") in which a user may
- execute the Provisioning Technology on a machine ("Target Machine") with the
- intent of installing, extending or updating the functionality of an
- Eclipse-based product.
-2. During the Provisioning Process, the Provisioning Technology may cause third
- party Installable Software or a portion thereof to be accessed and copied to
- the Target Machine.
-3. Pursuant to the Specification, you will provide to the user the terms and
- conditions that govern the use of the Installable Software ("Installable
- Software Agreement") and such Installable Software Agreement shall be
- accessed from the Target Machine in accordance with the Specification. Such
- Installable Software Agreement must inform the user of the terms and
- conditions that govern the Installable Software and must solicit acceptance
- by the end user in the manner prescribed in such Installable
- Software Agreement. Upon such indication of agreement by the user, the
- provisioning Technology will complete installation of the
- Installable Software.
-
-Cryptography
-
-Content may contain encryption software. The country in which you are currently
-may have restrictions on the import, possession, and use, and/or re-export to
-another country, of encryption software. BEFORE using any encryption software,
-please check the country's laws, regulations and policies concerning the import,
-possession, or use, and re-export of encryption software, to see if this is
-permitted.
-
-Java and all Java-based trademarks are trademarks of Oracle Corporation in the
+ Eclipse Foundation Software User Agreement
+
+November 22, 2017
+
+Usage Of Content
+
+THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION
+AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT"). USE OF
+THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE
+TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED
+BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED
+BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE
+AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE
+TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS OF ANY
+APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU
+MAY NOT USE THE CONTENT.
+
+Applicable Licenses
+
+Unless otherwise indicated, all Content made available by the Eclipse Foundation
+is provided to you under the terms and conditions of the Eclipse Public License
+Version 2.0 ("EPL"). A copy of the EPL is provided with this Content and is also
+available at http://www.eclipse.org/legal/epl-2.0. For purposes of the EPL,
+"Program" will mean the Content.
+
+Content includes, but is not limited to, source code, object code, documentation
+and other files maintained in the Eclipse Foundation source code repository
+("Repository") in software modules ("Modules") and made available as
+downloadable archives ("Downloads").
+
+- Content may be structured and packaged into modules to facilitate
+ delivering, extending, and upgrading the Content. Typical modules may
+ include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and
+ features ("Features").
+- Each Plug-in or Fragment may be packaged as a sub-directory or JAR
+ (Java™ ARchive) in a directory named "plugins".
+- A Feature is a bundle of one or more Plug-ins and/or Fragments and
+ associated material. Each Feature may be packaged as a sub-directory in a
+ directory named "features". Within a Feature, files named "feature.xml" may
+ contain a list of the names and version numbers of the Plug-ins and/or
+ Fragments associated with that Feature.
+- Features may also include other Features ("Included Features"). Within a
+ Feature, files named "feature.xml" may contain a list of the names and
+ version numbers of Included Features.
+
+The terms and conditions governing Plug-ins and Fragments should be contained in
+files named "about.html" ("Abouts"). The terms and conditions governing Features
+and Included Features should be contained in files named "license.html"
+("Feature Licenses"). Abouts and Feature Licenses may be located in any
+directory of a Download or Module including, but not limited to the following
+locations:
+
+- The top-level (root) directory
+- Plug-in and Fragment directories
+- Inside Plug-ins and Fragments packaged as JARs
+- Sub-directories of the directory named "src" of certain Plug-ins
+- Feature directories
+
+Note: if a Feature made available by the Eclipse Foundation is installed using
+the Provisioning Technology (as defined below), you must agree to a license
+("Feature Update License") during the installation process. If the Feature
+contains Included Features, the Feature Update License should either provide you
+with the terms and conditions governing the Included Features or inform you
+where you can locate them. Feature Update Licenses may be found in the "license"
+property of files named "feature.properties" found within a Feature. Such
+Abouts, Feature Licenses, and Feature Update Licenses contain the terms and
+conditions (or references to such terms and conditions) that govern your use of
+the associated Content in that directory.
+
+THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL
+OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE
+OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):
+
+- Eclipse Public License Version 1.0 (available at
+ http://www.eclipse.org/legal/epl-v10.html)
+- Eclipse Distribution License Version 1.0 (available at
+ http://www.eclipse.org/licenses/edl-v1.0.html)
+- Common Public License Version 1.0 (available at
+ http://www.eclipse.org/legal/cpl-v10.html)
+- Apache Software License 1.1 (available at
+ http://www.apache.org/licenses/LICENSE)
+- Apache Software License 2.0 (available at
+ http://www.apache.org/licenses/LICENSE-2.0)
+- Mozilla Public License Version 1.1 (available at
+ http://www.mozilla.org/MPL/MPL-1.1.html)
+
+IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO
+USE OF THE CONTENT. If no About, Feature License, or Feature Update License is
+provided, please contact the Eclipse Foundation to determine what terms and
+conditions govern that particular Content.
+
+Use of Provisioning Technology
+
+The Eclipse Foundation makes available provisioning software, examples of which
+include, but are not limited to, p2 and the Eclipse Update Manager
+("Provisioning Technology") for the purpose of allowing users to install
+software, documentation, information and/or other materials (collectively
+"Installable Software"). This capability is provided with the intent of allowing
+such users to install, extend and update Eclipse-based products. Information
+about packaging Installable Software is available at
+http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").
+
+You may use Provisioning Technology to allow other parties to install
+Installable Software. You shall be responsible for enabling the applicable
+license agreements relating to the Installable Software to be presented to, and
+accepted by, the users of the Provisioning Technology in accordance with the
+Specification. By using Provisioning Technology in such a manner and making it
+available in accordance with the Specification, you further acknowledge your
+agreement to, and the acquisition of all necessary rights to permit the
+following:
+
+1. A series of actions may occur ("Provisioning Process") in which a user may
+ execute the Provisioning Technology on a machine ("Target Machine") with the
+ intent of installing, extending or updating the functionality of an
+ Eclipse-based product.
+2. During the Provisioning Process, the Provisioning Technology may cause third
+ party Installable Software or a portion thereof to be accessed and copied to
+ the Target Machine.
+3. Pursuant to the Specification, you will provide to the user the terms and
+ conditions that govern the use of the Installable Software ("Installable
+ Software Agreement") and such Installable Software Agreement shall be
+ accessed from the Target Machine in accordance with the Specification. Such
+ Installable Software Agreement must inform the user of the terms and
+ conditions that govern the Installable Software and must solicit acceptance
+ by the end user in the manner prescribed in such Installable
+ Software Agreement. Upon such indication of agreement by the user, the
+ provisioning Technology will complete installation of the
+ Installable Software.
+
+Cryptography
+
+Content may contain encryption software. The country in which you are currently
+may have restrictions on the import, possession, and use, and/or re-export to
+another country, of encryption software. BEFORE using any encryption software,
+please check the country's laws, regulations and policies concerning the import,
+possession, or use, and re-export of encryption software, to see if this is
+permitted.
+
+Java and all Java-based trademarks are trademarks of Oracle Corporation in the
United States, other countries, or both.
@@ -265,10 +265,10 @@ United States, other countries, or both.
-
+
diff --git a/io.sloeber.product/pom.xml b/io.sloeber.product/pom.xml
index 62eb553cd..54edf3310 100644
--- a/io.sloeber.product/pom.xml
+++ b/io.sloeber.product/pom.xml
@@ -4,7 +4,7 @@
io.sloeber.arduino-eclipse-pluginio.sloeber.parent
- 4.4.1-SNAPSHOT
+ 4.4.2-SNAPSHOT../io.sloeber.parent
diff --git a/io.sloeber.product/sloeber.target b/io.sloeber.product/sloeber.target
index d82236d8b..de5a5ca5e 100644
--- a/io.sloeber.product/sloeber.target
+++ b/io.sloeber.product/sloeber.target
@@ -38,25 +38,20 @@
2.10.1jar
-
- org.apache.commons
- commons-compress
- 1.25.0
- jar
- commons-iocommons-io2.15.0jar
+
+ org.apache.commons
+ commons-compress
+ 1.25.0
+ jar
+
-
-
-
-
-
\ No newline at end of file
diff --git a/io.sloeber.product/splash.bmp b/io.sloeber.product/splash.bmp
index ddf53e26a..0580eabb8 100644
Binary files a/io.sloeber.product/splash.bmp and b/io.sloeber.product/splash.bmp differ
diff --git a/io.sloeber.tests/META-INF/MANIFEST.MF b/io.sloeber.tests/META-INF/MANIFEST.MF
index 3be4718d8..8a8e92614 100644
--- a/io.sloeber.tests/META-INF/MANIFEST.MF
+++ b/io.sloeber.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Sloeber Tests
Bundle-SymbolicName: io.sloeber.tests
-Bundle-Version: 4.4.1.qualifier
+Bundle-Version: 4.4.2.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-17
Bundle-Vendor: Sloeber.io
Require-Bundle: io.sloeber.core,
diff --git a/io.sloeber.tests/pom.xml b/io.sloeber.tests/pom.xml
index eefb822f0..0dbcdb70d 100644
--- a/io.sloeber.tests/pom.xml
+++ b/io.sloeber.tests/pom.xml
@@ -4,7 +4,7 @@
io.sloeber.arduino-eclipse-pluginio.sloeber.parent
- 4.4.1-SNAPSHOT
+ 4.4.2-SNAPSHOT../io.sloeber.parent
diff --git a/io.sloeber.ui.nl1/META-INF/MANIFEST.MF b/io.sloeber.ui.nl1/META-INF/MANIFEST.MF
index b7f8d3dc4..f9b61d0b7 100644
--- a/io.sloeber.ui.nl1/META-INF/MANIFEST.MF
+++ b/io.sloeber.ui.nl1/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Sloeber ui language pack
Bundle-SymbolicName: io.sloeber.ui.nl1;singleton:=true
-Bundle-Version: 4.4.1.qualifier
+Bundle-Version: 4.4.2.qualifier
Fragment-Host: io.sloeber.ui;bundle-version="4.2.0"
Bundle-RequiredExecutionEnvironment: JavaSE-17
Bundle-Vendor: baeyens.it
diff --git a/io.sloeber.ui.nl1/pom.xml b/io.sloeber.ui.nl1/pom.xml
index 0b1f4841d..316966556 100644
--- a/io.sloeber.ui.nl1/pom.xml
+++ b/io.sloeber.ui.nl1/pom.xml
@@ -4,7 +4,7 @@
io.sloeber.arduino-eclipse-pluginio.sloeber.parent
- 4.4.1-SNAPSHOT
+ 4.4.2-SNAPSHOT../io.sloeber.parent
diff --git a/io.sloeber.ui/META-INF/MANIFEST.MF b/io.sloeber.ui/META-INF/MANIFEST.MF
index fa29e0e03..dbf124093 100644
--- a/io.sloeber.ui/META-INF/MANIFEST.MF
+++ b/io.sloeber.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Sloeber user interface
Bundle-SymbolicName: io.sloeber.ui;singleton:=true
-Bundle-Version: 4.4.1.qualifier
+Bundle-Version: 4.4.2.qualifier
Bundle-Activator: io.sloeber.ui.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
@@ -12,10 +12,10 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.cdt.core,
org.eclipse.ui.forms,
org.eclipse.ui.ide,
- org.eclipse.debug.ui
+ org.eclipse.debug.ui,
+ org.apache.commons.commons-io
Bundle-RequiredExecutionEnvironment: JavaSE-17
Bundle-ActivationPolicy: lazy
-Import-Package: org.apache.commons.io
Bundle-Vendor: Sloeber.io
Export-Package: io.sloeber.ui;x-internal:=true,
io.sloeber.ui.actions;x-internal:=true,
diff --git a/io.sloeber.ui/pom.xml b/io.sloeber.ui/pom.xml
index 9c016835e..70dc60755 100644
--- a/io.sloeber.ui/pom.xml
+++ b/io.sloeber.ui/pom.xml
@@ -4,7 +4,7 @@
io.sloeber.arduino-eclipse-pluginio.sloeber.parent
- 4.4.1-SNAPSHOT
+ 4.4.2-SNAPSHOT../io.sloeber.parent
diff --git a/io.sloeber.updatesite/category.xml b/io.sloeber.updatesite/category.xml
index 4aa5c6294..1c9acea90 100644
--- a/io.sloeber.updatesite/category.xml
+++ b/io.sloeber.updatesite/category.xml
@@ -18,9 +18,5 @@
-
-
-
-
-
+
diff --git a/io.sloeber.updatesite/pom.xml b/io.sloeber.updatesite/pom.xml
index 6e4e1f0b5..c8b863ee8 100644
--- a/io.sloeber.updatesite/pom.xml
+++ b/io.sloeber.updatesite/pom.xml
@@ -4,7 +4,7 @@
io.sloeber.arduino-eclipse-pluginio.sloeber.parent
- 4.4.1-SNAPSHOT
+ 4.4.2-SNAPSHOT../io.sloeber.parent