From 2c3d94a668bcbc839492de2c3f65bdb702c466df Mon Sep 17 00:00:00 2001 From: Kevin Herron Date: Tue, 12 Nov 2024 18:24:00 -0800 Subject: [PATCH] Set version to 2.0.0 --- 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 22e394f..834ca91 100644 --- a/modbus-serial/pom.xml +++ b/modbus-serial/pom.xml @@ -7,7 +7,7 @@ com.digitalpetri.modbus modbus-parent - 2.0.0-RC4 + 2.0.0 modbus-serial diff --git a/modbus-tcp/pom.xml b/modbus-tcp/pom.xml index 1b7e482..036e523 100644 --- a/modbus-tcp/pom.xml +++ b/modbus-tcp/pom.xml @@ -7,7 +7,7 @@ com.digitalpetri.modbus modbus-parent - 2.0.0-RC4 + 2.0.0 modbus-tcp diff --git a/modbus-tests/pom.xml b/modbus-tests/pom.xml index 5dd5b79..6cc1420 100644 --- a/modbus-tests/pom.xml +++ b/modbus-tests/pom.xml @@ -6,7 +6,7 @@ com.digitalpetri.modbus modbus-parent - 2.0.0-RC4 + 2.0.0 modbus-tests diff --git a/modbus/pom.xml b/modbus/pom.xml index d216495..a52046f 100644 --- a/modbus/pom.xml +++ b/modbus/pom.xml @@ -7,7 +7,7 @@ com.digitalpetri.modbus modbus-parent - 2.0.0-RC4 + 2.0.0 modbus diff --git a/pom.xml b/pom.xml index 9993d1d..c18c806 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.digitalpetri.modbus modbus-parent - 2.0.0-RC4 + 2.0.0 pom Modbus