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
b7113ec4037e7ca29da6d4e2390300689e7f27de
Authored by
架构师-江远林
2017-06-21 18:27:53 +0800
1 parent
2265e4dd
把sonar的版本改成3.7.4
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pom.xml
pom.xml
View file @
b7113ec
...
...
@@ -581,7 +581,7 @@
581
581
<plugin>
582
582
<groupId>org.codehaus.sonar</groupId>
583
583
<artifactId>sonar-maven-plugin</artifactId>
584
- <version>
4.5.7
</version>
584
+ <version>
3.7.4
</version>
585
585
</plugin>
586
586
<!-- 拷贝依赖包插件 -->
587
587
<plugin>
...
...