Browse Source

基础信息依赖修改

hexiao 2 years ago
parent
commit
fdfeb5ff3f
6 changed files with 6 additions and 6 deletions
  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>