Commit 1e09f5446216e5de7252f9439bde82c37743334a

Authored by 领课-沈佳龙
1 parent 8c4cd6dd

111

Showing 1 changed file with 2 additions and 2 deletions
... ... @@ -4,7 +4,7 @@
4 4  
5 5 <groupId>com.ylp.common</groupId>
6 6 <artifactId>ylp-common-parent</artifactId>
7   - <version>3.0-SNAPSHOT</version>
  7 + <version>1.0-Release</version>
8 8 <packaging>pom</packaging>
9 9  
10 10 <name>ylp-common-parent</name>
... ... @@ -43,8 +43,8 @@
43 43 <id>qa</id>
44 44 <properties>
45 45 <!-- 部署环境(对应配置文件版本) -->
46   - <ver>1.0.QA-SNAPSHOT</ver>
47 46 <env>qa</env>
  47 + <ver>1.0-Release</ver>
48 48 </properties>
49 49 </profile>
50 50  
... ...