From e59543a5f42a2db45c844d978323dd0114d5a8a0 Mon Sep 17 00:00:00 2001 From: Kevin Herron Date: Fri, 30 Aug 2024 20:04:50 -0700 Subject: [PATCH] Set version to 2.0.0-RC3 --- modbus-serial/pom.xml | 2 +- modbus-tcp/pom.xml | 2 +- modbus-tests/pom.xml | 2 +- modbus/pom.xml | 2 +- pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/modbus-serial/pom.xml b/modbus-serial/pom.xml index 8dd24be..fa8b2bd 100644 --- a/modbus-serial/pom.xml +++ b/modbus-serial/pom.xml @@ -7,7 +7,7 @@ com.digitalpetri.modbus modbus-parent - 2.0.0-RC2 + 2.0.0-RC3 modbus-serial diff --git a/modbus-tcp/pom.xml b/modbus-tcp/pom.xml index 96d9a3f..8b7d5f6 100644 --- a/modbus-tcp/pom.xml +++ b/modbus-tcp/pom.xml @@ -7,7 +7,7 @@ com.digitalpetri.modbus modbus-parent - 2.0.0-RC2 + 2.0.0-RC3 modbus-tcp diff --git a/modbus-tests/pom.xml b/modbus-tests/pom.xml index 6da74d1..622504c 100644 --- a/modbus-tests/pom.xml +++ b/modbus-tests/pom.xml @@ -6,7 +6,7 @@ com.digitalpetri.modbus modbus-parent - 2.0.0-RC2 + 2.0.0-RC3 modbus-tests diff --git a/modbus/pom.xml b/modbus/pom.xml index 3335326..8751990 100644 --- a/modbus/pom.xml +++ b/modbus/pom.xml @@ -7,7 +7,7 @@ com.digitalpetri.modbus modbus-parent - 2.0.0-RC2 + 2.0.0-RC3 modbus diff --git a/pom.xml b/pom.xml index 915e95b..86de2f8 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.digitalpetri.modbus modbus-parent - 2.0.0-RC2 + 2.0.0-RC3 pom Modbus