We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9042e7 commit 024de54Copy full SHA for 024de54
pom.xml
@@ -125,6 +125,8 @@
125
<codec.version>1.9</codec.version>
126
<slf4j.version>1.7.25</slf4j.version>
127
<jsonassert.version>1.5.0</jsonassert.version>
128
+ <sonar.organization>ucloud</sonar.organization>
129
+ <sonar.host.url>https://sonarcloud.io</sonar.host.url>
130
</properties>
131
132
<dependencyManagement>
@@ -258,7 +260,7 @@
258
260
<plugin>
259
261
<groupId>org.apache.maven.plugins</groupId>
262
<artifactId>maven-javadoc-plugin</artifactId>
- <version>2.10.4</version>
263
+ <version>3.3.0</version>
264
<configuration>
265
<!--指定编码为UTF-8-->
266
<encoding>UTF-8</encoding>
0 commit comments