Просмотр исходного кода

更新各个模块的版本号

lixing 3 лет назад
Родитель
Сommit
a1f83e4962
8 измененных файлов с 11 добавлено и 10 удалено
  1. 1 1
      apm-common/pom.xml
  2. 1 1
      apm-mybatis/pom.xml
  3. 1 1
      apm-package/pom.xml
  4. 2 2
      apm-parent/pom.xml
  5. 1 1
      apm-screw/pom.xml
  6. 2 2
      apm-server/pom.xml
  7. 1 1
      apm-translate/pom.xml
  8. 2 1
      pom.xml

+ 1 - 1
apm-common/pom.xml

@@ -5,7 +5,7 @@
     <parent>
     <parent>
         <artifactId>apm-parent</artifactId>
         <artifactId>apm-parent</artifactId>
         <groupId>com.persagy</groupId>
         <groupId>com.persagy</groupId>
-        <version>3.0.0</version>
+        <version>v1.0.0</version>
         <relativePath>../apm-parent</relativePath>
         <relativePath>../apm-parent</relativePath>
     </parent>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <modelVersion>4.0.0</modelVersion>

+ 1 - 1
apm-mybatis/pom.xml

@@ -4,7 +4,7 @@
     <parent>
     <parent>
         <groupId>com.persagy</groupId>
         <groupId>com.persagy</groupId>
         <artifactId>apm-parent</artifactId>
         <artifactId>apm-parent</artifactId>
-        <version>3.0.0</version>
+        <version>v1.0.0</version>
         <relativePath>../apm-parent</relativePath>
         <relativePath>../apm-parent</relativePath>
     </parent>
     </parent>
     <artifactId>apm-mybatis</artifactId>
     <artifactId>apm-mybatis</artifactId>

+ 1 - 1
apm-package/pom.xml

@@ -5,7 +5,7 @@
     <parent>
     <parent>
         <artifactId>apm-parent</artifactId>
         <artifactId>apm-parent</artifactId>
         <groupId>com.persagy</groupId>
         <groupId>com.persagy</groupId>
-        <version>3.0.0</version>
+        <version>v1.0.0</version>
         <relativePath>../apm-parent</relativePath>
         <relativePath>../apm-parent</relativePath>
     </parent>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <modelVersion>4.0.0</modelVersion>

+ 2 - 2
apm-parent/pom.xml

@@ -5,7 +5,7 @@
     <modelVersion>4.0.0</modelVersion>
     <modelVersion>4.0.0</modelVersion>
     <groupId>com.persagy</groupId>
     <groupId>com.persagy</groupId>
     <artifactId>apm-parent</artifactId>
     <artifactId>apm-parent</artifactId>
-    <version>3.0.0</version>
+    <version>v1.0.0</version>
     <packaging>pom</packaging>
     <packaging>pom</packaging>
 
 
     <repositories>
     <repositories>
@@ -33,7 +33,7 @@
     <!-- 版本管理 -->
     <!-- 版本管理 -->
     <properties>
     <properties>
         <apm.common.version>v1.0.0</apm.common.version>
         <apm.common.version>v1.0.0</apm.common.version>
-        <apm.version>3.0.0</apm.version>
+        <apm.version>v1.0.0</apm.version>
         <platform.version>1.0.0</platform.version>
         <platform.version>1.0.0</platform.version>
         <mybatis-plus.version>3.3.1</mybatis-plus.version>
         <mybatis-plus.version>3.3.1</mybatis-plus.version>
         <dynamic-datasource.version>3.3.2</dynamic-datasource.version>
         <dynamic-datasource.version>3.3.2</dynamic-datasource.version>

+ 1 - 1
apm-screw/pom.xml

@@ -5,7 +5,7 @@
     <parent>
     <parent>
         <artifactId>apm-parent</artifactId>
         <artifactId>apm-parent</artifactId>
         <groupId>com.persagy</groupId>
         <groupId>com.persagy</groupId>
-        <version>3.0.0</version>
+        <version>v1.0.0</version>
         <relativePath>../apm-parent</relativePath>
         <relativePath>../apm-parent</relativePath>
     </parent>
     </parent>
     <version>1.0.0</version>
     <version>1.0.0</version>

+ 2 - 2
apm-server/pom.xml

@@ -5,12 +5,12 @@
     <parent>
     <parent>
         <artifactId>apm-parent</artifactId>
         <artifactId>apm-parent</artifactId>
         <groupId>com.persagy</groupId>
         <groupId>com.persagy</groupId>
-        <version>3.0.0</version>
+        <version>v1.0.0</version>
         <relativePath>../apm-parent</relativePath>
         <relativePath>../apm-parent</relativePath>
     </parent>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>apm-server</artifactId>
     <artifactId>apm-server</artifactId>
-    <version>3.0.0</version>
+    <version>v1.0.0</version>
     <distributionManagement>
     <distributionManagement>
         <repository>
         <repository>
             <id>persagy</id>
             <id>persagy</id>

+ 1 - 1
apm-translate/pom.xml

@@ -5,7 +5,7 @@
     <parent>
     <parent>
         <artifactId>apm-parent</artifactId>
         <artifactId>apm-parent</artifactId>
         <groupId>com.persagy</groupId>
         <groupId>com.persagy</groupId>
-        <version>3.0.0</version>
+        <version>v1.0.0</version>
         <relativePath>../apm-parent</relativePath>
         <relativePath>../apm-parent</relativePath>
     </parent>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <modelVersion>4.0.0</modelVersion>

+ 2 - 1
pom.xml

@@ -6,12 +6,13 @@
     <parent>
     <parent>
         <groupId>com.persagy</groupId>
         <groupId>com.persagy</groupId>
         <artifactId>apm-parent</artifactId>
         <artifactId>apm-parent</artifactId>
-        <version>3.0.0</version>
+        <version>v1.0.0</version>
         <relativePath>apm-parent</relativePath>
         <relativePath>apm-parent</relativePath>
     </parent>
     </parent>
     <artifactId>apm-basics</artifactId>
     <artifactId>apm-basics</artifactId>
     <packaging>pom</packaging>
     <packaging>pom</packaging>
     <description>apm组件项目,只提供jar,不提供服务</description>
     <description>apm组件项目,只提供jar,不提供服务</description>
+
     <distributionManagement>
     <distributionManagement>
         <repository>
         <repository>
             <id>persagy</id>
             <id>persagy</id>