Commit 59f7e21e251756dfaae30efdc8bcef21b109d2ad
1 parent
a1dee94b
feat(backend): 修改后台fast-iot为yun-teng-iot
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | ... | @@ -3,14 +3,14 @@ | 
| 3 | 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | 
| 4 | 4 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | 
| 5 | 5 | <parent> | 
| 6 | - <artifactId>fast-iot</artifactId> | |
| 6 | + <artifactId>yun-teng-iot</artifactId> | |
| 7 | 7 | <groupId>com.codeez</groupId> | 
| 8 | 8 | <version>0.0.1</version> | 
| 9 | 9 | </parent> | 
| 10 | 10 | <modelVersion>4.0.0</modelVersion> | 
| 11 | 11 | <packaging>jar</packaging> | 
| 12 | 12 | |
| 13 | - <artifactId>fast-iot-ui</artifactId> | |
| 13 | + <artifactId>yun-teng-iot-ui</artifactId> | |
| 14 | 14 | |
| 15 | 15 | <properties> | 
| 16 | 16 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ... | ... |