Skip to content

Commit 860fc18

Browse files
author
Chris Herrera
committed
updating package names
1 parent a7af661 commit 860fc18

File tree

6 files changed

+11
-5
lines changed

6 files changed

+11
-5
lines changed

modbus-codec/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<modelVersion>4.0.0</modelVersion>
2020

2121
<parent>
22-
<groupId>com.digitalpetri.modbus</groupId>
22+
<groupId>com.hashmap.tempus</groupId>
2323
<artifactId>modbus</artifactId>
2424
<version>1.1.1-SNAPSHOT</version>
2525
</parent>

modbus-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<modelVersion>4.0.0</modelVersion>
2020

2121
<parent>
22-
<groupId>com.digitalpetri.modbus</groupId>
22+
<groupId>com.hashmap.tempus</groupId>
2323
<artifactId>modbus</artifactId>
2424
<version>1.1.1-SNAPSHOT</version>
2525
</parent>

modbus-master-rtu/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55

6+
<parent>
7+
<groupId>com.hashmap.tempus</groupId>
8+
<artifactId>modbus</artifactId>
9+
<version>1.1.1-SNAPSHOT</version>
10+
</parent>
11+
612
<groupId>org.hashmap.modbus</groupId>
713
<artifactId>modbus-master-rtu</artifactId>
814
<version>1.0.0-SNAPSHOT</version>

modbus-master-tcp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<modelVersion>4.0.0</modelVersion>
2020

2121
<parent>
22-
<groupId>com.digitalpetri.modbus</groupId>
22+
<groupId>com.hashmap.tempus</groupId>
2323
<artifactId>modbus</artifactId>
2424
<version>1.1.1-SNAPSHOT</version>
2525
</parent>

modbus-rtu-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55

66
<parent>
7-
<groupId>com.digitalpetri.modbus</groupId>
7+
<groupId>com.hashmap.tempus</groupId>
88
<artifactId>modbus</artifactId>
99
<version>1.1.1-SNAPSHOT</version>
1010
</parent>

modbus-slave-tcp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<modelVersion>4.0.0</modelVersion>
2020

2121
<parent>
22-
<groupId>com.digitalpetri.modbus</groupId>
22+
<groupId>com.hashmap.tempus</groupId>
2323
<artifactId>modbus</artifactId>
2424
<version>1.1.1-SNAPSHOT</version>
2525
</parent>

0 commit comments

Comments
 (0)