This is an automated email from the ASF dual-hosted git repository.
bertty pushed a commit to branch profile-db
in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git
The following commit(s) were added to refs/heads/profile-db by this push:
new 81670c6 [Java11] small correction for compiling with java8
81670c6 is described below
commit 81670c609510c4224fefaa4e2a2b58445795054f
Author: bertty Contreras <[email protected]>
AuthorDate: Tue Aug 31 20:22:18 2021 +0200
[Java11] small correction for compiling with java8
Signed-off-by: bertty <[email protected]>
---
pom.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 5b7ce02..a4f30f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -313,7 +313,6 @@
<source.level>1.8</source.level>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
- <maven.compiler.release>1.8</maven.compiler.release>
</properties>
<build>
<plugins>