1811872455@163.com 2 тижнів тому
батько
коміт
15130ee47c

+ 15 - 13
pom.xml

@@ -12,7 +12,7 @@
 
     <groupId>com.storlead.boot</groupId>
     <artifactId>storlead-centre-platform</artifactId>
-    <version>${revision}</version>
+    <version>1.0</version>
     <packaging>pom</packaging>
     <name>storlead-centre-platform</name>
 
@@ -102,12 +102,13 @@
 <!--            <dependency>-->
 <!--                <groupId>com.storlead.boot</groupId>-->
 <!--                <artifactId>storlead-dependencies</artifactId>-->
-<!--                <version>${revision}</version>-->
+<!--                <version>1.0</version>-->
 <!--                <type>pom</type>-->
 <!--                <scope>import</scope>-->
 <!--            </dependency>-->
 <!--        </dependencies>-->
 <!--    </dependencyManagement>-->
+
     <dependencyManagement>
         <dependencies>
         <dependency>
@@ -119,67 +120,68 @@
         <dependency>
             <groupId>com.storlead.boot</groupId>
             <artifactId>storlead-framework</artifactId>
-            <version>${revision}</version>
+            <version>1.0</version>
+            <type>pom</type>
         </dependency>
 
         <dependency>
             <groupId>com.storlead.boot</groupId>
             <artifactId>storlead-core</artifactId>
-            <version>${revision}</version>
+            <version>1.0</version>
         </dependency>
 
         <dependency>
             <groupId>com.storlead.boot</groupId>
             <artifactId>storlead-auth</artifactId>
-            <version>${revision}</version>
+            <version>1.0</version>
         </dependency>
 
         <dependency>
             <groupId>com.storlead.boot</groupId>
             <artifactId>storlead-redis</artifactId>
-            <version>${revision}</version>
+            <version>1.0</version>
         </dependency>
 
         <dependency>
             <groupId>com.storlead.boot</groupId>
             <artifactId>storlead-user</artifactId>
-            <version>${revision}</version>
+            <version>1.0</version>
         </dependency>
 
         <dependency>
             <groupId>com.storlead.boot</groupId>
             <artifactId>storlead-web</artifactId>
-            <version>${revision}</version>
+            <version>1.0</version>
         </dependency>
 
         <dependency>
             <groupId>com.storlead.boot</groupId>
             <artifactId>storlead-sms</artifactId>
-            <version>${revision}</version>
+            <version>1.0</version>
         </dependency>
 
         <dependency>
             <groupId>com.storlead.boot</groupId>
             <artifactId>storlead-mybatis</artifactId>
-            <version>${revision}</version>
+            <version>1.0</version>
         </dependency>
 
         <dependency>
             <groupId>com.storlead.boot</groupId>
             <artifactId>storlead-common</artifactId>
-            <version>${revision}</version>
+            <version>1.0</version>
         </dependency>
 
         <dependency>
             <groupId>com.storlead.boot</groupId>
             <artifactId>storlead-wx</artifactId>
-            <version>${revision}</version>
+            <version>1.0</version>
         </dependency>
 
         <dependency>
             <groupId>com.storlead.boot</groupId>
             <artifactId>storlead-centre-service</artifactId>
-            <version>${revision}</version>
+            <version>1.0</version>
         </dependency>
 
         <!--            &lt;!&ndash;swagger&ndash;&gt;-->

+ 11 - 2
storlead-centre-api/pom.xml

@@ -6,7 +6,7 @@
     <parent>
         <groupId>com.storlead.boot</groupId>
         <artifactId>storlead-centre-platform</artifactId>
-        <version>${revision}</version>
+        <version>1.0</version>
         <relativePath>../pom.xml</relativePath> <!-- 或者默认 -->
     </parent>
 
@@ -14,11 +14,20 @@
     <packaging>jar</packaging>
 
     <dependencies>
+
         <dependency>
             <groupId>com.storlead.boot</groupId>
-            <artifactId>storlead-web</artifactId>
+            <artifactId>storlead-framework</artifactId>
+            <version>1.0</version>
+            <type>pom</type>
         </dependency>
 
+
+<!--        <dependency>-->
+<!--            <groupId>com.storlead.boot</groupId>-->
+<!--            <artifactId>storlead-web</artifactId>-->
+<!--        </dependency>-->
+
         <dependency>
             <groupId>com.storlead.boot</groupId>
             <artifactId>storlead-user</artifactId>

+ 10 - 1
storlead-centre-service/pom.xml

@@ -6,7 +6,7 @@
     <parent>
         <groupId>com.storlead.boot</groupId>
         <artifactId>storlead-centre-platform</artifactId>
-        <version>${revision}</version>
+        <version>1.0</version>
         <relativePath>../pom.xml</relativePath> <!-- 或者默认 -->
     </parent>
 
@@ -14,25 +14,34 @@
     <packaging>jar</packaging>
 
     <dependencies>
+<!--        <dependency>-->
+<!--            <groupId>com.storlead.boot</groupId>-->
+<!--            <artifactId>storlead-framework</artifactId>-->
+<!--            <version>1.0</version>-->
+<!--        </dependency>-->
 
         <dependency>
             <groupId>com.storlead.boot</groupId>
             <artifactId>storlead-web</artifactId>
+            <version>1.0</version>
         </dependency>
 
         <dependency>
             <groupId>com.storlead.boot</groupId>
             <artifactId>storlead-common</artifactId>
+            <version>1.0</version>
         </dependency>
 
         <dependency>
             <groupId>com.storlead.boot</groupId>
             <artifactId>storlead-wx</artifactId>
+            <version>1.0</version>
         </dependency>
 
         <dependency>
             <groupId>com.storlead.boot</groupId>
             <artifactId>storlead-mybatis</artifactId>
+            <version>1.0</version>
         </dependency>
 
         <dependency>

+ 1 - 1
storlead-framework/pom.xml

@@ -5,7 +5,7 @@
     <parent>
         <artifactId>storlead-centre-platform</artifactId>
         <groupId>com.storlead.boot</groupId>
-        <version>${revision}</version>
+        <version>1.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

+ 3 - 3
storlead-framework/storlead-auth/pom.xml

@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.storlead.boot</groupId>
         <artifactId>storlead-framework</artifactId>
-        <version>${revision}</version>
+        <version>1.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -18,12 +18,12 @@
         <dependency>
             <groupId>com.storlead.boot</groupId>
             <artifactId>storlead-common</artifactId>
-            <version>${revision}</version>
+            <version>1.0</version>
         </dependency>
         <dependency>
             <groupId>com.storlead.boot</groupId>
             <artifactId>storlead-core</artifactId>
-            <version>${revision}</version>
+            <version>1.0</version>
         </dependency>
 
     </dependencies>

+ 2 - 1
storlead-framework/storlead-common/pom.xml

@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.storlead.boot</groupId>
         <artifactId>storlead-framework</artifactId>
-        <version>${revision}</version>
+        <version>1.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -19,6 +19,7 @@
         <dependency>
             <groupId>cn.hutool</groupId>
             <artifactId>hutool-all</artifactId>
+
         </dependency>
 
         <dependency>

+ 1 - 1
storlead-framework/storlead-core/pom.xml

@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.storlead.boot</groupId>
         <artifactId>storlead-framework</artifactId>
-        <version>${revision}</version>
+        <version>1.0</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

+ 4 - 1
storlead-framework/storlead-mybatis/pom.xml

@@ -6,7 +6,7 @@
     <parent>
         <groupId>com.storlead.boot</groupId>
         <artifactId>storlead-framework</artifactId>
-        <version>${revision}</version>
+        <version>1.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -18,16 +18,19 @@
         <dependency>
             <groupId>com.storlead.boot</groupId>
             <artifactId>storlead-common</artifactId>
+            <version>1.0</version>
         </dependency>
 
         <dependency>
             <groupId>com.storlead.boot</groupId>
             <artifactId>storlead-core</artifactId>
+            <version>1.0</version>
         </dependency>
 
         <dependency>
             <groupId>com.storlead.boot</groupId>
             <artifactId>storlead-auth</artifactId>
+            <version>1.0</version>
         </dependency>
 
         <!-- mybatis-plus -->

+ 2 - 2
storlead-framework/storlead-redis/pom.xml

@@ -6,7 +6,7 @@
     <parent>
         <groupId>com.storlead.boot</groupId>
         <artifactId>storlead-framework</artifactId>
-        <version>${revision}</version>
+        <version>1.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -24,7 +24,7 @@
         <dependency>
             <groupId>com.storlead.boot</groupId>
             <artifactId>storlead-common</artifactId>
-            <version>${revision}</version>
+            <version>1.0</version>
         </dependency>
 
         <dependency>

+ 5 - 5
storlead-framework/storlead-web/pom.xml

@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.storlead.boot</groupId>
         <artifactId>storlead-framework</artifactId>
-        <version>${revision}</version>
+        <version>1.0</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -18,25 +18,25 @@
         <dependency>
             <groupId>com.storlead.boot</groupId>
             <artifactId>storlead-mybatis</artifactId>
-            <version>${revision}</version>
+            <version>1.0</version>
         </dependency>
 
         <dependency>
             <groupId>com.storlead.boot</groupId>
             <artifactId>storlead-common</artifactId>
-            <version>${revision}</version>
+            <version>1.0</version>
         </dependency>
 
         <dependency>
             <groupId>com.storlead.boot</groupId>
             <artifactId>storlead-redis</artifactId>
-            <version>${revision}</version>
+            <version>1.0</version>
         </dependency>
 
         <dependency>
             <groupId>com.storlead.boot</groupId>
             <artifactId>storlead-core</artifactId>
-            <version>${revision}</version>
+            <version>1.0</version>
         </dependency>
 
         <dependency>

+ 5 - 1
storlead-sms/pom.xml

@@ -6,7 +6,7 @@
     <parent>
         <groupId>com.storlead.boot</groupId>
         <artifactId>storlead-centre-platform</artifactId>
-        <version>${revision}</version>
+        <version>1.0</version>
         <relativePath>../pom.xml</relativePath> <!-- 或者默认 -->
     </parent>
 
@@ -18,21 +18,25 @@
         <dependency>
             <groupId>com.storlead.boot</groupId>
             <artifactId>storlead-web</artifactId>
+            <version>1.0</version>
         </dependency>
 
         <dependency>
             <groupId>com.storlead.boot</groupId>
             <artifactId>storlead-common</artifactId>
+            <version>1.0</version>
         </dependency>
 
         <dependency>
             <groupId>com.storlead.boot</groupId>
             <artifactId>storlead-redis</artifactId>
+            <version>1.0</version>
         </dependency>
 
         <dependency>
             <groupId>com.storlead.boot</groupId>
             <artifactId>storlead-mybatis</artifactId>
+            <version>1.0</version>
         </dependency>
 
         <!--阿里短信 SDK start -->

+ 5 - 1
storlead-user/pom.xml

@@ -6,7 +6,7 @@
     <parent>
         <groupId>com.storlead.boot</groupId>
         <artifactId>storlead-centre-platform</artifactId>
-        <version>${revision}</version>
+        <version>1.0</version>
         <relativePath>../pom.xml</relativePath> <!-- 或者默认 -->
     </parent>
 
@@ -18,21 +18,25 @@
         <dependency>
             <groupId>com.storlead.boot</groupId>
             <artifactId>storlead-web</artifactId>
+            <version>1.0</version>
         </dependency>
 
         <dependency>
             <groupId>com.storlead.boot</groupId>
             <artifactId>storlead-common</artifactId>
+            <version>1.0</version>
         </dependency>
 
         <dependency>
             <groupId>com.storlead.boot</groupId>
             <artifactId>storlead-wx</artifactId>
+            <version>1.0</version>
         </dependency>
 
         <dependency>
             <groupId>com.storlead.boot</groupId>
             <artifactId>storlead-mybatis</artifactId>
+            <version>1.0</version>
         </dependency>
 
         <dependency>

+ 5 - 1
storlead-wx/pom.xml

@@ -6,7 +6,7 @@
     <parent>
         <groupId>com.storlead.boot</groupId>
         <artifactId>storlead-centre-platform</artifactId>
-        <version>${revision}</version>
+        <version>1.0</version>
         <relativePath>../pom.xml</relativePath> <!-- 或者默认 -->
     </parent>
 
@@ -17,21 +17,25 @@
         <dependency>
             <groupId>com.storlead.boot</groupId>
             <artifactId>storlead-web</artifactId>
+            <version>1.0</version>
         </dependency>
 
         <dependency>
             <groupId>com.storlead.boot</groupId>
             <artifactId>storlead-common</artifactId>
+            <version>1.0</version>
         </dependency>
 
         <dependency>
             <groupId>com.storlead.boot</groupId>
             <artifactId>storlead-mybatis</artifactId>
+            <version>1.0</version>
         </dependency>
 
         <dependency>
             <groupId>com.storlead.boot</groupId>
             <artifactId>storlead-redis</artifactId>
+            <version>1.0</version>
         </dependency>
 
         <dependency>