This is an automated email from the ASF dual-hosted git repository. vinish pushed a commit to branch 486-FixDeploy in repository https://gitbox.apache.org/repos/asf/incubator-xtable.git
commit df8518b74a47461c8d8ba2d192fe9151a94691d2 Author: Vinish Reddy <[email protected]> AuthorDate: Thu Aug 15 01:24:10 2024 +0530 Revert "Upgrade parent pom version from 31 to 33" This reverts commit fc262c03810a56b5783883a76056a76daac2e3e8. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7c06bad8..b3aa58e8 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> - <version>33</version> + <version>31</version> </parent> <version>0.1.0-SNAPSHOT</version>
