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 292d0ebe OMID-307 Set javadoc source version to 1.8 (#186) 292d0ebe is described below commit 292d0ebef7e21dce727152d6c10f2dfca7f85236 Author: Istvan Toth <st...@apache.org> AuthorDate: Tue Mar 25 14:08:04 2025 +0100 OMID-307 Set javadoc source version to 1.8 (#186) --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index 9296bac6..25185307 100644 --- a/pom.xml +++ b/pom.xml @@ -687,6 +687,9 @@ <plugin> <artifactId>maven-javadoc-plugin</artifactId> + <configuration> + <source>${java.version}</source> + </configuration> <executions> <execution> <id>attach-javadocs</id>