ARTEMIS-4572 upgrade to Apache parent 31
This commit is contained in:
parent
d77090d38f
commit
fb2c76ad65
|
@ -100,14 +100,14 @@ under the License.
|
|||
<property name="severity" value="ignore"/>
|
||||
</module>
|
||||
|
||||
<!-- Sevntu checks, http://sevntu-checkstyle.github.io/sevntu.checkstyle/ -->
|
||||
<module name="UnnecessarySemicolonInTryWithResources"/>
|
||||
|
||||
<!-- begin Sevntu checks, http://sevntu-checkstyle.github.io/sevntu.checkstyle/ -->
|
||||
<module name="DiamondOperatorForVariableDefinition"/>
|
||||
<module name="RequiredParameterForAnnotation">
|
||||
<property name="annotationName" value="Parameterized.Parameters"/>
|
||||
<property name="requiredParameters" value="name"/>
|
||||
</module>
|
||||
|
||||
<module name="UnnecessarySemicolonInTryWithResources"/>
|
||||
|
||||
<!-- end Sevntu checks -->
|
||||
</module>
|
||||
</module>
|
||||
|
|
7
pom.xml
7
pom.xml
|
@ -25,7 +25,7 @@
|
|||
<parent>
|
||||
<groupId>org.apache</groupId>
|
||||
<artifactId>apache</artifactId>
|
||||
<version>30</version>
|
||||
<version>31</version>
|
||||
<relativePath>org.apache:apache</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -106,7 +106,6 @@
|
|||
<jgroups.version>5.3.0.Final</jgroups.version>
|
||||
<errorprone.version>2.20.0</errorprone.version>
|
||||
<maven.bundle.plugin.version>5.1.9</maven.bundle.plugin.version>
|
||||
<maven.checkstyle.plugin.version>3.2.2</maven.checkstyle.plugin.version>
|
||||
<jib.maven.plugin.version>3.3.2</jib.maven.plugin.version>
|
||||
<sevntu.checks.version>1.44.1</sevntu.checks.version>
|
||||
<checkstyle.version>10.12.7</checkstyle.version>
|
||||
|
@ -118,6 +117,9 @@
|
|||
<zookeeper.version>3.8.3</zookeeper.version>
|
||||
<woodstox.version>4.4.0</woodstox.version>
|
||||
<pem-keystore.version>2.2.2</pem-keystore.version>
|
||||
<!-- This overrides the Apache parent POM due to https://issues.apache.org/jira/browse/MSHADE-462. Once that issue
|
||||
is resolved and a new Apache parent is released then we can get rid of this. -->
|
||||
<version.maven-shade-plugin>3.4.1</version.maven-shade-plugin>
|
||||
|
||||
<!-- docs -->
|
||||
<asciidoctor.maven.plugin.version>2.2.4</asciidoctor.maven.plugin.version>
|
||||
|
@ -1753,7 +1755,6 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-checkstyle-plugin</artifactId>
|
||||
<version>${maven.checkstyle.plugin.version}</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.github.sevntu-checkstyle</groupId>
|
||||
|
|
Loading…
Reference in New Issue