From 36a32f435022efd9f53c25af17272264b065ee15 Mon Sep 17 00:00:00 2001 From: Kevin Herron Date: Sat, 28 Dec 2024 10:17:23 -0800 Subject: [PATCH 1/2] Set version to 2.1.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 0b11768..7477779 100644 --- a/modbus-serial/pom.xml +++ b/modbus-serial/pom.xml @@ -7,7 +7,7 @@ com.digitalpetri.modbus modbus-parent - 2.1.0-SNAPSHOT + 2.1.0 modbus-serial diff --git a/modbus-tcp/pom.xml b/modbus-tcp/pom.xml index 6948f9e..33aa20f 100644 --- a/modbus-tcp/pom.xml +++ b/modbus-tcp/pom.xml @@ -7,7 +7,7 @@ com.digitalpetri.modbus modbus-parent - 2.1.0-SNAPSHOT + 2.1.0 modbus-tcp diff --git a/modbus-tests/pom.xml b/modbus-tests/pom.xml index bea7f0c..90d873b 100644 --- a/modbus-tests/pom.xml +++ b/modbus-tests/pom.xml @@ -6,7 +6,7 @@ com.digitalpetri.modbus modbus-parent - 2.1.0-SNAPSHOT + 2.1.0 modbus-tests diff --git a/modbus/pom.xml b/modbus/pom.xml index d1ae525..bd137db 100644 --- a/modbus/pom.xml +++ b/modbus/pom.xml @@ -7,7 +7,7 @@ com.digitalpetri.modbus modbus-parent - 2.1.0-SNAPSHOT + 2.1.0 modbus diff --git a/pom.xml b/pom.xml index d091283..11bec15 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.digitalpetri.modbus modbus-parent - 2.1.0-SNAPSHOT + 2.1.0 pom Modbus From 63e8c43ebcbc1949140590ea7436baaa39446f52 Mon Sep 17 00:00:00 2001 From: Kevin Herron Date: Sat, 28 Dec 2024 10:21:50 -0800 Subject: [PATCH 2/2] Set version to 2.1.1-SNAPSHOT --- 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 7477779..5739375 100644 --- a/modbus-serial/pom.xml +++ b/modbus-serial/pom.xml @@ -7,7 +7,7 @@ com.digitalpetri.modbus modbus-parent - 2.1.0 + 2.1.1-SNAPSHOT modbus-serial diff --git a/modbus-tcp/pom.xml b/modbus-tcp/pom.xml index 33aa20f..9059afe 100644 --- a/modbus-tcp/pom.xml +++ b/modbus-tcp/pom.xml @@ -7,7 +7,7 @@ com.digitalpetri.modbus modbus-parent - 2.1.0 + 2.1.1-SNAPSHOT modbus-tcp diff --git a/modbus-tests/pom.xml b/modbus-tests/pom.xml index 90d873b..df9150e 100644 --- a/modbus-tests/pom.xml +++ b/modbus-tests/pom.xml @@ -6,7 +6,7 @@ com.digitalpetri.modbus modbus-parent - 2.1.0 + 2.1.1-SNAPSHOT modbus-tests diff --git a/modbus/pom.xml b/modbus/pom.xml index bd137db..0171038 100644 --- a/modbus/pom.xml +++ b/modbus/pom.xml @@ -7,7 +7,7 @@ com.digitalpetri.modbus modbus-parent - 2.1.0 + 2.1.1-SNAPSHOT modbus diff --git a/pom.xml b/pom.xml index 11bec15..ca9700c 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.digitalpetri.modbus modbus-parent - 2.1.0 + 2.1.1-SNAPSHOT pom Modbus