Преглед изворни кода

修改apm-common的版本为v1.0.0

lixing пре 3 година
родитељ
комит
621746b07a
2 измењених фајлова са 3 додато и 2 уклоњено
  1. 1 1
      apm-common/pom.xml
  2. 2 1
      apm-parent/pom.xml

+ 1 - 1
apm-common/pom.xml

@@ -10,7 +10,7 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>apm-common</artifactId>
-    <version>3.0.0</version>
+    <version>v1.0.0</version>
     <repositories>
         <repository>
             <id>persagy</id>

+ 2 - 1
apm-parent/pom.xml

@@ -32,6 +32,7 @@
     </parent>
     <!-- 版本管理 -->
     <properties>
+        <apm.common.version>v1.0.0</apm.common.version>
         <apm.version>3.0.0</apm.version>
         <platform.version>1.0.0</platform.version>
         <mybatis-plus.version>3.3.1</mybatis-plus.version>
@@ -64,7 +65,7 @@
             <dependency>
                 <groupId>com.persagy</groupId>
                 <artifactId>apm-common</artifactId>
-                <version>${apm.version}</version>
+                <version>${apm.common.version}</version>
             </dependency>
             <dependency>
                 <groupId>com.persagy</groupId>