Skip to content

Commit 3f244a1

Browse files
committed
Set version to 2.1.1
1 parent 69b0ddc commit 3f244a1

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

modbus-serial/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.digitalpetri.modbus</groupId>
99
<artifactId>modbus-parent</artifactId>
10-
<version>2.1.1-RC1</version>
10+
<version>2.1.1</version>
1111
</parent>
1212

1313
<name>Modbus :: Serial</name>

modbus-tcp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.digitalpetri.modbus</groupId>
99
<artifactId>modbus-parent</artifactId>
10-
<version>2.1.1-RC1</version>
10+
<version>2.1.1</version>
1111
</parent>
1212

1313
<name>Modbus :: TCP</name>

modbus-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.digitalpetri.modbus</groupId>
88
<artifactId>modbus-parent</artifactId>
9-
<version>2.1.1-RC1</version>
9+
<version>2.1.1</version>
1010
</parent>
1111

1212
<name>Modbus :: Tests</name>

modbus/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.digitalpetri.modbus</groupId>
99
<artifactId>modbus-parent</artifactId>
10-
<version>2.1.1-RC1</version>
10+
<version>2.1.1</version>
1111
</parent>
1212

1313
<name>Modbus :: Core</name>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.digitalpetri.modbus</groupId>
88
<artifactId>modbus-parent</artifactId>
9-
<version>2.1.1-RC1</version>
9+
<version>2.1.1</version>
1010
<packaging>pom</packaging>
1111

1212
<name>Modbus</name>

0 commit comments

Comments
 (0)