fix gen template version
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.jeesite</groupId>
|
<groupId>com.jeesite</groupId>
|
||||||
<artifactId>jeesite-parent</artifactId>
|
<artifactId>jeesite-parent</artifactId>
|
||||||
<version>${jeesiteVersion}-SNAPSHOT</version>
|
<version>${jeesiteVersion}.springboot3-SNAPSHOT</version>
|
||||||
<relativePath>../../parent/pom.xml</relativePath>
|
<relativePath>../../parent/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.jeesite</groupId>
|
<groupId>com.jeesite</groupId>
|
||||||
<artifactId>jeesite-cloud-parent</artifactId>
|
<artifactId>jeesite-cloud-parent</artifactId>
|
||||||
<version>${jeesiteVersion}-SNAPSHOT</version>
|
<version>${jeesiteVersion}.springboot3-SNAPSHOT</version>
|
||||||
<relativePath>../../../parent/pom.xml</relativePath>
|
<relativePath>../../../parent/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
<groupId>com.jeesite</groupId>
|
<groupId>com.jeesite</groupId>
|
||||||
<artifactId>jeesite-cloud-module-${moduleCode}</artifactId>
|
<artifactId>jeesite-cloud-module-${moduleCode}</artifactId>
|
||||||
<version>${jeesiteVersion}-SNAPSHOT</version>
|
<version>${jeesiteVersion}.springboot3-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<name>JeeSite Cloud Module ${moduleName}</name>
|
<name>JeeSite Cloud Module ${moduleName}</name>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.jeesite</groupId>
|
<groupId>com.jeesite</groupId>
|
||||||
<artifactId>jeesite-cloud-parent-web</artifactId>
|
<artifactId>jeesite-cloud-parent-web</artifactId>
|
||||||
<version>${jeesiteVersion}-SNAPSHOT</version>
|
<version>${jeesiteVersion}.springboot3-SNAPSHOT</version>
|
||||||
<relativePath>../../../parent/web/pom.xml</relativePath>
|
<relativePath>../../../parent/web/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user