1811872455@163.com il y a 1 mois
Parent
commit
88fabfeb34
3 fichiers modifiés avec 14 ajouts et 6 suppressions
  1. 11 3
      .idea/workspace.xml
  2. 2 2
      pom.xml
  3. 1 1
      storlead-ai-api/pom.xml

+ 11 - 3
.idea/workspace.xml

@@ -6,7 +6,7 @@
   <component name="ChangeListManager">
     <list default="true" id="2dc641fc-1465-479e-874d-97069c194ded" name="Changes" comment="">
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/Jenkinsfile" beforeDir="false" afterPath="$PROJECT_DIR$/Jenkinsfile" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
       <change beforePath="$PROJECT_DIR$/storlead-ai-api/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/storlead-ai-api/pom.xml" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
@@ -117,7 +117,7 @@
       <workItem from="1758780969521" duration="11096000" />
       <workItem from="1758849538252" duration="14257000" />
       <workItem from="1759021657878" duration="17861000" />
-      <workItem from="1759109339436" duration="20012000" />
+      <workItem from="1759109339436" duration="21091000" />
     </task>
     <task id="LOCAL-00001" summary="ai项目">
       <option name="closed" value="true" />
@@ -199,7 +199,15 @@
       <option name="project" value="LOCAL" />
       <updated>1759135977065</updated>
     </task>
-    <option name="localTasksCounter" value="11" />
+    <task id="LOCAL-00011" summary="修改版本">
+      <option name="closed" value="true" />
+      <created>1759136252270</created>
+      <option name="number" value="00011" />
+      <option name="presentableId" value="LOCAL-00011" />
+      <option name="project" value="LOCAL" />
+      <updated>1759136252270</updated>
+    </task>
+    <option name="localTasksCounter" value="12" />
     <servers />
   </component>
   <component name="TypeScriptGeneratedFilesManager">

+ 2 - 2
pom.xml

@@ -12,9 +12,9 @@
 
     <groupId>com.storlead.boot</groupId>
     <artifactId>storlead-platform</artifactId>
-    <version>${revision}</version>
+    <version>1.0</version>
     <packaging>pom</packaging>
-    <name>${project.artifactId}</name>
+    <name>storlead-platform</name>
 
     <modules>
         <module>storlead-dependencies</module>

+ 1 - 1
storlead-ai-api/pom.xml

@@ -6,7 +6,7 @@
     <parent>
         <groupId>com.storlead.boot</groupId>
         <artifactId>storlead-platform</artifactId>
-        <version>${revision}</version>
+        <version>1.0</version>
     </parent>
 
     <artifactId>storlead-ai-api</artifactId>