File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<groupId >org.apache</groupId >
23
23
<artifactId >apache</artifactId >
24
- <version >30 </version >
24
+ <version >31 </version >
25
25
</parent >
26
26
<groupId >org.apache.phoenix</groupId >
27
27
<artifactId >phoenix</artifactId >
157
157
<lifecycle-mapping .version>1.0.0</lifecycle-mapping .version>
158
158
<maven-bundle-plugin .version>5.1.9</maven-bundle-plugin .version>
159
159
<exec-maven-plugin .version>3.1.1</exec-maven-plugin .version>
160
- <maven-checkstyle-plugin .version>3.3.0</maven-checkstyle-plugin .version>
161
160
<maven-shade-plugin .version>3.6.0</maven-shade-plugin .version>
162
161
<!-- This overrides the property in the ASF parent project-->
163
162
<version .maven-site-plugin>3.21.0</version .maven-site-plugin>
1602
1601
</plugin >
1603
1602
<plugin >
1604
1603
<artifactId >maven-dependency-plugin</artifactId >
1605
- <version >3.1.1</version >
1606
1604
<configuration >
1607
1605
<ignoredUnusedDeclaredDependencies >
1608
1606
<ignoredUnusedDeclaredDependency >org.apache.omid:*</ignoredUnusedDeclaredDependency >
1750
1748
<plugin >
1751
1749
<groupId >org.apache.maven.plugins</groupId >
1752
1750
<artifactId >maven-checkstyle-plugin</artifactId >
1753
- <version >${maven-checkstyle-plugin.version} </version >
1754
1751
<configuration >
1755
1752
<configLocation >${top.dir} /src/main/config/checkstyle/checker.xml</configLocation >
1756
1753
<suppressionsLocation >${top.dir} /src/main/config/checkstyle/suppressions.xml</suppressionsLocation >
You can’t perform that action at this time.
0 commit comments