Skip to content

Commit 0005027

Browse files
committed
✨ add bacnet guide
1 parent 9867c12 commit 0005027

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

IOT-Guide-Bacnet/pom.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5+
<parent>
6+
<artifactId>IOT-Guide</artifactId>
7+
<groupId>iot.technology</groupId>
8+
<version>1.0-SNAPSHOT</version>
9+
</parent>
10+
<modelVersion>4.0.0</modelVersion>
11+
12+
<artifactId>IOT-Guide-Bacnet</artifactId>
13+
14+
<properties>
15+
<maven.compiler.source>11</maven.compiler.source>
16+
<maven.compiler.target>11</maven.compiler.target>
17+
</properties>
18+
19+
</project>

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
<module>IOT-Guide-Firmware</module>
8181
<module>IOT-Guide-Actor</module>
8282
<module>IOT-Guide-RateLimiting</module>
83+
<module>IOT-Guide-Bacnet</module>
8384
</modules>
8485

8586
<url>https://iot.mushuwei.cn/</url>

0 commit comments

Comments
 (0)