瀏覽代碼

基础信息依赖修改

hexiao 2 年之前
父節點
當前提交
fdfeb5ff3f
共有 6 個文件被更改,包括 6 次插入6 次删除
  1. 1 1
      base-common/pom.xml
  2. 1 1
      base-framework/pom.xml
  3. 1 1
      base-generator/pom.xml
  4. 1 1
      base-quartz/pom.xml
  5. 1 1
      base-system/pom.xml
  6. 1 1
      pom.xml

+ 1 - 1
base-common/pom.xml

@@ -5,7 +5,7 @@
     <parent>
         <artifactId>base</artifactId>
         <groupId>com.ozs</groupId>
-        <version>${base.version}</version>
+        <version>3.8.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

+ 1 - 1
base-framework/pom.xml

@@ -5,7 +5,7 @@
     <parent>
         <artifactId>base</artifactId>
         <groupId>com.ozs</groupId>
-        <version>${base.version}</version>
+        <version>3.8.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

+ 1 - 1
base-generator/pom.xml

@@ -5,7 +5,7 @@
     <parent>
         <artifactId>base</artifactId>
         <groupId>com.ozs</groupId>
-        <version>${base.version}</version>
+        <version>3.8.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

+ 1 - 1
base-quartz/pom.xml

@@ -5,7 +5,7 @@
     <parent>
         <artifactId>base</artifactId>
         <groupId>com.ozs</groupId>
-        <version>${base.version}</version>
+        <version>3.8.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

+ 1 - 1
base-system/pom.xml

@@ -5,7 +5,7 @@
     <parent>
         <artifactId>base</artifactId>
         <groupId>com.ozs</groupId>
-        <version>${base.version}</version>
+        <version>3.8.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

+ 1 - 1
pom.xml

@@ -6,7 +6,7 @@
 
     <groupId>com.ozs</groupId>
     <artifactId>base</artifactId>
-    <version>${base.version}</version>
+    <version>3.8.5-SNAPSHOT</version>
 
     <name>base</name>
     <description>基础管理系统</description>