This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-reporting-api.git

commit c9a6004a23bcbc8103c2046082e7ac849a2199a6
Author: Michael Osipov <micha...@apache.org>
AuthorDate: Tue May 7 20:08:30 2024 +0200

    Explictily set Java version
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 7061628..5aa5efb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,6 +56,7 @@ under the License.
   </distributionManagement>
 
   <properties>
+    <javaVersion>8</javaVersion>
     
<project.build.outputTimestamp>2024-04-14T09:53:37Z</project.build.outputTimestamp>
   </properties>
 

Reply via email to