common
/
ylp-common-parent
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
5cf5c2a906348cd0abcb6c578c21fe2ecdf4e534
Authored by
后端研发-林欢仲
2017-06-07 15:46:07 +0800
1 parent
6924e50b
区分开发跟测试环境
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pom.xml
pom.xml
View file @
5cf5c2a
...
...
@@ -39,7 +39,7 @@
39
39
<properties>
40
40
<!-- 部署环境(对应配置文件版本) -->
41
41
<env>test</env>
42
- <ver>
3
.0-SNAPSHOT</ver>
42
+ <ver>
4
.0-SNAPSHOT</ver>
43
43
</properties>
44
44
</profile>
45
45
...
...