Эх сурвалжийг харах

change prod into ptest in pom.xml

xlq 7 жил өмнө
parent
commit
687204ab14
1 өөрчлөгдсөн 3 нэмэгдсэн , 3 устгасан
  1. 3 3
      pom.xml

+ 3 - 3
pom.xml

@@ -33,9 +33,9 @@
         </profile>
         <profile>
             <!-- 生产环境 -->
-            <id>prod</id>
+            <id>ptest</id>
             <properties>
-                <profile>prod</profile>
+                <profile>ptest</profile>
                 <!-- static plugin -->
                 <static-path>static</static-path>
             </properties>
@@ -585,4 +585,4 @@
             </plugins>
         </pluginManagement>
     </build>
-</project>
+</project>