diff options
| author | shizhendong <[email protected]> | 2024-09-04 14:19:02 +0800 |
|---|---|---|
| committer | shizhendong <[email protected]> | 2024-09-04 14:19:02 +0800 |
| commit | c861efd75d14ff5cdd694144c0a9144efc48e1ba (patch) | |
| tree | b3c4e08a508a0571cbdfb825742dd024f55b5ebf /pom.xml | |
| parent | 41ba204ee6440e78c560c91ed3d6b10985805a42 (diff) | |
improvement: device 更名为 env
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -9,10 +9,10 @@ <relativePath/> </parent> <groupId>net.geedge</groupId> - <artifactId>device-api</artifactId> + <artifactId>env-api</artifactId> <version>1.0</version> - <name>device-api</name> - <description>AppSketch Works Device API</description> + <name>env-api</name> + <description>AppSketch Works Env API</description> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.encoding>UTF-8</maven.compiler.encoding> @@ -94,7 +94,7 @@ <archive> <manifest> <mainClass> - net.geedge.DeviceApiApplication + net.geedge.EnvApiApplication </mainClass> </manifest> </archive> |
