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 cced7c9 commit c9ea60cCopy full SHA for c9ea60c
1 file changed
pom.xml
@@ -270,7 +270,7 @@ limitations under the License.
270
<plugin>
271
<groupId>org.apache.maven.plugins</groupId>
272
<artifactId>maven-assembly-plugin</artifactId>
273
- <version>2.3</version>
+ <version>2.4</version>
274
<configuration>
275
<descriptors>
276
<descriptor>src/main/assembly/bin.xml</descriptor>
@@ -286,7 +286,7 @@ limitations under the License.
286
287
288
<artifactId>maven-checkstyle-plugin</artifactId>
289
- <version>2.9.1</version>
+ <version>2.10</version>
290
291
<configLocation>${basedir}/checkstyle.xml</configLocation>
292
<enableRulesSummary>false</enableRulesSummary>
0 commit comments