Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions iot-modbus-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<parent>
<artifactId>iot-modbus</artifactId>
<groupId>com.takeoff.iot</groupId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0-RELEASE</version>
</parent>
<artifactId>iot-modbus-client</artifactId>
<packaging>jar</packaging>
<name>iot-modbus-client</name>
<description>物联网网口通讯协议客户端模块</description>

<properties>
<iot-modbus-netty.version>3.1.0-SNAPSHOT</iot-modbus-netty.version>
<iot-modbus-netty.version>3.1.0-RELEASE</iot-modbus-netty.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion iot-modbus-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.takeoff.iot</groupId>
<artifactId>iot-modbus</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0-RELEASE</version>
</parent>
<artifactId>iot-modbus-common</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions iot-modbus-netty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<parent>
<groupId>com.takeoff.iot</groupId>
<artifactId>iot-modbus</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0-RELEASE</version>
</parent>
<artifactId>iot-modbus-netty</artifactId>
<packaging>jar</packaging>
<name>iot-modbus-netty</name>
<description>netty通讯模块</description>

<properties>
<iot-modbus-common.version>3.1.0-SNAPSHOT</iot-modbus-common.version>
<iot-modbus-common.version>3.1.0-RELEASE</iot-modbus-common.version>
<netty.version>4.1.25.Final</netty.version>
</properties>

Expand Down
4 changes: 2 additions & 2 deletions iot-modbus-serialport/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>iot-modbus</artifactId>
<groupId>com.takeoff.iot</groupId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0-RELEASE</version>
</parent>
<artifactId>iot-modbus-serialport</artifactId>
<packaging>jar</packaging>
Expand All @@ -15,7 +15,7 @@

<properties>
<rxtxcomm.version>2.2</rxtxcomm.version>
<iot-modbus-common.version>3.1.0-SNAPSHOT</iot-modbus-common.version>
<iot-modbus-common.version>3.1.0-RELEASE</iot-modbus-common.version>
<guava.version>18.0</guava.version>
</properties>

Expand Down
4 changes: 2 additions & 2 deletions iot-modbus-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<parent>
<artifactId>iot-modbus</artifactId>
<groupId>com.takeoff.iot</groupId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0-RELEASE</version>
</parent>
<artifactId>iot-modbus-server</artifactId>
<packaging>jar</packaging>
<name>iot-modbus-server</name>
<description>物联网网口通讯协议服务端模块</description>

<properties>
<iot-modbus-netty.version>3.1.0-SNAPSHOT</iot-modbus-netty.version>
<iot-modbus-netty.version>3.1.0-RELEASE</iot-modbus-netty.version>
</properties>

<dependencies>
Expand Down
8 changes: 4 additions & 4 deletions iot-modbus-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.takeoff.iot</groupId>
<artifactId>iot-modbus</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0-RELEASE</version>
</parent>
<artifactId>iot-modbus-test</artifactId>
<packaging>jar</packaging>
Expand All @@ -17,9 +17,9 @@
<hutool.version>5.6.2</hutool.version>
<commons.lang.version>2.6</commons.lang.version>
<joda.time.version>2.9.9</joda.time.version>
<iot-modbus-server.version>3.1.0-SNAPSHOT</iot-modbus-server.version>
<iot-modbus-client.version>3.1.0-SNAPSHOT</iot-modbus-client.version>
<iot-modbus-serialport.version>3.1.0-SNAPSHOT</iot-modbus-serialport.version>
<iot-modbus-server.version>3.1.0-RELEASE</iot-modbus-server.version>
<iot-modbus-client.version>3.1.0-RELEASE</iot-modbus-client.version>
<iot-modbus-serialport.version>3.1.0-RELEASE</iot-modbus-serialport.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.takeoff.iot</groupId>
<artifactId>iot-modbus</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0-RELEASE</version>
<packaging>pom</packaging>

<name>iot-modbus</name>
Expand Down