Skip to content

Commit

Permalink
ARTEMIS-4572 upgrade to Apache parent 31
Browse files Browse the repository at this point in the history
  • Loading branch information
jbertram authored and gemmellr committed Jan 18, 2024
1 parent d77090d commit fb2c76a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
8 changes: 4 additions & 4 deletions etc/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>30</version>
<version>31</version>
<relativePath>org.apache:apache</relativePath>
</parent>

Expand Down Expand Up @@ -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>
Expand All @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit fb2c76a

Please sign in to comment.