Skip to content

Commit

Permalink
✨ add bacnet guide
Browse files Browse the repository at this point in the history
  • Loading branch information
sanshengshui committed Oct 20, 2021
1 parent 9867c12 commit 0005027
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions IOT-Guide-Bacnet/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<parent>
<artifactId>IOT-Guide</artifactId>
<groupId>iot.technology</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>IOT-Guide-Bacnet</artifactId>

<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
</properties>

</project>
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
<module>IOT-Guide-Firmware</module>
<module>IOT-Guide-Actor</module>
<module>IOT-Guide-RateLimiting</module>
<module>IOT-Guide-Bacnet</module>
</modules>

<url>https://iot.mushuwei.cn/</url>
Expand Down

0 comments on commit 0005027

Please sign in to comment.