hubin 1 жил өмнө
parent
commit
6b3a4342f9

+ 2 - 1
aizuda-core/pom.xml

@@ -4,7 +4,8 @@
     <parent>
         <groupId>com.aizuda</groupId>
         <artifactId>aizuda-framework</artifactId>
-        <version>1.0.1</version>
+        <version>${revision}</version>
+        <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>aizuda-core</artifactId>

+ 2 - 1
aizuda-generator/pom.xml

@@ -4,7 +4,8 @@
     <parent>
         <groupId>com.aizuda</groupId>
         <artifactId>aizuda-framework</artifactId>
-        <version>1.0.1</version>
+        <version>${revision}</version>
+        <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>aizuda-generator</artifactId>

+ 2 - 2
aizuda-service-parent/pom.xml

@@ -4,7 +4,8 @@
     <parent>
         <groupId>com.aizuda</groupId>
         <artifactId>aizuda-framework</artifactId>
-        <version>1.0.1</version>
+        <version>${revision}</version>
+        <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>aizuda-service-parent</artifactId>
@@ -63,7 +64,6 @@
         <dependency>
             <groupId>com.baomidou</groupId>
             <artifactId>mybatis-plus-boot-starter</artifactId>
-            <version>3.5.7</version>
         </dependency>
         <dependency>
             <groupId>com.aizuda</groupId>