File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments