File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Expand file tree Collapse file tree 2 files changed +21
-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+ <modelVersion >4.0.0</modelVersion >
6+ <parent >
7+ <artifactId >IOT-Guide</artifactId >
8+ <groupId >iot.technology</groupId >
9+ <version >1.0-SNAPSHOT</version >
10+ </parent >
11+
12+ <name >IOT :: Guide :: Firmware</name >
13+ <artifactId >IOT-Guide-Firmware</artifactId >
14+
15+ <properties >
16+ <maven .compiler.source>8</maven .compiler.source>
17+ <maven .compiler.target>8</maven .compiler.target>
18+ </properties >
19+
20+ </project >
Original file line number Diff line number Diff line change 7777 <module >IOT-Guide-Grpc-Protobuf</module >
7878 <module >IOT-Guide-RuleEngine-Introduce</module >
7979 <module >IOT-Guide-Lwm2m</module >
80+ <module >IOT-Guide-Firmware</module >
8081 </modules >
8182
8283 <url >https://iot.mushuwei.cn/</url >
You can’t perform that action at this time.
0 commit comments