Skip to content

Commit 6d02ebf

Browse files
committed
PHOENIX-7613 Update Apache parent pom to 31
1 parent 3d558d9 commit 6d02ebf

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pom.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache</groupId>
2323
<artifactId>apache</artifactId>
24-
<version>30</version>
24+
<version>31</version>
2525
</parent>
2626
<groupId>org.apache.phoenix</groupId>
2727
<artifactId>phoenix</artifactId>
@@ -157,7 +157,6 @@
157157
<lifecycle-mapping.version>1.0.0</lifecycle-mapping.version>
158158
<maven-bundle-plugin.version>5.1.9</maven-bundle-plugin.version>
159159
<exec-maven-plugin.version>3.1.1</exec-maven-plugin.version>
160-
<maven-checkstyle-plugin.version>3.3.0</maven-checkstyle-plugin.version>
161160
<maven-shade-plugin.version>3.6.0</maven-shade-plugin.version>
162161
<!-- This overrides the property in the ASF parent project-->
163162
<version.maven-site-plugin>3.21.0</version.maven-site-plugin>
@@ -1602,7 +1601,6 @@
16021601
</plugin>
16031602
<plugin>
16041603
<artifactId>maven-dependency-plugin</artifactId>
1605-
<version>3.1.1</version>
16061604
<configuration>
16071605
<ignoredUnusedDeclaredDependencies>
16081606
<ignoredUnusedDeclaredDependency>org.apache.omid:*</ignoredUnusedDeclaredDependency>
@@ -1750,7 +1748,6 @@
17501748
<plugin>
17511749
<groupId>org.apache.maven.plugins</groupId>
17521750
<artifactId>maven-checkstyle-plugin</artifactId>
1753-
<version>${maven-checkstyle-plugin.version}</version>
17541751
<configuration>
17551752
<configLocation>${top.dir}/src/main/config/checkstyle/checker.xml</configLocation>
17561753
<suppressionsLocation>${top.dir}/src/main/config/checkstyle/suppressions.xml</suppressionsLocation>

0 commit comments

Comments
 (0)