This is an automated email from the ASF dual-hosted git repository. stoty pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/phoenix-omid.git
The following commit(s) were added to refs/heads/master by this push: new 43c673d8 OMID-315 Update Apache parent pom to 31 (#194) 43c673d8 is described below commit 43c673d8642510247d3842a5cbfb3e2a1cecc859 Author: Istvan Toth <st...@apache.org> AuthorDate: Wed Jul 30 15:45:18 2025 +0200 OMID-315 Update Apache parent pom to 31 (#194) --- pom.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index b2222f1c..d8a224cf 100644 --- a/pom.xml +++ b/pom.xml @@ -37,7 +37,7 @@ <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> - <version>30</version> + <version>31</version> </parent> <licenses> @@ -184,7 +184,6 @@ <maven-cobertura-plugin.version>2.7</maven-cobertura-plugin.version> <maven-license-plugin.version>4.3</maven-license-plugin.version> <maven-pmd-plugin.version>3.21.0</maven-pmd-plugin.version> - <maven-checkstyle-plugin.version>3.3.0</maven-checkstyle-plugin.version> <maven-jxr-plugin.version>3.3.0</maven-jxr-plugin.version> <maven-findbugs-maven-plugin.version>3.0.5</maven-findbugs-maven-plugin.version> <maven-owasp-plugin.version>12.1.0</maven-owasp-plugin.version> @@ -1329,7 +1328,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> - <version>${maven-checkstyle-plugin.version}</version> <configuration> <configLocation>misc/omid_checks.xml</configLocation> </configuration>