|
@@ -2,11 +2,11 @@
|
|
|
<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>
|
|
|
- <groupId>cc.iotkit</groupId>
|
|
|
- <artifactId>iot-module</artifactId>
|
|
|
- <version>${revision}</version>
|
|
|
- </parent>
|
|
|
+<!-- <parent>-->
|
|
|
+<!-- <groupId>cc.iotkit</groupId>-->
|
|
|
+<!-- <artifactId>iot-module</artifactId>-->
|
|
|
+<!-- <version>${revision}</version>-->
|
|
|
+<!-- </parent>-->
|
|
|
<build>
|
|
|
<plugins>
|
|
|
<plugin>
|
|
@@ -22,6 +22,7 @@
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
<artifactId>iot-generator</artifactId>
|
|
|
+ <version>1.0.0</version>
|
|
|
|
|
|
<description>
|
|
|
generator 代码生成
|