Commit 22fb1dc8769dd654b616d2712c68154e49fc5d71

Authored by 领课-沈佳龙
1 parent c231f358

setver

Showing 1 changed file with 3 additions and 40 deletions
@@ -19,7 +19,7 @@ @@ -19,7 +19,7 @@
19 <properties> 19 <properties>
20 <!-- 部署环境(对应配置文件版本) --> 20 <!-- 部署环境(对应配置文件版本) -->
21 <env>main</env> 21 <env>main</env>
22 - <ver>3.0-SNAPSHOT</ver> 22 + <setver>3.0-SNAPSHOT</setver>
23 <maven.test.skip>false</maven.test.skip> 23 <maven.test.skip>false</maven.test.skip>
24 </properties> 24 </properties>
25 <!-- 设置默认环境 --> 25 <!-- 设置默认环境 -->
@@ -34,7 +34,7 @@ @@ -34,7 +34,7 @@
34 <properties> 34 <properties>
35 <!-- 部署环境(对应配置文件版本) --> 35 <!-- 部署环境(对应配置文件版本) -->
36 <env>test</env> 36 <env>test</env>
37 - <ver>3.0-SNAPSHOT</ver> 37 + <setver>3.0-SNAPSHOT</setver>
38 </properties> 38 </properties>
39 </profile> 39 </profile>
40 40
@@ -43,7 +43,7 @@ @@ -43,7 +43,7 @@
43 <id>qa</id> 43 <id>qa</id>
44 <properties> 44 <properties>
45 <!-- 部署环境(对应配置文件版本) --> 45 <!-- 部署环境(对应配置文件版本) -->
46 - <ver>1.0.QA-SNAPSHOT</ver> 46 + <setver>1.0.QA-SNAPSHOT</setver>
47 <env>qa</env> 47 <env>qa</env>
48 </properties> 48 </properties>
49 </profile> 49 </profile>
@@ -66,43 +66,6 @@ @@ -66,43 +66,6 @@
66 <properties> 66 <properties>
67 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 67 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
68 68
69 -  
70 -  
71 - <!-- common projects -->  
72 - <ylp-common-tools.version>${ver}</ylp-common-tools.version>  
73 - <ylp-common-config.version>${ver}</ylp-common-config.version>  
74 - <ylp-common-core.version>${ver}</ylp-common-core.version>  
75 - <ylp-common-web.version>${ver}</ylp-common-web.version>  
76 -  
77 - <!-- facade projects -->  
78 - <ylp-facade-user.version>${ver}</ylp-facade-user.version>  
79 - <ylp-facade-account.version>${ver}</ylp-facade-account.version>  
80 - <ylp-facade-settlement.version>${ver}</ylp-facade-settlement.version>  
81 - <ylp-facade-trade.version>${ver}</ylp-facade-trade.version>  
82 - <ylp-facade-notify.version>${ver}</ylp-facade-notify.version>  
83 -  
84 - <!-- service projects -->  
85 - <ylp-service-user.version>${ver}</ylp-service-user.version>  
86 - <ylp-service-account.version>${ver}</ylp-service-account.version>  
87 - <ylp-service-settlement.version>${ver}</ylp-service-settlement.version>  
88 - <ylp-service-trade.version>${ver}</ylp-service-trade.version>  
89 - <ylp-service-notify.version>${ver}</ylp-service-notify.version>  
90 -  
91 - <!-- web projects -->  
92 - <ylp-web-pay.version>${ver}</ylp-web-pay.version>  
93 -  
94 - <!-- timer task projects -->  
95 - <ylp-timer-settlement.version>${ver}</ylp-timer-settlement.version>  
96 - <!-- extend projects -->  
97 -  
98 - <!-- api projects -->  
99 - <ylp-payweb-api.version>${ver}</ylp-payweb-api.version>  
100 -  
101 - <!-- app projects -->  
102 - <ylp-app-queue-notify.version>${ver}</ylp-app-queue-notify.version>  
103 -  
104 - <!-- ========================================================== -->  
105 -  
106 <!-- frameworks --> 69 <!-- frameworks -->
107 <org.springframework.version>3.2.4.RELEASE</org.springframework.version> 70 <org.springframework.version>3.2.4.RELEASE</org.springframework.version>
108 71