This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push:
new 11f8550 adding in source/target version (#7431)
11f8550 is described below
commit 11f8550b9b2881ede4d105416ed970a5dd708463
Author: Rong Rong <[email protected]>
AuthorDate: Tue Sep 14 14:32:34 2021 -0700
adding in source/target version (#7431)
Co-authored-by: Rong Rong <[email protected]>
---
pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/pom.xml b/pom.xml
index 11e1249..504e5be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -282,6 +282,8 @@
<version>3.8.0</version>
<configuration>
<release>${jdk.version}</release>
+ <source>${jdk.version}</source>
+ <target>${jdk.version}</target>
<fork>true</fork>
<encoding>${project.build.sourceEncoding}</encoding>
</configuration>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]