Skip to content

Commit 8c91266

Browse files
committed
release 4.3.0, unit/integration tests pass.
1 parent 8b58c86 commit 8c91266

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

embedCONTROLCore/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<artifactId>embedCONTROLCore</artifactId>
1414
<name>embedCONTROLCore</name>
1515
<description>TcMenu embedCONTROL shared core</description>
16-
<version>4.3.0-SNAPSHOT</version>
16+
<version>4.3.0</version>
1717
<url>https://www.thecoderscorner.com/products/arduino-libraries/tc-menu/</url>
1818

1919
<licenses>

embeddedJavaExample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<jdk.version>20</jdk.version>
1111
<jfx.version>21.0.2</jfx.version>
1212
<jserialcomm.version>2.9.2</jserialcomm.version>
13-
<tcmenu.api.version>4.3.0-SNAPSHOT</tcmenu.api.version>
13+
<tcmenu.api.version>4.3.0</tcmenu.api.version>
1414
<timestamp>${maven.build.timestamp}</timestamp>
1515
</properties>
1616

tcMenuGenerator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<name>menuEditorUI</name>
1313
<groupId>com.thecoderscorner.tcmenu</groupId>
1414
<description>JavaFX based menu editor UI</description>
15-
<version>4.3.0-SNAPSHOT</version>
15+
<version>4.3.0</version>
1616

1717
<properties>
1818
<timestamp>${maven.build.timestamp}</timestamp>

tcMenuJavaApi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<groupId>com.thecoderscorner.tcmenu</groupId>
1212
<artifactId>tcMenuJavaAPI</artifactId>
1313
<name>tcMenuJavaAPI</name>
14-
<version>4.3.0-SNAPSHOT</version>
14+
<version>4.3.0</version>
1515
<description>A series of domain and serialisation components for the TcMenu library</description>
1616
<url>https://www.thecoderscorner.com/products/arduino-libraries/tc-menu/</url>
1717

xmlPlugins/core-display/tcmenu-plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xsi:schemaLocation="https://www.thecoderscorner.com/libraries/tcmenuPlugin https://www.thecoderscorner.com/products/arduino-libraries/libraries/tcmenu-plugin.xsd">
55
<GeneralDetails>
66
<Author name="The Coders Corner" url="http://www.thecoderscorner.com/" />
7-
<Version>4.3.0-SNAPSHOT</Version>
7+
<Version>4.3.0</Version>
88
<Name>%plugin.name</Name>
99
<Description>This plugin provides support for most basic inputs and most textual and graphical displays.</Description>
1010
<License name="Apache 2.0" url="http://www.apache.org/licenses/LICENSE-2.0"/>

xmlPlugins/core-remote/tcmenu-plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xsi:schemaLocation="https://www.thecoderscorner.com/libraries/tcmenuPlugin https://www.thecoderscorner.com/products/arduino-libraries/libraries/tcmenu-plugin.xsd">
55
<GeneralDetails>
66
<Author name="The Coders Corner" url="http://www.thecoderscorner.com/" />
7-
<Version>4.3.0-SNAPSHOT</Version>
7+
<Version>4.3.0</Version>
88
<Name>Core remote control</Name>
99
<Description>This plugin contains remote control capabilites for Ethernet, WiFi, Bluetooth and Serial.</Description>
1010
<License name="Apache 2.0" url="http://www.apache.org/licenses/LICENSE-2.0"/>

xmlPlugins/core-themes/tcmenu-plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xsi:schemaLocation="https://www.thecoderscorner.com/libraries/tcmenuPlugin https://www.thecoderscorner.com/products/arduino-libraries/libraries/tcmenu-plugin.xsd">
55
<GeneralDetails>
66
<Author name="The Coders Corner" url="http://www.thecoderscorner.com/" />
7-
<Version>4.3.0-SNAPSHOT</Version>
7+
<Version>4.3.0</Version>
88
<Name>%plugin.name</Name>
99
<Description>This plugin provides themes that can be used with all graphical displays.</Description>
1010
<License name="Apache 2.0" url="http://www.apache.org/licenses/LICENSE-2.0"/>

0 commit comments

Comments
 (0)