Browse Source

change prod into ptest of pom.xml

xlq 7 years ago
parent
commit
9bd8e974a0
1 changed files with 3 additions and 3 deletions
  1. 3 3
      pom.xml

+ 3 - 3
pom.xml

@@ -35,9 +35,9 @@
 		</profile>
 		<profile>
 			<!-- 生产环境 -->
-			<id>prod</id>
+			<id>ptest</id>
 			<properties>
-				<profile>prod</profile>
+				<profile>ptest</profile>
 				<!-- static plugin -->
 				<static-path>https://static.usoftmall.com</static-path>
 			</properties>
@@ -747,4 +747,4 @@
 			<url>http://113.105.74.141:8081/artifactory/libs-snapshot-local</url>
 		</snapshotRepository>
 	</distributionManagement>
-</project>
+</project>